[Pkg-shadow-commits] sid/debian changelog,1.29,1.30 rules,1.6,1.7

Christian Perrier pkg-shadow-devel@lists.alioth.debian.org
Sun, 08 May 2005 18:54:48 +0000


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

Modified Files:
	changelog rules 
Log Message:
Temporarily de-activate 406 and 407
Prepare changelog for the upload (urgency=low)


Index: changelog
===================================================================
RCS file: /cvsroot/pkg-shadow/sid/debian/changelog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- changelog	8 May 2005 14:47:14 -0000	1.29
+++ changelog	8 May 2005 18:54:46 -0000	1.30
@@ -1,4 +1,4 @@
-shadow (1:4.0.3-33) unstable; urgency=high
+shadow (1:4.0.3-33) unstable; urgency=low
 
   * The "Don't believe lintian blindly" release
   * Urgency left to low because RC bug fixed but we leave priority
@@ -37,11 +37,6 @@
         Closes: #249611
     - 323_passwd.1-typo:
       - correct a typo in passwd(1) man page. Closes: #302740
-  * Debian specific programs fixes:
-    - 406_good_name:
-      - relaxed user/group names checking is now fixed and accepts
-        _only_ names matching '^[^-:\n][^:\n]*$'
-        Closes: #264879
 
  -- Christian Perrier <bubulle@debian.org>  Sun,  8 May 2005 14:32:20 +0200
 

Index: rules
===================================================================
RCS file: /cvsroot/pkg-shadow/sid/debian/rules,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- rules	8 May 2005 12:43:09 -0000	1.6
+++ rules	8 May 2005 18:54:46 -0000	1.7
@@ -56,17 +56,19 @@
 	$(MAKE)
 	touch build-stamp
 
-install: build
+install: install-stamp
+install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
 	rm -rf debian/tmp
 	mkdir debian/tmp
 	$(MAKE) DESTDIR=$$(pwd)/debian/tmp install
-	touch install 
+	touch install-stamp
 
 clean:	clean-patched unpatch
 
 clean-patched:	autotools
+	rm -f build-stamp install-stamp configure-stamp
 	$(checkdir)
 	-$(MAKE) distclean
 	dh_clean