Author: aurel32 Date: 2008-03-18 20:35:00 +0000 (Tue, 18 Mar 2008) New Revision: 2878
Added: glibc-package/trunk/debian/debhelper.in/glibc-source.install Modified: glibc-package/trunk/debian/changelog glibc-package/trunk/debian/control glibc-package/trunk/debian/control.in/main glibc-package/trunk/debian/rules Log: * control/main, debhelper.in/glibc-source.install: build a glibc-source package. Modified: glibc-package/trunk/debian/changelog =================================================================== --- glibc-package/trunk/debian/changelog 2008-03-18 19:52:43 UTC (rev 2877) +++ glibc-package/trunk/debian/changelog 2008-03-18 20:35:00 UTC (rev 2878) @@ -35,6 +35,8 @@ upgrade from Potato, and misc fixes. * control.in/main, rules.d/control.mk: remove @threads_arches@, as all architectures now support threads. + * control/main, debhelper.in/glibc-source.install: build a glibc-source + package. [ Samuel Thibault ] * patches/hurd-i386/cvs-blocked-exceptions.diff: new patch to dump @@ -46,7 +48,7 @@ * patches/hurd-i386/submitted-mig-init.diff: new patch to fix uninitialized local variables. - -- Aurelien Jarno <[EMAIL PROTECTED]> Tue, 18 Mar 2008 20:51:55 +0100 + -- Aurelien Jarno <[EMAIL PROTECTED]> Tue, 18 Mar 2008 21:26:36 +0100 glibc (2.7-9) unstable; urgency=low Modified: glibc-package/trunk/debian/control =================================================================== --- glibc-package/trunk/debian/control 2008-03-18 19:52:43 UTC (rev 2877) +++ glibc-package/trunk/debian/control 2008-03-18 20:35:00 UTC (rev 2878) @@ -24,6 +24,14 @@ ChangeLog. The GNU C Library Reference manual has been moved into glibc-doc-reference for licensing reasons. +Package: glibc-source +Architecture: all +Section: devel +Priority: optional +Description: GNU C Library: sources + This package contains the sources and patches which are needed to + build glibc. + Package: locales Architecture: all Section: libs Modified: glibc-package/trunk/debian/control.in/main =================================================================== --- glibc-package/trunk/debian/control.in/main 2008-03-18 19:52:43 UTC (rev 2877) +++ glibc-package/trunk/debian/control.in/main 2008-03-18 20:35:00 UTC (rev 2878) @@ -24,6 +24,14 @@ ChangeLog. The GNU C Library Reference manual has been moved into @[EMAIL PROTECTED] for licensing reasons. +Package: glibc-source +Architecture: all +Section: devel +Priority: optional +Description: GNU C Library: sources + This package contains the sources and patches which are needed to + build glibc. + Package: locales Architecture: all Section: libs Added: glibc-package/trunk/debian/debhelper.in/glibc-source.install =================================================================== --- glibc-package/trunk/debian/debhelper.in/glibc-source.install (rev 0) +++ glibc-package/trunk/debian/debhelper.in/glibc-source.install 2008-03-18 20:35:00 UTC (rev 2878) @@ -0,0 +1,5 @@ +debian/patches /usr/src/glibc +glibc-*.tar.* /usr/src/glibc +glibc-libidn-*.tar.* /usr/src/glibc +glibc-linuxthreads-*.tar.* /usr/src/glibc +glibc-ports-*.tar.* /usr/src/glibc Modified: glibc-package/trunk/debian/rules =================================================================== --- glibc-package/trunk/debian/rules 2008-03-18 19:52:43 UTC (rev 2877) +++ glibc-package/trunk/debian/rules 2008-03-18 20:35:00 UTC (rev 2878) @@ -127,7 +127,7 @@ curpass = $(filter-out %_,$(subst _,_ ,$@)) DEB_ARCH_REGULAR_PACKAGES = $(libc) $(libc)-dev $(libc)-dbg $(libc)-prof $(libc)-pic locales-all -DEB_INDEP_REGULAR_PACKAGES = glibc-doc locales +DEB_INDEP_REGULAR_PACKAGES = glibc-doc glibc-source locales DEB_UDEB_PACKAGES = $(libc)-udeb libnss-dns-udeb libnss-files-udeb # Generic kernel version check -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]