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

r2011 - in glibc-package/branches/glibc-2.5/debian: . debhelper.in



Author: aurel32
Date: 2007-02-21 14:46:55 +0100 (Wed, 21 Feb 2007)
New Revision: 2011

Modified:
   glibc-package/branches/glibc-2.5/debian/changelog
   glibc-package/branches/glibc-2.5/debian/debhelper.in/libc.postinst
Log:
Merge from unstable


Modified: glibc-package/branches/glibc-2.5/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.5/debian/changelog	2007-02-21 13:44:31 UTC (rev 2010)
+++ glibc-package/branches/glibc-2.5/debian/changelog	2007-02-21 13:46:55 UTC (rev 2011)
@@ -322,8 +322,17 @@
 
  -- Clint Adams <schizo@debian.org>  Sun, 28 May 2006 03:28:14 +0200
 
-glibc (2.3.6.ds1-12) UNRELEASED; urgency=low
+glibc (2.3.6.ds1-13) unstable; urgency=low
 
+  * debhelper.in/libc.postinst: try to add /etc/ld.so.conf.d support for
+    versions lower then 2.3.6.ds1-11 instead of 2.3.6-16, because new 
+    installations done with version from 2.3.6-16 to 2.3.6.ds1-10 are
+    broken.  Closes: #411542.
+    
+ -- Aurelien Jarno <aurel32@debian.org>  Wed, 21 Feb 2007 11:07:13 +0100
+
+glibc (2.3.6.ds1-12) unstable; urgency=low
+
   [ Pierre Habouzit ]
   * patches/any/cvs-sunrpc-xdrmem_setpos.diff: fix a pointer-to-cast problem
     in sunrpc, backport from glibc-2.5. Closes: #389084.
@@ -335,7 +344,7 @@
   [ Aurelien Jarno ]
   * debian/control.in/opt: fix a typo: Ezla -> Ezra.  Closes: #410839.
 
- -- Aurelien Jarno <aurel32@debian.org>  Tue, 13 Feb 2007 23:43:39 +0100
+ -- Pierre Habouzit <madcoder@debian.org>  Thu, 15 Feb 2007 18:41:06 +0100
 
 glibc (2.3.6.ds1-11) unstable; urgency=low
 

Modified: glibc-package/branches/glibc-2.5/debian/debhelper.in/libc.postinst
===================================================================
--- glibc-package/branches/glibc-2.5/debian/debhelper.in/libc.postinst	2007-02-21 13:44:31 UTC (rev 2010)
+++ glibc-package/branches/glibc-2.5/debian/debhelper.in/libc.postinst	2007-02-21 13:46:55 UTC (rev 2011)
@@ -132,7 +132,7 @@
     fi
 
     # Add support for /etc/ld.so.conf.d
-    if [ -z "$preversion" ] || dpkg --compare-versions $preversion lt 2.3.6-16; then
+    if [ -z "$preversion" ] || dpkg --compare-versions $preversion lt 2.3.6.ds1-11; then
 	if [ -e /etc/ld.so.conf ]; then
 	    [ -z "$(tail -n 1 /etc/ld.so.conf)" ] || echo >> /etc/ld.so.conf
 	else



Reply to: