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

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



Author: aurel32
Date: 2011-07-23 21:45:51 +0000 (Sat, 23 Jul 2011)
New Revision: 4815

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/libc.NEWS
Log:
  * Fix debhelper.in/libc.NEWS with the right option to pass to gcc. Closes:
    #629819.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2011-07-23 21:27:26 UTC (rev 4814)
+++ glibc-package/trunk/debian/changelog	2011-07-23 21:45:51 UTC (rev 4815)
@@ -17,6 +17,8 @@
     patches/any/submitted-resolv-assert.diff to fix assertion triggered by the
     previous patch.  Closes: #535504, #602291.
   * Add support for s390x.
+  * Fix debhelper.in/libc.NEWS with the right option to pass to gcc. Closes:
+    #629819.
 
   [ Jeremie Koenig ]
   * Add debian/libc0.3.symbols.hurd-i386.

Modified: glibc-package/trunk/debian/debhelper.in/libc.NEWS
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.NEWS	2011-07-23 21:27:26 UTC (rev 4814)
+++ glibc-package/trunk/debian/debhelper.in/libc.NEWS	2011-07-23 21:45:51 UTC (rev 4815)
@@ -1,4 +1,4 @@
-eglibc (2.13-8) unstable; urgency=low
+eglibc (2.13-11) 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
@@ -7,12 +7,12 @@
   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 
   toolchain to build your software and it is not able to cope with 
-  multiarch, you might try to pass the following options to your 
+  multiarch, you might try to pass the following option to your 
   compiler:
 
-    -I/usr/include/$arch --sysroot /usr/lib/$arch
+    -B/usr/lib/$arch
 
- -- Aurelien Jarno <aurel32@debian.org>  Sun, 26 Jun 2011 22:28:52 +0200
+ -- Aurelien Jarno <aurel32@debian.org>  Sat, 23 Jul 2011 23:42:46 +0200
 
 eglibc (2.13-7) unstable; urgency=low
 


Reply to: