]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - debian/control
xfs_scrub: remove moveon from repair action list helpers
[thirdparty/xfsprogs-dev.git] / debian / control
index 772fc60a87d73e78736e9bd83bc9d503f2924151..0b3205f549dce5b3ecdeabb5372868bf23116be3 100644 (file)
@@ -1,13 +1,18 @@
 Source: xfsprogs
 Section: admin
 Priority: optional
-Maintainer: Nathan Scott <nathans@debian.org>
-Build-Depends: uuid-dev, autoconf, debmake, libtool
-Standards-Version: 3.5.5
+Maintainer: XFS Development Team <linux-xfs@vger.kernel.org>
+Uploaders: Nathan Scott <nathans@debian.org>, Anibal Monsalve Salazar <anibal@debian.org>
+Build-Depends: uuid-dev, dh-autoreconf, debhelper (>= 5), gettext, libtool, libreadline-gplv2-dev, libblkid-dev (>= 2.17), linux-libc-dev, libdevmapper-dev, libattr1-dev, libicu-dev, dh-python, pkg-config
+Standards-Version: 4.0.0
+Homepage: https://xfs.wiki.kernel.org/
 
 Package: xfsprogs
-Depends: ${shlibs:Depends}
-Suggests: xfsdump, attr
+Depends: ${shlibs:Depends}, ${misc:Depends}, python3:any, util-linux
+Provides: fsck-backend
+Suggests: xfsdump, acl, attr, quota
+Breaks: xfsdump (<< 3.0.0)
+Replaces: xfsdump (<< 3.0.0)
 Architecture: any
 Description: Utilities for managing the XFS filesystem
  A set of commands to use the XFS filesystem, including mkfs.xfs.
@@ -19,16 +24,37 @@ Description: Utilities for managing the XFS filesystem
  Btrees (directories, extents, free space) to aid both performance
  and scalability.
  .
- Refer to the documentation at http://oss.sgi.com/projects/xfs/
- for complete details.  This implementation is on-disk compatible
- with the IRIX version of XFS.
+ Refer to the documentation at https://xfs.wiki.kernel.org/
+ for complete details.
 
 Package: xfslibs-dev
-Section: devel
+Section: libdevel
 Priority: extra
-Depends: libc6-dev, xfsprogs
+Depends: libc6-dev | libc-dev, uuid-dev, xfsprogs (>= 3.0.0), ${misc:Depends}
+Breaks: xfsprogs (<< 3.0.0)
 Architecture: any
-Description: XFS filesystem-specific static libraries and headers.
+Description: XFS filesystem-specific static libraries and headers
  xfslibs-dev contains the libraries and header files needed to
  develop XFS filesystem-specific programs.
+ .
+ XFS is a high performance journaling filesystem which originated
+ on the SGI IRIX platform.  It is completely multi-threaded, can
+ support large files and large filesystems, extended attributes,
+ variable block sizes, is extent based, and makes extensive use of
+ Btrees (directories, extents, free space) to aid both performance
+ and scalability.
+ .
+ Refer to the documentation at https://xfs.wiki.kernel.org/
+ for complete details.
+
+Package: xfsprogs-udeb
+XC-Package-Type: udeb
+Section: debian-installer
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: A stripped-down version of xfsprogs, for debian-installer
+ This package is an xfsprogs package built for reduced size, so that it
+ can help to save space in debian-installer.
+ .
+ Don't attempt to install this package, it has no support for a couple of
+ features you surely want.  Anyway, it should fail to install.