[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1435 - glibc-package/trunk/debian



Author: aurel32
Date: 2006-04-14 11:49:00 +0000 (Fri, 14 Apr 2006)
New Revision: 1435

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/rules
Log:
Disable the generation of locales-all for now, but keep the associated code.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2006-04-14 10:21:05 UTC (rev 1434)
+++ glibc-package/trunk/debian/changelog	2006-04-14 11:49:00 UTC (rev 1435)
@@ -1,6 +1,7 @@
-glibc (2.3.6-7) UNRELEASED; urgency=low
+glibc (2.3.6-7) unstable; urgency=medium
 
   [ Aurelien Jarno ]
+  * Urgency set to medium because this version fixes and RC bug in testing.
   * Optimized libraries should actually be cross-compiled as we don't know the
     CPU that will be used.
   * Allow the glibc to be cross-compiled for Linux and kFreeBSD.  (Closes:
@@ -25,13 +26,14 @@
     in locales.postinst, but instead add /usr/share/doc/locales/NEWS.Debian
     to explain that /etc/environment needs to be cleaned up.
     (Closes: #361048)
-  * Ship a new locales-all package with all supported locales precompiled.
+  * Create a new locales-all package with all supported locales precompiled,
+    but keep it disabled for now.
     Both locales and locales-all packages provide a virtual generated-locales
     package.  Packages which currently depends on locales should instead
-    depend on 'locales | generated-locales'.  (Closes: #308020)
+    depend on 'locales | generated-locales'.
   * Add a new ca_ES@valencia locale, requested by Robert Millan (Closes: #361972)
 
- -- Aurelien Jarno <aurel32@debian.org>  Thu, 13 Apr 2006 03:40:52 +0200
+ -- Aurelien Jarno <aurel32@debian.org>  Fri, 14 Apr 2006 13:48:30 +0200
 
 glibc (2.3.6-6) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/rules
===================================================================
--- glibc-package/trunk/debian/rules	2006-04-14 10:21:05 UTC (rev 1434)
+++ glibc-package/trunk/debian/rules	2006-04-14 11:49:00 UTC (rev 1435)
@@ -118,7 +118,8 @@
 curpass = $(filter-out %_,$(subst _,_ ,$@))
 
 DEB_ARCH_REGULAR_PACKAGES = $(libc) $(libc)-dev $(libc)-dbg $(libc)-prof $(libc)-pic
-DEB_INDEP_REGULAR_PACKAGES = glibc-doc locales locales-all
+DEB_INDEP_REGULAR_PACKAGES = glibc-doc locales
+#DEB_INDEP_REGULAR_PACKAGES += locales-all
 DEB_UDEB_PACKAGES = $(libc)-udeb libnss-dns-udeb libnss-files-udeb
 
 # Generic kernel version check



Reply to: