[Pkg-shadow-commits] r3266 - debian/trunk/debian

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Sat Aug 28 19:44:53 UTC 2010


Author: nekral-guest
Date: 2010-08-28 19:44:52 +0000 (Sat, 28 Aug 2010)
New Revision: 3266

Modified:
   debian/trunk/debian/changelog
   debian/trunk/debian/rules
Log:
  * debian/rules: Disable new features: --without-acl --without-attr
    --without-tcb


Modified: debian/trunk/debian/changelog
===================================================================
--- debian/trunk/debian/changelog	2010-08-28 18:05:03 UTC (rev 3265)
+++ debian/trunk/debian/changelog	2010-08-28 19:44:52 UTC (rev 3266)
@@ -50,12 +50,14 @@
     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) <nicolas.francois at centraliens.net>  Sat, 03 Apr 2010 01:42:37 +0200
 

Modified: debian/trunk/debian/rules
===================================================================
--- debian/trunk/debian/rules	2010-08-28 18:05:03 UTC (rev 3265)
+++ debian/trunk/debian/rules	2010-08-28 19:44:52 UTC (rev 3266)
@@ -24,7 +24,7 @@
 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




More information about the Pkg-shadow-commits mailing list