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

r1850 - in glibc-package/branches/glibc-2.5/debian: . sysdeps



Author: aurel32
Date: 2006-10-08 22:34:21 +0000 (Sun, 08 Oct 2006)
New Revision: 1850

Modified:
   glibc-package/branches/glibc-2.5/debian/changelog
   glibc-package/branches/glibc-2.5/debian/sysdeps/i386.mk
Log:
  * sysdeps/i386.mk: ship the Xen flavour of ldconfig in libc6. It should be
    a few percent slower on plain i386, but a lot faster on Xen i386.




Modified: glibc-package/branches/glibc-2.5/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.5/debian/changelog	2006-10-08 22:30:34 UTC (rev 1849)
+++ glibc-package/branches/glibc-2.5/debian/changelog	2006-10-08 22:34:21 UTC (rev 1850)
@@ -28,6 +28,8 @@
   * debhelper.in/libc.docs: remove INTERFACE as it has been removed upstream.
   * sysdeps/depflags.pl: don't make libc6 depends on tzdata, as this package
     is of priority required. Should help to debconfize tzdata.
+  * sysdeps/i386.mk: ship the Xen flavour of ldconfig in libc6. It should be
+    a few percent slower on plain i386, but a lot faster on Xen i386.
 
   [ Denis Barbier ]
   * Remove localedata/locale-en_NZ.diff (merged upstream).
@@ -47,7 +49,7 @@
   * Update localedata/fix-lang.diff
   * Update localedata/first_weekday.diff
 
- -- Aurelien Jarno <aurel32@debian.org>  Mon,  9 Oct 2006 00:29:25 +0200
+ -- Aurelien Jarno <aurel32@debian.org>  Mon,  9 Oct 2006 00:33:08 +0200
 
 glibc (2.4-1) UNRELEASED; urgency=low
 

Modified: glibc-package/branches/glibc-2.5/debian/sysdeps/i386.mk
===================================================================
--- glibc-package/branches/glibc-2.5/debian/sysdeps/i386.mk	2006-10-08 22:30:34 UTC (rev 1849)
+++ glibc-package/branches/glibc-2.5/debian/sysdeps/i386.mk	2006-10-08 22:34:21 UTC (rev 1850)
@@ -63,6 +63,10 @@
 cp debian/tmp-amd64/usr/bin/ldd debian/tmp-libc/usr/bin
 endef
 
+define xen_extra_install
+cp debian/tmp-amd64/sbin/ldconfig debian/tmp-libc/sbin
+endef
+
 define libc6-dev-amd64_extra_pkg_install
 mkdir -p debian/libc6-dev-amd64/usr/include
 cp -af debian/tmp-amd64/usr/include/x86_64-linux-gnu \



Reply to: