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

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



Author: aurel32
Date: 2006-04-09 22:52:19 +0000 (Sun, 09 Apr 2006)
New Revision: 1369

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/libc-otherbuild.preinst
Log:
  * /etc/ld.so.nohwcap is now supported on non-Linux architectures. Drop the
    "Linux" check from libc-otherbuild.preinst.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2006-04-09 22:38:21 UTC (rev 1368)
+++ glibc-package/trunk/debian/changelog	2006-04-09 22:52:19 UTC (rev 1369)
@@ -25,6 +25,8 @@
   * Bump shlib to (>= 2.3.6-6) on i386.
   * debian/debhelper.in/libc-alt.install: Add gconv-modules to the bi-arch
     packages.  (Closes: #361642)
+  * /etc/ld.so.nohwcap is now supported on non-Linux architectures. Drop the
+    "Linux" check from libc-otherbuild.preinst.
 
   [ Denis Barbier ]
   * debian/debhelper.in/locales.config: /etc/locale.gen was not generated at

Modified: glibc-package/trunk/debian/debhelper.in/libc-otherbuild.preinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc-otherbuild.preinst	2006-04-09 22:38:21 UTC (rev 1368)
+++ glibc-package/trunk/debian/debhelper.in/libc-otherbuild.preinst	2006-04-09 22:52:19 UTC (rev 1369)
@@ -2,7 +2,7 @@
 
 set -e
 
-if [ "$1" != abort-upgrade ] && [ "`uname -s`" = Linux ]; then
+if [ "$1" != abort-upgrade ]; then
   opt=OPT
   touch /etc/ld.so.nohwcap
   echo $opt >> /etc/ld.so.nohwcap



Reply to: