[Pkg-shadow-commits] sid/debian changelog,1.26,1.27 passwd.lintian-overrides,1.1,1.2 rules,1.5,1.6

Christian Perrier pkg-shadow-devel@lists.alioth.debian.org
Sun, 08 May 2005 12:43:11 +0000


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

Modified Files:
	changelog passwd.lintian-overrides rules 
Log Message:
Make the build rule a .PHONY rule to have the build process work (took example
on one of my other packages..:-)
Make lintian avoid warning about the missing debconf dependency and the needed
versioned dependency on debconf
One last final step to The Final Build of 4.0.3-33


Index: changelog
===================================================================
RCS file: /cvsroot/pkg-shadow/sid/debian/changelog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- changelog	8 May 2005 12:11:13 -0000	1.26
+++ changelog	8 May 2005 12:43:08 -0000	1.27
@@ -1,4 +1,4 @@
-shadow (1:4.0.3-33) UNRELEASED; urgency=high
+shadow (1:4.0.3-33) unstable; urgency=high
 
   * The "Don't believe lintian blindly" release
   * Urgency left to low because RC bug fixed but we leave priority
@@ -29,11 +29,11 @@
       - Fix the lastlog usage and all the translations accordingly
         (--user instead of --login).
         Closes: #249611
-    - 323_passwd.1-typo: 
+    - 323_passwd.1-typo:
       - correct a typo in passwd(1) man page. Closes: #302740
   * Debian specific programs fixes:
 
- -- Christian Perrier <bubulle@debian.org>  Tue,  3 May 2005 11:53:12 +0200
+ -- Christian Perrier <bubulle@debian.org>  Sun,  8 May 2005 14:32:20 +0200
 
 shadow (1:4.0.3-32) unstable; urgency=low
 

Index: passwd.lintian-overrides
===================================================================
RCS file: /cvsroot/pkg-shadow/sid/debian/passwd.lintian-overrides,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- passwd.lintian-overrides	4 May 2005 13:43:46 -0000	1.1
+++ passwd.lintian-overrides	8 May 2005 12:43:09 -0000	1.2
@@ -4,3 +4,5 @@
 passwd: setgid-binary usr/bin/expiry 2755 root/shadow
 passwd: setuid-binary usr/bin/gpasswd 4755 root/root
 passwd: setuid-binary usr/bin/passwd 4755 root/root
+passwd: seen-flag-requires-versioned-depends config
+passwd: missing-debconf-dependency

Index: rules
===================================================================
RCS file: /cvsroot/pkg-shadow/sid/debian/rules,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- rules	8 May 2005 12:11:13 -0000	1.5
+++ rules	8 May 2005 12:43:09 -0000	1.6
@@ -151,4 +151,4 @@
 
 binary: binary-indep binary-arch
 
-.PHONY: autotools clean checkroot binary-indep binary-arch patch unpatch
+.PHONY: autotools build clean checkroot binary-indep binary-arch patch unpatch