[Pkg-shadow-commits] sid/debian changelog,1.14,1.15 rules,1.2,1.3

Christian Perrier pkg-shadow-devel@lists.alioth.debian.org
Wed, 04 May 2005 06:37:49 +0000


Update of /cvsroot/pkg-shadow/sid/debian
In directory haydn:/tmp/cvs-serv25991

Modified Files:
	changelog rules 
Log Message:
Release 4.0.3-32


Index: changelog
===================================================================
RCS file: /cvsroot/pkg-shadow/sid/debian/changelog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- changelog	2 May 2005 21:10:12 -0000	1.14
+++ changelog	4 May 2005 06:37:46 -0000	1.15
@@ -1,6 +1,5 @@
 shadow (1:4.0.3-32) unstable; urgency=low
 
-  * The "Let's jump in the game" release
   * Switch to dpatch for upstream patches
     This should bring more clarity to modifications
     we make to upstream sources and help integrating
@@ -13,15 +12,24 @@
     - Lintian fixes:
       - Description synopsis initial capital letters removed
       - passwd now depends on debconf (>=0.5.00) as it uses the seen flag
+      - add login.lintian-overrides and passwd.lintian-overrides
+        files to mention setuid and setgid files and avoid lintian warning
+        about them
     - debian/pam.d/login:
       - Remove the confusing comment about "nullok". Closes: #207816
+    - debian/rules:
+      - Add call for dh_installdirs
+    - debian/passwd.dirs:
+      - Added
+    - debian/login.dirs:
+      - Added
   * Debian specific programs fixes:
     - fixed /usr/sbin/remove-shell bug with handling of non-existing/empty
       /etc/shells file. Closes: #271565
-  * GNU config automated update: config.sub (20010907 to 20041130),
-    config.guess (20010904 to 20041112)
+  * GNU config automated update: config.sub (20010907 to 20050422),
+    config.guess (20010904 to 20050422)
 
- -- Christian Perrier <bubulle@debian.org>  Mon,  2 May 2005 23:08:16 +0200
+ -- Christian Perrier <bubulle@debian.org>  Tue,  3 May 2005 11:53:12 +0200
 
 shadow (1:4.0.3-31sarge3) unstable; urgency=low
 

Index: rules
===================================================================
RCS file: /cvsroot/pkg-shadow/sid/debian/rules,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rules	21 Apr 2005 20:25:33 -0000	1.2
+++ rules	4 May 2005 06:37:46 -0000	1.3
@@ -36,9 +36,6 @@
 	NEWDATEGUESS=`/usr/share/misc/config.guess -t | tr -d -` ;\
 	if [ $$OLDDATESUB -lt $$NEWDATESUB -o \
 	     $$OLDDATEGUESS -lt $$NEWDATEGUESS ]; then \
-	   dch -a -p "GNU config automated update: config.sub\
-	     ($$OLDDATESUB to $$NEWDATESUB), config.guess\
-	     ($$OLDDATEGUESS to $$NEWDATEGUESS)" ;\
 	   cp -f /usr/share/misc/config.sub config.sub ;\
 	   cp -f /usr/share/misc/config.guess config.guess ;\
 	   echo WARNING: GNU config scripts updated from master copies 1>&2 ;\
@@ -81,6 +78,7 @@
 	dh_testdir
 	dh_testroot
 	dh_movefiles
+	dh_installdirs
 	ln -sf vipw debian/passwd/usr/sbin/vigr
 	ln -sf cppw debian/passwd/usr/sbin/cpgr
 	ln -sf newgrp debian/login/usr/bin/sg
@@ -108,6 +106,10 @@
 	install -c -m 555 debian/shadowconfig.sh debian/passwd/sbin/shadowconfig
 	install -c -m 555 debian/add-shell.sh debian/passwd/usr/sbin/add-shell
 	install -c -m 555 debian/remove-shell.sh debian/passwd/usr/sbin/remove-shell
+	# Lintian overrides files
+	install -c -m 444  debian/login.lintian-overrides debian/login/usr/share/lintian/overrides/login
+	install -c -m 444  debian/passwd.lintian-overrides debian/passwd/usr/share/lintian/overrides/passwd
+
 	dh_installdocs
 	dh_installexamples
 	dh_compress