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

r2005 - in glibc-package/trunk/debian: . debhelper.in



Author: aurel32
Date: 2007-02-21 11:11:44 +0100 (Wed, 21 Feb 2007)
New Revision: 2005

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/libc.postinst
Log:
  * 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.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2007-02-19 21:13:55 UTC (rev 2004)
+++ glibc-package/trunk/debian/changelog	2007-02-21 10:11:44 UTC (rev 2005)
@@ -1,3 +1,12 @@
+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 ]

Modified: glibc-package/trunk/debian/debhelper.in/libc.postinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.postinst	2007-02-19 21:13:55 UTC (rev 2004)
+++ glibc-package/trunk/debian/debhelper.in/libc.postinst	2007-02-21 10:11:44 UTC (rev 2005)
@@ -146,7 +146,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: