[pkg-java] r17223 - trunk/libitext5-java/debian

Emmanuel Bourg ebourg-guest at alioth.debian.org
Sat Sep 14 21:57:36 UTC 2013


Author: ebourg-guest
Date: 2013-09-14 21:57:35 +0000 (Sat, 14 Sep 2013)
New Revision: 17223

Modified:
   trunk/libitext5-java/debian/changelog
   trunk/libitext5-java/debian/orig-tar.sh
Log:
New upstream release (5.4.4)
Use XZ compression for the upstream tarball




Modified: trunk/libitext5-java/debian/changelog
===================================================================
--- trunk/libitext5-java/debian/changelog	2013-09-14 04:07:07 UTC (rev 17222)
+++ trunk/libitext5-java/debian/changelog	2013-09-14 21:57:35 UTC (rev 17223)
@@ -1,3 +1,10 @@
+libitext5-java (5.4.4-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * Use XZ compression for the upstream tarball
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Sat, 14 Sep 2013 23:32:47 +0200
+
 libitext5-java (5.4.3-2) unstable; urgency=low
 
   * Upload to unstable

Modified: trunk/libitext5-java/debian/orig-tar.sh
===================================================================
--- trunk/libitext5-java/debian/orig-tar.sh	2013-09-14 04:07:07 UTC (rev 17222)
+++ trunk/libitext5-java/debian/orig-tar.sh	2013-09-14 21:57:35 UTC (rev 17223)
@@ -9,11 +9,11 @@
 SVNROOT=http://svn.code.sf.net/p/itext/code/tags/iText_$(echo $VERSION | sed -e s/\\./_/g)/itext
 
 DIR=itext
-TAR=../${SOURCE}_${VERSION}.orig.tar.gz
+TAR=../${SOURCE}_${VERSION}.orig.tar.xz
 
 svn export $SVNROOT $DIR
 find $DIR/src/test -name "*.pdf" -exec rm \{\} \;
-tar -cvzf $TAR $DIR
+tar -cvJf $TAR $DIR
 rm -rf $DIR
 
 # move to directory 'tarballs'




More information about the pkg-java-commits mailing list