]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Some Debian packaging updates for xfsprogs.
authorNathan Scott <nathans@sgi.com>
Wed, 2 Apr 2003 00:14:18 +0000 (00:14 +0000)
committerNathan Scott <nathans@sgi.com>
Wed, 2 Apr 2003 00:14:18 +0000 (00:14 +0000)
debian/control
debian/rules

index 15b7e773642d98f2cee29fc035e5ba633e65b088..64a107aa11d6a5b19808fccc1b0568e0aaae5c92 100644 (file)
@@ -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)
index 684624d2ffd5cc9712adf049b8b6169aa7623f09..fbbb35b6de610bce0fe928834cb1cdd84b730838 100755 (executable)
@@ -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