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

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



Author: aurel32
Date: 2011-10-30 15:45:27 +0000 (Sun, 30 Oct 2011)
New Revision: 5017

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/libc.NEWS
Log:
  * debhelper/libc.NEWS: replace $arch by <triplet> and explain how to get
    it.  Closes: #644990.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2011-10-30 15:14:02 UTC (rev 5016)
+++ glibc-package/trunk/debian/changelog	2011-10-30 15:45:27 UTC (rev 5017)
@@ -6,6 +6,8 @@
   * Ignore tst-cancelx17.out error on amd64.  Closes: #643567.
   * patches/any/cvs-nptl-pthread-race.diff: fix a race in NPTL code that
     sometimes causes a deadlock when calling fork() from a thread.
+  * debhelper/libc.NEWS: replace $arch by <triplet> and explain how to get
+    it.  Closes: #644990.
 
   [ Samuel Thibault ]
   * patches/hurd-i386/submitted-setresid.diff: New patch to fix -1 passed to

Modified: glibc-package/trunk/debian/debhelper.in/libc.NEWS
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.NEWS	2011-10-30 15:14:02 UTC (rev 5016)
+++ glibc-package/trunk/debian/debhelper.in/libc.NEWS	2011-10-30 15:45:27 UTC (rev 5017)
@@ -1,9 +1,11 @@
 eglibc (2.13-17) unstable; urgency=low
 
   Starting with the eglibc package version 2.13-5, the libraries are 
-  shipped in the multiarch directory /lib/$arch instead of the more
-  traditional /lib. Similarly the includes are now shipped in 
-  /usr/include/$arch instead of the more traditional /usr/include.
+  shipped in the multiarch directory /lib/<triplet> instead of the more
+  traditional /lib, where <triplet> is the multiarch triplet and can be
+  retrieved with 'dpkg-architecture -qDEB_HOST_MULTIARCH'. Similarly the
+  includes are now shipped in /usr/include/<triplet> instead of the more
+  traditional /usr/include.
   
   The toolchain in Debian has been updated to cope with that, and most
   build systems should be unaffected. If you are using a non-Debian 
@@ -11,7 +13,7 @@
   multiarch, you might try to pass the following option to your 
   compiler:
 
-    -B/usr/lib/$arch -I/usr/include/$arch
+    -B/usr/lib/<triplet> -I/usr/include/<triplet>
 
  -- Aurelien Jarno <aurel32@debian.org>  Tue, 09 Aug 2011 19:58:28 +0200 
 


Reply to: