Author: aurel32 Date: 2011-08-09 18:00:14 +0000 (Tue, 09 Aug 2011) New Revision: 4863
Modified: glibc-package/trunk/debian/changelog glibc-package/trunk/debian/debhelper.in/libc.NEWS Log: * Improve libc.NEWS to also include headers. Modified: glibc-package/trunk/debian/changelog =================================================================== --- glibc-package/trunk/debian/changelog 2011-08-09 09:40:14 UTC (rev 4862) +++ glibc-package/trunk/debian/changelog 2011-08-09 18:00:14 UTC (rev 4863) @@ -1,6 +1,6 @@ eglibc (2.13-17) UNRELEASED; urgency=low - * + * Improve libc.NEWS to also include headers. -- Aurelien Jarno <[email protected]> Tue, 09 Aug 2011 11:40:02 +0200 Modified: glibc-package/trunk/debian/debhelper.in/libc.NEWS =================================================================== --- glibc-package/trunk/debian/debhelper.in/libc.NEWS 2011-08-09 09:40:14 UTC (rev 4862) +++ glibc-package/trunk/debian/debhelper.in/libc.NEWS 2011-08-09 18:00:14 UTC (rev 4863) @@ -1,8 +1,9 @@ -eglibc (2.13-11) unstable; urgency=low +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. + traditional /lib. Similarly the includes are now shipped in + /usr/include/$arch 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 @@ -10,9 +11,9 @@ multiarch, you might try to pass the following option to your compiler: - -B/usr/lib/$arch + -B/usr/lib/$arch -I/usr/include/$arch - -- Aurelien Jarno <[email protected]> Sat, 23 Jul 2011 23:42:46 +0200 + -- Aurelien Jarno <[email protected]> Tue, 09 Aug 2011 19:58:28 +0200 eglibc (2.13-7) unstable; urgency=low -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

