[pkg-java] r17600 - trunk/maven-archiver/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Dec 18 14:01:25 UTC 2013


Author: ebourg-guest
Date: 2013-12-18 14:01:25 +0000 (Wed, 18 Dec 2013)
New Revision: 17600

Modified:
   trunk/maven-archiver/debian/changelog
   trunk/maven-archiver/debian/orig-tar.sh
Log:
Do not remove the jars used as test elements



Modified: trunk/maven-archiver/debian/changelog
===================================================================
--- trunk/maven-archiver/debian/changelog	2013-12-18 13:13:53 UTC (rev 17599)
+++ trunk/maven-archiver/debian/changelog	2013-12-18 14:01:25 UTC (rev 17600)
@@ -7,7 +7,9 @@
     - Standards-Version updated to 3.9.5 (no changes) 
   * Switch to debhelper level 9
   * debian/copyright: Updated to the Copyright Format 1.0
-  * Use XZ compression for the upstream tarball
+  * debian/orig-tar.sh:
+    - Do not remove the jars used as test elements
+    - Use XZ compression for the upstream tarball
 
  -- Emmanuel Bourg <ebourg at apache.org>  Wed, 18 Dec 2013 11:14:51 +0100
 

Modified: trunk/maven-archiver/debian/orig-tar.sh
===================================================================
--- trunk/maven-archiver/debian/orig-tar.sh	2013-12-18 13:13:53 UTC (rev 17599)
+++ trunk/maven-archiver/debian/orig-tar.sh	2013-12-18 14:01:25 UTC (rev 17600)
@@ -6,7 +6,7 @@
 TAG=$(echo "maven-archiver-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
 
 svn export http://svn.apache.org/repos/asf/maven/shared/tags/${TAG}/ $DIR
-XZ_OPT=--best tar -c -J -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
+XZ_OPT=--best tar -c -J -f $TAR $DIR
 rm -rf $DIR ../$TAG
 
 # move to directory 'tarballs'




More information about the pkg-java-commits mailing list