Author: aurel32
Date: 2009-02-26 10:38:40 +0000 (Thu, 26 Feb 2009)
New Revision: 3320

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/glibc-source.install
   glibc-package/trunk/debian/rules.d/build.mk
Log:
  * debian/debhelper.in/glibc-source.install, debian/rules.d/build.mk:
    switch the format of glibc-source to lzma, sparing 6MB.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2009-02-25 21:53:32 UTC (rev 
3319)
+++ glibc-package/trunk/debian/changelog        2009-02-26 10:38:40 UTC (rev 
3320)
@@ -25,8 +25,10 @@
   * patches/any/cvs-bz7058-nss_nss-nis.diff: new patch to fix crash when
     doing host lookup with nss-nis.  Closes: bug#517094.
   * Add debian/libc6-mips{n32,64}.symbols.mips{el,} symbol files.
+  * debian/debhelper.in/glibc-source.install, debian/rules.d/build.mk:
+    switch the format of glibc-source to lzma, sparing 6MB.
 
- -- Aurelien Jarno <aure...@debian.org>  Wed, 25 Feb 2009 16:29:25 +0100
+ -- Aurelien Jarno <aure...@debian.org>  Thu, 26 Feb 2009 11:37:53 +0100
 
 glibc (2.9-3) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/debhelper.in/glibc-source.install
===================================================================
--- glibc-package/trunk/debian/debhelper.in/glibc-source.install        
2009-02-25 21:53:32 UTC (rev 3319)
+++ glibc-package/trunk/debian/debhelper.in/glibc-source.install        
2009-02-26 10:38:40 UTC (rev 3320)
@@ -1 +1 @@
-BUILD-TREE/glibc-*.tar.bz2 /usr/src/glibc
+BUILD-TREE/glibc-*.tar.lzma /usr/src/glibc

Modified: glibc-package/trunk/debian/rules.d/build.mk
===================================================================
--- glibc-package/trunk/debian/rules.d/build.mk 2009-02-25 21:53:32 UTC (rev 
3319)
+++ glibc-package/trunk/debian/rules.d/build.mk 2009-02-26 10:38:40 UTC (rev 
3320)
@@ -170,8 +170,8 @@
        touch $@
 
 $(stamp)source: $(stamp)patch
-       tar -c --bzip2 -C .. \
-               -f $(build-tree)/glibc-$(GLIBC_VERSION).tar.bz2 \
+       tar -c --lzma -C .. \
+               -f $(build-tree)/glibc-$(GLIBC_VERSION).tar.lzma \
                $(GLIBC_SOURCES)
        touch $@
 


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to