Author: ebourg-guest
Date: 2014-09-29 20:31:43 +0000 (Mon, 29 Sep 2014)
New Revision: 18483

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



Modified: trunk/libjtharness-java/debian/changelog
===================================================================
--- trunk/libjtharness-java/debian/changelog    2014-09-29 20:01:26 UTC (rev 
18482)
+++ trunk/libjtharness-java/debian/changelog    2014-09-29 20:31:43 UTC (rev 
18483)
@@ -5,6 +5,7 @@
     - Fixed the Vcs-Svn URL
     - Standards-Version updated to 3.9.6 (no changes)
   * Switch to debhelper level 9
+  * Use XZ compression for the upstream tarball
 
  -- Emmanuel Bourg <[email protected]>  Mon, 29 Sep 2014 21:50:56 +0200
 

Modified: trunk/libjtharness-java/debian/orig-tar.sh
===================================================================
--- trunk/libjtharness-java/debian/orig-tar.sh  2014-09-29 20:01:26 UTC (rev 
18482)
+++ trunk/libjtharness-java/debian/orig-tar.sh  2014-09-29 20:31:43 UTC (rev 
18483)
@@ -4,11 +4,11 @@
 echo $VERSION
 UNDERSCOREVERSION=$( echo $VERSION | sed 's/\./_/g')
 FILE=$3
-TAR=../${SOURCE}_${VERSION}.orig.tar.bz2
+TAR=../${SOURCE}_${VERSION}.orig.tar.xz
 DIR=$SOURCE-$VERSION
 
 svn co 
https://svn.java.net/svn/jtharness~svn/tags/$SOURCE-$UNDERSCOREVERSION/code/ 
$DIR
-tar -jcf  $TAR  --exclude '*.svn*' $DIR
+tar -Jcf  $TAR  --exclude '*.svn*' $DIR
 rm -rf $DIR $FILE
 
 # move to directory 'tarballs'
@@ -18,4 +18,4 @@
   echo "moved $TAR to $origDir"
 fi
 
-exit 0
\ No newline at end of file
+exit 0

Modified: trunk/libjtharness-java/debian/watch
===================================================================
--- trunk/libjtharness-java/debian/watch        2014-09-29 20:01:26 UTC (rev 
18482)
+++ trunk/libjtharness-java/debian/watch        2014-09-29 20:31:43 UTC (rev 
18483)
@@ -1,4 +1,3 @@
 version=3
 opts=uversionmangle=s/_([^-]+)/.$1.0/;s/bin/Rel/ \
-http://download.java.net/jtharness/download.html .*/jtharness-(.*)-.*\.zip \
-debian debian/orig-tar.sh
+http://download.java.net/jtharness/download.html 
.*/jtharness/([\d\.]+)/Rel/.*\.zip debian debian/orig-tar.sh


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to