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

Christian Perrier bubulle at costa.debian.org
Tue Feb 7 19:25:49 UTC 2006


Author: bubulle
Date: 2006-02-07 19:25:47 +0000 (Tue, 07 Feb 2006)
New Revision: 840

Modified:
   trunk/debian/changelog
   trunk/debian/control
   trunk/debian/rules
Log:
Build with SE Linux support


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-02-07 18:07:04 UTC (rev 839)
+++ trunk/debian/changelog	2006-02-07 19:25:47 UTC (rev 840)
@@ -7,8 +7,11 @@
     - 490_useradd_always_unlock_group_databases:
       Always remove the lock on the group and gshadow databases.
       CLoses: #348250
+  * Debian packaging fixes:
+    - Build with SE Linux support for Linux architectures
+      Closes: #351631
 
- -- Christian Perrier <bubulle at debian.org>  Fri, 27 Jan 2006 21:39:23 +0100
+ -- Christian Perrier <bubulle at debian.org>  Tue,  7 Feb 2006 20:23:40 +0100
 
 shadow (1:4.0.14-4) unstable; urgency=low
 

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2006-02-07 18:07:04 UTC (rev 839)
+++ trunk/debian/control	2006-02-07 19:25:47 UTC (rev 840)
@@ -4,7 +4,7 @@
 Maintainer: Shadow package maintainers <pkg-shadow-devel at lists.alioth.debian.org>
 Standards-Version: 3.6.2
 Uploaders: Christian Perrier <bubulle at debian.org>, Martin Quinson <mquinson at debian.org>
-Build-Depends: autoconf, automake1.7, libtool, bzip2, gettext, libpam0g-dev, texinfo, file, debhelper (>= 4.1.16), po-debconf, libpam-runtime (>= 0.76-14), quilt, dpkg-dev (>= 1.13.5), xsltproc, docbook-xsl, docbook-xml, libxml2-utils, cdbs
+Build-Depends: autoconf, automake1.7, libtool, bzip2, gettext, libpam0g-dev, texinfo, file, debhelper (>= 4.1.16), po-debconf, libpam-runtime (>= 0.76-14), quilt, dpkg-dev (>= 1.13.5), xsltproc, docbook-xsl, docbook-xml, libxml2-utils, cdbs, libselinux1-dev | not+linux-gnu
 
 Package: passwd
 Architecture: any

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2006-02-07 18:07:04 UTC (rev 839)
+++ trunk/debian/rules	2006-02-07 19:25:47 UTC (rev 840)
@@ -23,7 +23,7 @@
 DEB_AUTO_UPDATE_AUTOMAKE = 1.7
 
 # Adds extra options when calling the configure script:
-DEB_CONFIGURE_EXTRA_FLAGS := --disable-shared --without-libcrack --mandir=/usr/share/man --with-libpam --enable-shadowgrp --enable-man --without-selinux
+DEB_CONFIGURE_EXTRA_FLAGS := --disable-shared --without-libcrack --mandir=/usr/share/man --with-libpam --enable-shadowgrp --enable-man
 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