[pkg-java] r17902 - trunk/libjdom2-java/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Mar 18 16:39:16 UTC 2014


Author: ebourg-guest
Date: 2014-03-18 16:39:16 +0000 (Tue, 18 Mar 2014)
New Revision: 17902

Modified:
   trunk/libjdom2-java/debian/changelog
   trunk/libjdom2-java/debian/orig-tar.sh
Log:
Removed unused sample and test files with unclear licensing terms



Modified: trunk/libjdom2-java/debian/changelog
===================================================================
--- trunk/libjdom2-java/debian/changelog	2014-03-17 04:47:38 UTC (rev 17901)
+++ trunk/libjdom2-java/debian/changelog	2014-03-18 16:39:16 UTC (rev 17902)
@@ -1,3 +1,10 @@
+libjdom2-java (2.0.5-2) UNRELEASED; urgency=medium
+
+  * Removed unused sample and test files with unclear licensing terms
+    (Closes: #741419)
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Tue, 18 Mar 2014 17:22:29 +0100
+
 libjdom2-java (2.0.5-1) unstable; urgency=low
 
   * New upstream release (Closes: #726432)

Modified: trunk/libjdom2-java/debian/orig-tar.sh
===================================================================
--- trunk/libjdom2-java/debian/orig-tar.sh	2014-03-17 04:47:38 UTC (rev 17901)
+++ trunk/libjdom2-java/debian/orig-tar.sh	2014-03-18 16:39:16 UTC (rev 17902)
@@ -6,7 +6,13 @@
 
 tar xvf $3
 rm $3
-tar -c -J -f $TAR --exclude '*.jar' --exclude '.gitignore' $DIR
+XZ_OPT=--best tar -c -J -f $TAR \
+    --exclude '*.jar' \
+    --exclude '.gitignore' \
+    --exclude 'hamlet.xml' \
+    --exclude 'core/samples/catalog.xml' \
+    --exclude 'core/samples/catalog.xsl' \
+    $DIR
 rm -rf $DIR
 
 # move to directory 'tarballs'




More information about the pkg-java-commits mailing list