[med-svn] r7944 - trunk/packages/velvet/trunk/debian

Charles Plessy plessy at alioth.debian.org
Tue Sep 27 04:06:32 UTC 2011


Author: plessy
Date: 2011-09-27 04:06:31 +0000 (Tue, 27 Sep 2011)
New Revision: 7944

Modified:
   trunk/packages/velvet/trunk/debian/changelog
   trunk/packages/velvet/trunk/debian/get-orig-source
Log:
Compress source package with xz.


Modified: trunk/packages/velvet/trunk/debian/changelog
===================================================================
--- trunk/packages/velvet/trunk/debian/changelog	2011-09-27 00:06:23 UTC (rev 7943)
+++ trunk/packages/velvet/trunk/debian/changelog	2011-09-27 04:06:31 UTC (rev 7944)
@@ -9,7 +9,8 @@
 
   [ Charles Plessy ]
   * Corrected VCS URLs in debian/control.
-  * Compress binary packages with xz (debian/rules).
+  * Compress source and binary packages with xz
+    (debian/rules, debian/get-orig-source).
 
  -- Andreas Tille <tille at debian.org>  Fri, 12 Aug 2011 15:36:22 +0200
 

Modified: trunk/packages/velvet/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/velvet/trunk/debian/get-orig-source	2011-09-27 00:06:23 UTC (rev 7943)
+++ trunk/packages/velvet/trunk/debian/get-orig-source	2011-09-27 04:06:31 UTC (rev 7944)
@@ -31,6 +31,6 @@
 mv ${UPSTREAMDIR} ${UPSTREAMDIR}~nozlibcopy
 
 rm -f ../"$PKG"_"$VERSION".orig.tar.gz
-GZIP="--best --no-name" tar -czf ../"$PKG"_"$VERSION~nozlibcopy".orig.tar.gz "${UPSTREAMDIR}~nozlibcopy"
+tar -cJf ../"$PKG"_"$VERSION~nozlibcopy".orig.tar.xz "${UPSTREAMDIR}~nozlibcopy"
 rm -rf "${UPSTREAMDIR}~nozlibcopy"
 




More information about the debian-med-commit mailing list