[pkg-java] r17621 - trunk/doxia-maven-plugin/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sun Dec 29 00:12:50 UTC 2013


Author: ebourg-guest
Date: 2013-12-29 00:12:50 +0000 (Sun, 29 Dec 2013)
New Revision: 17621

Modified:
   trunk/doxia-maven-plugin/debian/README.source
   trunk/doxia-maven-plugin/debian/changelog
   trunk/doxia-maven-plugin/debian/orig-tar.sh
Log:
Use XZ compression for the upstream tarball



Modified: trunk/doxia-maven-plugin/debian/README.source
===================================================================
--- trunk/doxia-maven-plugin/debian/README.source	2013-12-29 00:09:31 UTC (rev 17620)
+++ trunk/doxia-maven-plugin/debian/README.source	2013-12-29 00:12:50 UTC (rev 17621)
@@ -1,5 +1,5 @@
 Information about doxia-maven-plugin
-------------------------------
+------------------------------------
 
 This package was debianized using the mh_make command
 from the maven-debian-helper package.

Modified: trunk/doxia-maven-plugin/debian/changelog
===================================================================
--- trunk/doxia-maven-plugin/debian/changelog	2013-12-29 00:09:31 UTC (rev 17620)
+++ trunk/doxia-maven-plugin/debian/changelog	2013-12-29 00:12:50 UTC (rev 17621)
@@ -11,6 +11,7 @@
     - Removed Michael Koch from the uploaders (Closes: #654013)
   * debian/copyright: Updated to the Copyright Format 1.0
   * Switch to debhelper level 9
+  * Use XZ compression for the upstream tarball
 
  -- Emmanuel Bourg <ebourg at apache.org>  Sun, 29 Dec 2013 00:01:06 +0100
 

Modified: trunk/doxia-maven-plugin/debian/orig-tar.sh
===================================================================
--- trunk/doxia-maven-plugin/debian/orig-tar.sh	2013-12-29 00:09:31 UTC (rev 17620)
+++ trunk/doxia-maven-plugin/debian/orig-tar.sh	2013-12-29 00:12:50 UTC (rev 17621)
@@ -1,12 +1,12 @@
 #!/bin/sh -e
 
 VERSION=$2
-TAR=../doxia-maven-plugin_$VERSION.orig.tar.gz
+TAR=../doxia-maven-plugin_$VERSION.orig.tar.xz
 DIR=doxia-maven-plugin-$VERSION
 TAG=$(echo "doxia-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
 
 svn export http://svn.apache.org/repos/asf/maven/doxia/doxia/tags/${TAG}/doxia-maven-plugin/ $DIR
-tar -c -z -f $TAR $DIR
+tar -c -J -f $TAR $DIR
 rm -rf $DIR ../$TAG
 
 # move to directory 'tarballs'




More information about the pkg-java-commits mailing list