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

r5958 - in glibc-package/branches/eglibc-2.19/debian: . debhelper.in



Author: aurel32
Date: 2014-02-23 00:00:27 +0000 (Sun, 23 Feb 2014)
New Revision: 5958

Modified:
   glibc-package/branches/eglibc-2.19/debian/changelog
   glibc-package/branches/eglibc-2.19/debian/debhelper.in/libc.preinst
Log:
debian/debhelper.in/libc.preinst: remove code to upgrade armhf systems
from pre-Wheezy versions.

Modified: glibc-package/branches/eglibc-2.19/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.19/debian/changelog	2014-02-22 21:21:02 UTC (rev 5957)
+++ glibc-package/branches/eglibc-2.19/debian/changelog	2014-02-23 00:00:27 UTC (rev 5958)
@@ -40,6 +40,8 @@
   [ Aurelien Jarno ]
   * debian/debhelper.in/libc.preinst: remove check for sparc32 kernel, the
     support has been removed with Lenny.
+  * debian/debhelper.in/libc.preinst: remove code to upgrade armhf systems
+    from pre-Wheezy versions.
 
  -- Adam Conrad <adconrad@0c3.net>  Sun, 09 Feb 2014 09:46:13 -0700
 

Modified: glibc-package/branches/eglibc-2.19/debian/debhelper.in/libc.preinst
===================================================================
--- glibc-package/branches/eglibc-2.19/debian/debhelper.in/libc.preinst	2014-02-22 21:21:02 UTC (rev 5957)
+++ glibc-package/branches/eglibc-2.19/debian/debhelper.in/libc.preinst	2014-02-23 00:00:27 UTC (rev 5958)
@@ -248,14 +248,6 @@
 	fi # end upgrading and $preversion lt 2.19
     fi # Upgrading
 
-    # On upgrade from older glibc versions, our PI doesn't yet exist
-    # on-disk, despite the preinst wanting to play with it, so make one
-    if [ "${DPKG_MAINTSCRIPT_ARCH:-$(dpkg --print-architecture)}" = "armhf" ]; then
-	if dpkg --compare-versions "$preversion" lt 2.13-28; then
-	    ln -sf SLIBDIR/ld-linux.so.3 RTLD_SO
-	fi
-    fi
-
     # This will keep us from using hwcap libs (optimized) during an
     # upgrade.
     touch /etc/ld.so.nohwcap


Reply to: