Author: aurel32 Date: 2010-05-13 14:01:14 +0000 (Thu, 13 May 2010) New Revision: 4266
Added: glibc-package/trunk/debian/sysdeps/powerpcspe.mk Modified: glibc-package/trunk/debian/changelog glibc-package/trunk/debian/control glibc-package/trunk/debian/rules.d/control.mk Log: * Add powerpcspe port support. Closes: #579778. Modified: glibc-package/trunk/debian/changelog =================================================================== --- glibc-package/trunk/debian/changelog 2010-05-13 13:54:57 UTC (rev 4265) +++ glibc-package/trunk/debian/changelog 2010-05-13 14:01:14 UTC (rev 4266) @@ -1,3 +1,10 @@ +eglibc (2.10.2-9) UNRELEASED; urgency=low + + [ Aurelien Jarno ] + * Add powerpcspe port support. Closes: #579778. + + -- Aurelien Jarno <[email protected]> Thu, 13 May 2010 15:58:29 +0200 + eglibc (2.10.2-8) unstable; urgency=low [ Petr Salinger ] Modified: glibc-package/trunk/debian/control =================================================================== --- glibc-package/trunk/debian/control 2010-05-13 13:54:57 UTC (rev 4265) +++ glibc-package/trunk/debian/control 2010-05-13 14:01:14 UTC (rev 4266) @@ -110,7 +110,7 @@ slow Services like LDAP, NIS or NIS+ Package: libc6 -Architecture: amd64 arm armeb armel i386 m32r m68k mips mipsel powerpc ppc64 sparc sparc64 s390 hppa sh3 sh4 sh3eb sh4eb +Architecture: amd64 arm armeb armel i386 m32r m68k mips mipsel powerpc powerpcspe ppc64 sparc sparc64 s390 hppa sh3 sh4 sh3eb sh4eb Section: libs Priority: required Depends: libc-bin (= ${binary:Version}), ${misc:Depends}, hurd (>= 20070606-1+SVN) [hurd-i386], libgcc1 [!hppa !m68k], libgcc2 [m68k], libgcc4 [hppa] @@ -125,7 +125,7 @@ and the standard math library, as well as many others. Package: libc6-dev -Architecture: amd64 arm armeb armel i386 m32r m68k mips mipsel powerpc ppc64 sparc sparc64 s390 hppa sh3 sh4 sh3eb sh4eb +Architecture: amd64 arm armeb armel i386 m32r m68k mips mipsel powerpc powerpcspe ppc64 sparc sparc64 s390 hppa sh3 sh4 sh3eb sh4eb Section: libdevel Priority: optional Depends: libc6 (= ${binary:Version}), libc-dev-bin (= ${binary:Version}), ${misc:Depends}, linux-libc-dev [linux-any], kfreebsd-kernel-headers (>= 0.11) [kfreebsd-any], gnumach-dev [hurd-i386], hurd-dev (>= 20080607-3) [hurd-i386], libpthread-stubs0-dev [hurd-i386] @@ -138,7 +138,7 @@ and link programs which use the standard C library. Package: libc6-dbg -Architecture: amd64 arm armeb armel i386 m32r m68k mips mipsel powerpc ppc64 sparc sparc64 s390 hppa sh3 sh4 sh3eb sh4eb +Architecture: amd64 arm armeb armel i386 m32r m68k mips mipsel powerpc powerpcspe ppc64 sparc sparc64 s390 hppa sh3 sh4 sh3eb sh4eb Section: debug Priority: extra Provides: libc-dbg @@ -148,7 +148,7 @@ library. Package: libc6-prof -Architecture: amd64 arm armeb armel i386 m32r m68k mips mipsel powerpc ppc64 sparc sparc64 s390 hppa sh3 sh4 sh3eb sh4eb +Architecture: amd64 arm armeb armel i386 m32r m68k mips mipsel powerpc powerpcspe ppc64 sparc sparc64 s390 hppa sh3 sh4 sh3eb sh4eb Section: libdevel Priority: extra Depends: libc6 (= ${binary:Version}), ${misc:Depends} @@ -157,7 +157,7 @@ with gprof. Package: libc6-pic -Architecture: amd64 arm armeb armel i386 m32r m68k mips mipsel powerpc ppc64 sparc sparc64 s390 hppa sh3 sh4 sh3eb sh4eb +Architecture: amd64 arm armeb armel i386 m32r m68k mips mipsel powerpc powerpcspe ppc64 sparc sparc64 s390 hppa sh3 sh4 sh3eb sh4eb Section: libdevel Priority: optional Conflicts: libc-pic @@ -172,7 +172,7 @@ Package: libc6-udeb XC-Package-Type: udeb -Architecture: amd64 arm armeb armel i386 m32r m68k mips mipsel powerpc ppc64 sparc sparc64 s390 hppa sh3 sh4 sh3eb sh4eb +Architecture: amd64 arm armeb armel i386 m32r m68k mips mipsel powerpc powerpcspe ppc64 sparc sparc64 s390 hppa sh3 sh4 sh3eb sh4eb Section: debian-installer Priority: extra Provides: libc6, libc-udeb, ${locale-compat:Depends} Modified: glibc-package/trunk/debian/rules.d/control.mk =================================================================== --- glibc-package/trunk/debian/rules.d/control.mk 2010-05-13 13:54:57 UTC (rev 4265) +++ glibc-package/trunk/debian/rules.d/control.mk 2010-05-13 14:01:14 UTC (rev 4266) @@ -2,7 +2,7 @@ debian/control.in/libc6: debian/control.in/libc debian/rules.d/control.mk sed -e 's...@libc@%libc6%g' \ - -e 's...@archs@%amd64 arm armeb armel i386 m32r m68k mips mipsel powerpc ppc64 sparc sparc64 s390 hppa sh3 sh4 sh3eb sh4eb%g' < $< > $@ + -e 's...@archs@%amd64 arm armeb armel i386 m32r m68k mips mipsel powerpc powerpcspe ppc64 sparc sparc64 s390 hppa sh3 sh4 sh3eb sh4eb%g' < $< > $@ debian/control.in/libc6.1: debian/control.in/libc debian/rules.d/control.mk sed -e 's...@libc@%libc6.1%g;s...@archs@%alpha ia64%g' < $< > $@ Added: glibc-package/trunk/debian/sysdeps/powerpcspe.mk =================================================================== --- glibc-package/trunk/debian/sysdeps/powerpcspe.mk (rev 0) +++ glibc-package/trunk/debian/sysdeps/powerpcspe.mk 2010-05-13 14:01:14 UTC (rev 4266) @@ -0,0 +1 @@ +libc_add-ons = ports nptl $(add-ons) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

