From: Nathan Scott Date: Mon, 7 Nov 2005 02:48:13 +0000 (+0000) Subject: Keep packaging scripts in sync across all of the packages were maintaining here X-Git-Tag: v2.8.0~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b84c55e5911de4b21e22dec129baab4c4f188524;p=thirdparty%2Fxfsprogs-dev.git Keep packaging scripts in sync across all of the packages were maintaining here Merge of master-melb:xfs-cmds:24301a by kenmcd. --- diff --git a/debian/rules b/debian/rules index 8f539c3ef..d019ee49b 100755 --- a/debian/rules +++ b/debian/rules @@ -16,8 +16,11 @@ pkgdev = DIST_ROOT=`pwd`/$(dirdev); export DIST_ROOT; pkgdi = DIST_ROOT=`pwd`/$(dirdi); 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; -diopts = $(options) OPTIMIZER=-Os; LOCAL_CONFIGURE_OPTIONS="--enable-gettext=no"; export OPTIMIZER LOCAL_CONFIGURE_OPTIONS; +options = export DEBUG=-DNDEBUG DISTRIBUTION=debian \ + INSTALL_USER=root INSTALL_GROUP=root \ + LOCAL_CONFIGURE_OPTIONS=--enable-readline=yes ; +diopts = $(options) \ + export OPTIMIZER=-Os LOCAL_CONFIGURE_OPTIONS="--enable-gettext=no" ; checkdir = test -f debian/rules build: built @@ -33,7 +36,7 @@ config: .census $(options) $(MAKE) configure touch .census -dibuild: +dibuild: $(checkdir) @echo "== dpkg-buildpackage: installer" 1>&2 if [ ! -f mkfs/mkfs.xfs-$(bootpkg) ]; then \