[pkg-java] r17668 - trunk/ehcache/debian
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Jan 16 11:03:06 UTC 2014
Author: ebourg-guest
Date: 2014-01-16 11:03:06 +0000 (Thu, 16 Jan 2014)
New Revision: 17668
Modified:
trunk/ehcache/debian/changelog
trunk/ehcache/debian/orig-tar.sh
Log:
Use XZ compression for the upstream tarball
Modified: trunk/ehcache/debian/changelog
===================================================================
--- trunk/ehcache/debian/changelog 2014-01-16 10:57:13 UTC (rev 17667)
+++ trunk/ehcache/debian/changelog 2014-01-16 11:03:06 UTC (rev 17668)
@@ -4,6 +4,7 @@
- Standards-Version updated to 3.9.5 (no changes)
- Use canonical URLs for the Vcs-* fields
* Switch to debhelper level 9
+ * Use XZ compression for the upstream tarball
-- Emmanuel Bourg <ebourg at apache.org> Thu, 16 Jan 2014 11:49:47 +0100
Modified: trunk/ehcache/debian/orig-tar.sh
===================================================================
--- trunk/ehcache/debian/orig-tar.sh 2014-01-16 10:57:13 UTC (rev 17667)
+++ trunk/ehcache/debian/orig-tar.sh 2014-01-16 11:03:06 UTC (rev 17668)
@@ -2,12 +2,12 @@
# called by uscan with '--upstream-version' <version> <file>
DIR=ehcache-$2.orig
-TAR=../ehcache_$2.orig.tar.gz
+TAR=../ehcache_$2.orig.tar.xz
# clean up the upstream tarball
svn export http://svn.terracotta.org/svn/ehcache/tags/ehcache-core-$2/ $DIR
# FIXME: check PDF and DOC files
-GZIP=--best tar czf $TAR -X debian/orig-tar.exclude $DIR
+XZ_OPT=--best tar cJf $TAR -X debian/orig-tar.exclude $DIR
rm -rf $DIR ../ehcache-core-$2
# move to directory 'tarballs'
More information about the pkg-java-commits
mailing list