Author: aurel32 Date: 2011-07-27 00:58:23 +0000 (Wed, 27 Jul 2011) New Revision: 4827
Modified: glibc-package/trunk/debian/changelog glibc-package/trunk/debian/rules.d/debhelper.mk Log: * rules.d/debhelper.mk: Fix a typo about kfreebsd-amd64. Modified: glibc-package/trunk/debian/changelog =================================================================== --- glibc-package/trunk/debian/changelog 2011-07-26 01:45:52 UTC (rev 4826) +++ glibc-package/trunk/debian/changelog 2011-07-27 00:58:23 UTC (rev 4827) @@ -1,3 +1,10 @@ +eglibc (2.13-12) UNRELEASED; urgency=low + + [ Aurelien Jarno ] + * rules.d/debhelper.mk: Fix a typo about kfreebsd-amd64. + + -- Aurelien Jarno <[email protected]> Tue, 26 Jul 2011 16:04:27 +0200 + eglibc (2.13-11) unstable; urgency=low [ Aurelien Jarno ] Modified: glibc-package/trunk/debian/rules.d/debhelper.mk =================================================================== --- glibc-package/trunk/debian/rules.d/debhelper.mk 2011-07-26 01:45:52 UTC (rev 4826) +++ glibc-package/trunk/debian/rules.d/debhelper.mk 2011-07-27 00:58:23 UTC (rev 4827) @@ -114,7 +114,7 @@ # Disable multiarch support on some architectures until we fix the /lib64 -> /lib issue # case $(curpass)/$(DEB_HOST_ARCH) in \ - libc6/amd64 | libc6/kfreebsd-amd64 | libc6/ppc64 | libc6/s390x | libc6/sparc64) \ + libc6/amd64 | libc0.1/kfreebsd-amd64 | libc6/ppc64 | libc6/s390x | libc6/sparc64) \ dh_gencontrol -p$(curpass) -- -UMulti-Arch \ ;; \ *) \ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

