From: Nathan Scott Date: Wed, 28 Jan 2009 10:44:14 +0000 (+1100) Subject: Update debian packaging for xfsprogs-3.0 release. X-Git-Tag: v3.0.0~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=490602216a25d2ae0fc5e139b2d5f338d611fc4f;p=thirdparty%2Fxfsprogs-dev.git Update debian packaging for xfsprogs-3.0 release. Also cleanup a few things - watch file unnecessary and gives us more lintian warnings, ditched. Update uploaders to list those who do the uploading. Signed-off-by: Nathan Scott --- diff --git a/debian/Makefile b/debian/Makefile index 6f317666c..9b1d92bae 100644 --- a/debian/Makefile +++ b/debian/Makefile @@ -5,7 +5,7 @@ TOPDIR = .. include $(TOPDIR)/include/builddefs -LSRCFILES = changelog compat control copyright rules watch +LSRCFILES = changelog compat control copyright rules DEV_DOC_DIR = $(PKG_DOC_DIR)/../xfslibs-dev BOOT_MKFS_BIN = $(TOPDIR)/mkfs/mkfs.xfs-xfsprogs-udeb diff --git a/debian/changelog b/debian/changelog index 6c60ce0df..074c78126 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +xfsprogs (3.0.0-1) unstable; urgency=low + + * New upstream release + * Remove watch file, xfsprogs is native + * Updated dependencies as this requires xfsdump 3 also + + -- Nathan Scott Wed, 28 Jan 2009 21:15:07 +1100 + xfsprogs (2.10.2-1) unstable; urgency=low * New upstream release diff --git a/debian/control b/debian/control index e5fb04673..e0060ee93 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: xfsprogs Section: admin Priority: optional Maintainer: Nathan Scott -Uploaders: Anibal Monsalve Salazar , Niv Sardi +Uploaders: Anibal Monsalve Salazar Build-Depends: uuid-dev, autoconf, debhelper (>= 5), gettext, libtool, libreadline5-dev Standards-Version: 3.7.3 Homepage: http://oss.sgi.com/projects/xfs/ @@ -11,7 +11,7 @@ Package: xfsprogs Depends: ${shlibs:Depends}, ${misc:Depends} Provides: fsck-backend Suggests: xfsdump, attr, dvhtool, quota -Conflicts: xfsdump (<< 2.0.0) +Conflicts: 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. @@ -30,8 +30,8 @@ Description: Utilities for managing the XFS filesystem Package: xfslibs-dev Section: libdevel Priority: extra -Depends: libc6-dev | libc-dev, uuid-dev, xfsprogs (>= 2.0.0) -Conflicts: xfsprogs (<< 2.0.0) +Depends: libc6-dev | libc-dev, uuid-dev, xfsprogs (>= 3.0.0) +Conflicts: xfsprogs (<< 3.0.0) Architecture: any Description: XFS filesystem-specific static libraries and headers xfslibs-dev contains the libraries and header files needed to diff --git a/debian/watch b/debian/watch deleted file mode 100644 index e381adff1..000000000 --- a/debian/watch +++ /dev/null @@ -1,2 +0,0 @@ -version=3 -ftp://oss.sgi.com/projects/xfs/cmd_tars/ xfsprogs_([\d]+[\d\.]*)-[\d].tar.gz