diff --git a/debian/changelog b/debian/changelog index 68b3772f..02929d67 100644 --- a/debian/changelog +++ b/debian/changelog @@ -50,12 +50,14 @@ shadow (1:4.1.5-1) UNRELEASED; urgency=low ttyPZ0..3. Closes: #576203 * debian/rules, debian/man.insert, debian/man.insert.sed: Hack to avoid bug 507673, causing missing apostrophes in the manpages generated by - docbook-xsl. + docbook-xsl (see debian bug 507673). * debian/control: Standards-Version: bumped to 3.8.4. No changes. * debian/passwd.lintian-overrides: Remove old entries relevant for passwd.config. * debian/control: Do not repeat the Section and Priority fields for the binary packages. + * debian/rules: Disable new features: --without-acl --without-attr + --without-tcb -- Nicolas FRANCOIS (Nekral) Sat, 03 Apr 2010 01:42:37 +0200 diff --git a/debian/rules b/debian/rules index 7d7c4a17..68540ddc 100755 --- a/debian/rules +++ b/debian/rules @@ -24,7 +24,7 @@ DEB_AUTO_UPDATE_AUTOMAKE = 1.9 DEB_AUTO_UPDATE_LIBTOOL = pre # Adds extra options when calling the configure script: -DEB_CONFIGURE_EXTRA_FLAGS := --disable-shared --without-libcrack --without-audit --mandir=/usr/share/man --with-libpam --enable-shadowgrp --enable-man --disable-account-tools-setuid --with-group-name-max-length=32 +DEB_CONFIGURE_EXTRA_FLAGS := --disable-shared --without-libcrack --without-audit --mandir=/usr/share/man --with-libpam --enable-shadowgrp --enable-man --disable-account-tools-setuid --with-group-name-max-length=32 --without-acl --without-attr --without-tcb ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) DEB_CONFIGURE_EXTRA_FLAGS += --host=$(DEB_HOST_GNU_TYPE) endif