From: Nathan Scott Date: Wed, 2 Apr 2003 00:14:18 +0000 (+0000) Subject: Some Debian packaging updates for xfsprogs. X-Git-Tag: XFS-1_3_0pre1~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6bc2843a7b5f4b842c03d0f1401aea4bbf6552b;p=thirdparty%2Fxfsprogs-dev.git Some Debian packaging updates for xfsprogs. --- diff --git a/debian/control b/debian/control index 15b7e7736..64a107aa1 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,7 @@ Description: Utilities for managing the XFS filesystem with the IRIX version of XFS. Package: xfslibs-dev -Section: devel +Section: libdevel Priority: extra Depends: libc6-dev, xfsprogs (>= 2.0.0) Conflicts: xfsprogs (<< 2.0.0) diff --git a/debian/rules b/debian/rules index 684624d2f..fbbb35b6d 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ pkgbfs = DIST_ROOT=`pwd`/$(dirbfs); export DIST_ROOT; stdenv = @GZIP=-q; export GZIP; options = DEBUG=-DNDEBUG; DISTRIBUTION=debian; LOCAL_CONFIGURE_OPTIONS=--enable-readline=yes; export DEBUG DISTRIBUTION LOCAL_CONFIGURE_OPTIONS; -bfsopts = $(options); OPTIMIZER=-Os; LOCAL_CONFIGURE_OPTIONS="--enable-shared-uuid=yes --enable-gettext=no"; export OPTIMIZER LOCAL_CONFIGURE_OPTIONS; +bfsopts = $(options) OPTIMIZER=-Os; LOCAL_CONFIGURE_OPTIONS="--enable-shared-uuid=yes --enable-gettext=no"; export OPTIMIZER LOCAL_CONFIGURE_OPTIONS; checkdir = test -f debian/rules build: built