[pkg-java] r18081 - trunk/derby/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sat Apr 26 08:37:30 UTC 2014


Author: ebourg-guest
Date: 2014-04-26 08:37:30 +0000 (Sat, 26 Apr 2014)
New Revision: 18081

Modified:
   trunk/derby/debian/changelog
   trunk/derby/debian/orig-tar.sh
Log:
Use XZ compression for the upstream tarball



Modified: trunk/derby/debian/changelog
===================================================================
--- trunk/derby/debian/changelog	2014-04-25 21:23:12 UTC (rev 18080)
+++ trunk/derby/debian/changelog	2014-04-26 08:37:30 UTC (rev 18081)
@@ -1,3 +1,9 @@
+derby (10.10.1.1-2) UNRELEASED; urgency=medium
+
+  * Use XZ compression for the upstream tarball
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Sat, 26 Apr 2014 10:01:40 +0200
+
 derby (10.10.1.1-1) unstable; urgency=low
 
   * Initial release (Closes: #617425)

Modified: trunk/derby/debian/orig-tar.sh
===================================================================
--- trunk/derby/debian/orig-tar.sh	2014-04-25 21:23:12 UTC (rev 18080)
+++ trunk/derby/debian/orig-tar.sh	2014-04-26 08:37:30 UTC (rev 18081)
@@ -2,12 +2,12 @@
 
 # called by uscan with '--upstream-version' <version> <file>
 VERSION=$2
-TAR=../derby_$VERSION.orig.tar.gz
+TAR=../derby_$VERSION.orig.tar.xz
 DIR=db-derby-$VERSION-src
 
 tar -zxf $3
 rm $3
-GZIP=--best tar -c -z -f $TAR \
+XZ_OPT=--best tar -c -J -f $TAR \
  --exclude '*.bat' \
  --exclude 'tools/java/*' \
  $DIR




More information about the pkg-java-commits mailing list