[Pkg-shadow-commits] r572 - branches/4.0.13/debian

Christian Perrier bubulle at costa.debian.org
Sat Oct 8 08:47:52 UTC 2005


Author: bubulle
Date: 2005-10-08 08:47:52 +0000 (Sat, 08 Oct 2005)
New Revision: 572

Added:
   branches/4.0.13/debian/changelog.add
   branches/4.0.13/debian/rules.diff
Log:
Changelog additions if we release 4.0.13
Changes needed to rules so that we don't Build-Depends on libselinux1-dev
and depend on libselinux1 later


Added: branches/4.0.13/debian/changelog.add
===================================================================
--- branches/4.0.13/debian/changelog.add	2005-10-08 07:36:10 UTC (rev 571)
+++ branches/4.0.13/debian/changelog.add	2005-10-08 08:47:52 UTC (rev 572)
@@ -0,0 +1,11 @@
+This should be added to the changelog when building the package:
+
+  * New upstream version:
+    Debian bugs fixed by the new upstream version:
+    - faillog: Do not oversimplify the date of the last unsuccessful login
+      Closes: #89902
+    - login.1: also mention securetty(5). Closes: #325773
+    - chfn.1, chsh.1, groupadd.8, newusers.8, pwconv.8
+      useradd.8, userdel.8, usermod.8:
+      Improved crossreferences with other manpages
+      Closes: #300892

Added: branches/4.0.13/debian/rules.diff
===================================================================
--- branches/4.0.13/debian/rules.diff	2005-10-08 07:36:10 UTC (rev 571)
+++ branches/4.0.13/debian/rules.diff	2005-10-08 08:47:52 UTC (rev 572)
@@ -0,0 +1,11 @@
+--- rules-4.0.12	2005-10-08 10:45:49.684100902 +0200
++++ rules	2005-10-08 10:46:35.188825854 +0200
+@@ -11,7 +11,7 @@
+ endif
+ export CFLAGS
+ 
+-config_options := --disable-shared --without-libcrack --mandir=/usr/share/man --with-libpam --enable-shadowgrp --enable-man
++config_options := --disable-shared --without-libcrack --mandir=/usr/share/man --with-libpam --enable-shadowgrp --enable-man --without-selinux
+ 
+ DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
+ DEB_BUILD_GNU_TYPE = $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)




More information about the Pkg-shadow-commits mailing list