[Pkg-shadow-commits] sid/debian changelog,1.35,1.36 rules,1.8,1.9

Christian Perrier pkg-shadow-devel@lists.alioth.debian.org
Wed, 11 May 2005 06:33:08 +0000


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

Modified Files:
	changelog rules 
Log Message:
Sync with 4.0.3-34 release


Index: changelog
===================================================================
RCS file: /cvsroot/pkg-shadow/sid/debian/changelog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- changelog	10 May 2005 10:03:57 -0000	1.35
+++ changelog	11 May 2005 06:33:06 -0000	1.36
@@ -1,22 +1,26 @@
-shadow (1:4.0.3-34) UNRELEASED; urgency=low
+shadow (1:4.0.3-34) unstable; urgency=low
 
   * Debian packaging fixes:
-    - Add --host to config_options on cross build. Patch from NIIBE Yutaka.
-      Closes: #283729
+    - NONE
   * Debian specific programs fixes:
+    - NONE
   * Upstream bugs not fixed in upstream releases or CVS:
     - 406_good_name:
       - relaxed user/group names checking is now fixed and accepts
         _only_ names matching '^[^-:\n][^:\n]*$'
-        Closes: #264879
+        Closes: #264879, #308478
   * Upstream bugs already fixed in upstream releases or CVS:
-    - 311_high-uids:
+    - 311_high-uids.dpatch:
       - Add large file support to lastlog and faillog. Closes: #280212
-  * Translation fixes:
+  * Translation updates:
+    - 132_vi:
+      Vietnamese programs translation added (from upstream CVS)
+      Closes: #308479
     - 118_it:
-      - Completed Italian translation. Closes: #308327
+      Italian programs translation updated
+      Closes: #308327
 
- -- Christian Perrier <bubulle@debian.org>  Sun,  8 May 2005 21:22:09 +0200
+ -- Christian Perrier <bubulle@debian.org>  Tue, 10 May 2005 18:24:12 +0200
 
 shadow (1:4.0.3-33) unstable; urgency=low
 

Index: rules
===================================================================
RCS file: /cvsroot/pkg-shadow/sid/debian/rules,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- rules	8 May 2005 22:59:45 -0000	1.8
+++ rules	11 May 2005 06:33:06 -0000	1.9
@@ -1,13 +1,9 @@
 #!/usr/bin/make -f
 
 config_options := --disable-shared --without-libcrack --mandir=/usr/share/man
+#	--build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
 
 DEB_HOST_GNU_SYSTEM := $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM)
-DEB_BUILD_GNU_TYPE = $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-DEB_HOST_GNU_TYPE = $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
-  config_options += --host=$(DEB_HOST_GNU_TYPE)
-endif
 
 ifneq ($(DEB_HOST_GNU_SYSTEM),gnu)
   config_options += --with-libpam