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

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



Author: aurel32
Date: 2014-02-22 21:21:02 +0000 (Sat, 22 Feb 2014)
New Revision: 5957

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 check for sparc32 kernel, the
support has been removed with Lenny.

Modified: glibc-package/branches/eglibc-2.19/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.19/debian/changelog	2014-02-22 19:46:09 UTC (rev 5956)
+++ glibc-package/branches/eglibc-2.19/debian/changelog	2014-02-22 21:21:02 UTC (rev 5957)
@@ -1,5 +1,6 @@
 eglibc (2.19-0experimental0) UNRELEASED; urgency=medium
 
+  [ Adam Conrad ]
   * New upstream release: version 2.19, orig tarball built at SVN r25252:
     - debian/patches/alpha/local-string-functions.diff: Rebased.
     - debian/patches/any/local-disable-test-tgmath2.diff: Rebased.
@@ -36,6 +37,10 @@
   * debian/patches/any/submitted-sysdeps-auxv.diff: Fix implicit declaration
     when including <sys/auxv.h> in the testsuite by fixing up header guards.
 
+  [ Aurelien Jarno ]
+  * debian/debhelper.in/libc.preinst: remove check for sparc32 kernel, the
+    support has been removed with Lenny.
+
  -- Adam Conrad <adconrad@0c3.net>  Sun, 09 Feb 2014 09:46:13 -0700
 
 eglibc (2.18-1) unstable; urgency=medium

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 19:46:09 UTC (rev 5956)
+++ glibc-package/branches/eglibc-2.19/debian/debhelper.in/libc.preinst	2014-02-22 21:21:02 UTC (rev 5957)
@@ -382,28 +382,6 @@
             exit 1
         fi
 
-        # From glibc 2.6-3 SPARC V8 support is dropped.
-        if [ "$realarch" = sparc ]
-        then
-            # The process could be run using linux32, check for /proc.
-            if [ -f /proc/cpuinfo ]
-            then
-               case "$(sed '/^type/!d;s/^type.*: //g' /proc/cpuinfo)" in
-                   sun4u)
-                      # UltraSPARC CPU
-                      ;;
-                   sun4v)
-                      # Niagara CPU
-                      ;;
-                   *)
-                      echo "WARNING: This machine has a SPARC V8 or earlier class processor."
-                      echo "Debian lenny and later does not support such old hardware"
-                      echo "any longer."
-                      exit 1
-                      ;;
-               esac
-            fi
-        fi
     elif [ $system = "GNU/kFreeBSD" ] ; then
         kernel_ver=`uname -r`
         if kfreebsd_compare_versions "$kernel_ver" lt 8.3


Reply to: