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

Christian Perrier pkg-shadow-devel@lists.alioth.debian.org
Fri, 03 Jun 2005 08:22:40 +0000


Author: bubulle
Date: 2005-06-03 08:22:39 +0000 (Fri, 03 Jun 2005)
New Revision: 188

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
Changes needed to build the -35 packages:
-change date in changelog
-add removal of config.log to debian/rules


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-06-02 06:43:30 UTC (rev 187)
+++ trunk/debian/changelog	2005-06-03 08:22:39 UTC (rev 188)
@@ -1,4 +1,4 @@
-shadow (1:4.0.3-35) UNRELEASED; urgency=low 
+shadow (1:4.0.3-35) unstable; urgency=low
 
   * Re-apply the debian/patches/036_CAN-2004-1001_passwd_check patch
     which fixed the "Adjusted password check to fix authentication bypass"
@@ -15,7 +15,8 @@
     - Make login and su use limits.so PAM module by default
       (change made in sarge branch also)
       Closes: #300720
-    - Switching from dpatch to quilt. 
+    - debian/rules: Add removal of config.log in the clean target
+    - Switching from dpatch to quilt.
   * Debconf translation updates:
     - Portuguese spellchecked by Miguel Figueiredo
     - Punjabi (Gumurkhi) added, by Amanpreet Singh Alam. Closes: #309800
@@ -41,7 +42,7 @@
     - 326_su.1_pwconv.8-typos:
       Correct typos in su.1 and pwconv.8 man pages.
       Closes: #309666
-  * Translation updates: 
+  * Translation updates:
     - 004_configure.in, 100_LINGUAS
       Add Vietnamese to LINGUAS. Patch for LINGUAS in configure.in moved
       from 004_configure.in to the new 100_LINGUAS patch
@@ -70,7 +71,7 @@
     - 132_vi: Correct file used for Vietnamese tanslation
       Closes: #306614, #307251, #307262, #308479
 
- -- Christian Perrier <bubulle@debian.org>  Tue, 10 May 2005 18:24:12 +0200
+ -- Christian Perrier <bubulle@debian.org>  Fri,  3 Jun 2005 07:32:07 +0200
 
 shadow (1:4.0.3-34) unstable; urgency=low
 

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2005-06-02 06:43:30 UTC (rev 187)
+++ trunk/debian/rules	2005-06-03 08:22:39 UTC (rev 188)
@@ -74,6 +74,8 @@
 	dh_clean
 	rm -rf debian/tmp debian/login debian/passwd
 	rm -f build install debian/*~ debian/substvars # debian/files*
+	# Thanks, lintian
+	rm -f config.log
 
 binary-indep: