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

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



Author: aurel32
Date: 2014-06-17 12:20:54 +0000 (Tue, 17 Jun 2014)
New Revision: 6168

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/libc.preinst
Log:
debian/debhelper.in/libc.preinst: remove dead code.

Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2014-06-17 11:00:39 UTC (rev 6167)
+++ glibc-package/trunk/debian/changelog	2014-06-17 12:20:54 UTC (rev 6168)
@@ -9,6 +9,7 @@
     ld.so configuration file on hurd-i386, i386 and kfreebsd-i386.
   * debian/debhelper.in/libc.postinst: don't create/modify ld.so.conf,
     but instead provide it as a conffile in libc-bin.  Closes: #737588.
+  * debian/debhelper.in/libc.preinst: remove dead code.
 
  -- Aurelien Jarno <aurel32@debian.org>  Mon, 16 Jun 2014 21:30:22 +0200
 

Modified: glibc-package/trunk/debian/debhelper.in/libc.preinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.preinst	2014-06-17 11:00:39 UTC (rev 6167)
+++ glibc-package/trunk/debian/debhelper.in/libc.preinst	2014-06-17 12:20:54 UTC (rev 6168)
@@ -355,16 +355,8 @@
         fi
 
         # sanity checking for the appropriate kernel on each architecture.
-        realarch=`uname -m`
         kernel_ver=`uname -r`
 
-        # convert "armv4l" and similar to just "arm", and "mips64" and similar
-        # to just "mips"
-        case $realarch in
-            arm*) realarch="arm";;
-            mips*) realarch="mips";;
-        esac
-
         # The GNU libc requires a >= 2.6.32 kernel, found in squeeze/lucid/RHEL6
         if linux_compare_versions "$kernel_ver" lt 2.6.32
         then


Reply to: