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

r1733 - in glibc-package: branches/glibc-2.4/debian branches/glibc-2.4/debian/debhelper.in trunk/debian trunk/debian/debhelper.in



Author: aurel32
Date: 2006-08-15 11:22:00 +0000 (Tue, 15 Aug 2006)
New Revision: 1733

Modified:
   glibc-package/branches/glibc-2.4/debian/changelog
   glibc-package/branches/glibc-2.4/debian/debhelper.in/libc.postinst
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/libc.postinst
Log:
 * debian/debhelper.in/libc.postinst: update list of optimized glibc
   packages.  Thanks Petr Salinger.  (Closes: #383168).



Modified: glibc-package/branches/glibc-2.4/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.4/debian/changelog	2006-08-15 10:21:48 UTC (rev 1732)
+++ glibc-package/branches/glibc-2.4/debian/changelog	2006-08-15 11:22:00 UTC (rev 1733)
@@ -158,6 +158,8 @@
     kernels.
   * New any/local-sysctl.diff patch to remove the annoying warning messages
     that appear with 2.6.18+ kernels, and to warn users to not use sysctl().
+  * debian/debhelper.in/libc.postinst: update list of optimized glibc
+    packages.  Thanks Petr Salinger.  (Closes: #383168).
 
  -- Aurelien Jarno <aurel32@debian.org>  Thu, 10 Aug 2006 21:23:07 +0200
 

Modified: glibc-package/branches/glibc-2.4/debian/debhelper.in/libc.postinst
===================================================================
--- glibc-package/branches/glibc-2.4/debian/debhelper.in/libc.postinst	2006-08-15 10:21:48 UTC (rev 1732)
+++ glibc-package/branches/glibc-2.4/debian/debhelper.in/libc.postinst	2006-08-15 11:22:00 UTC (rev 1733)
@@ -168,8 +168,11 @@
 	if [ ! -f /etc/ld.so.hwcappkgs ]; then
 	    case $(dpkg --print-architecture) in
 		i386)
-		    hwcappkgs="libc6 libc6-i686"
+		    hwcappkgs="libc6 libc6-i686 libc6-xen"
 		    ;;
+		kfreebsd-i386)
+		    hwcappkgs="libc0.1 libc0.1-i686" 
+		    ;;
 		sparc)
 		    hwcappkgs="libc6 libc6-sparcv9 libc6-sparcv9b"
 		    ;;

Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2006-08-15 10:21:48 UTC (rev 1732)
+++ glibc-package/trunk/debian/changelog	2006-08-15 11:22:00 UTC (rev 1733)
@@ -17,6 +17,8 @@
     kernels.
   * New any/local-sysctl.diff patch to remove the annoying warning messages
     that appear with 2.6.18+ kernels, and to warn users to not use sysctl().
+  * debian/debhelper.in/libc.postinst: update list of optimized glibc
+    packages.  Thanks Petr Salinger.  (Closes: #383168).
 
  -- Aurelien Jarno <aurel32@debian.org>  Thu, 10 Aug 2006 21:23:07 +0200
 

Modified: glibc-package/trunk/debian/debhelper.in/libc.postinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.postinst	2006-08-15 10:21:48 UTC (rev 1732)
+++ glibc-package/trunk/debian/debhelper.in/libc.postinst	2006-08-15 11:22:00 UTC (rev 1733)
@@ -168,8 +168,11 @@
 	if [ ! -f /etc/ld.so.hwcappkgs ]; then
 	    case $(dpkg --print-architecture) in
 		i386)
-		    hwcappkgs="libc6 libc6-i686"
+		    hwcappkgs="libc6 libc6-i686 libc6-xen"
 		    ;;
+		kfreebsd-i386)
+		    hwcappkgs="libc0.1 libc0.1-i686" 
+		    ;;
 		sparc)
 		    hwcappkgs="libc6 libc6-sparcv9 libc6-sparcv9b"
 		    ;;



Reply to: