[pkg-java] r14741 - trunk/groovy/debian
Miguel Landaeta
nomadium-guest at alioth.debian.org
Wed Sep 7 03:09:30 UTC 2011
Author: nomadium-guest
Date: 2011-09-07 03:09:29 +0000 (Wed, 07 Sep 2011)
New Revision: 14741
Modified:
trunk/groovy/debian/changelog
trunk/groovy/debian/orig-tar.sh
Log:
New upstream release
Modified: trunk/groovy/debian/changelog
===================================================================
--- trunk/groovy/debian/changelog 2011-09-07 02:14:09 UTC (rev 14740)
+++ trunk/groovy/debian/changelog 2011-09-07 03:09:29 UTC (rev 14741)
@@ -1,3 +1,9 @@
+groovy (1.8.2-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Miguel Landaeta <miguel at miguel.cc> Mon, 05 Sep 2011 22:31:51 -0430
+
groovy (1.8.1-2) unstable; urgency=low
* Team upload.
Modified: trunk/groovy/debian/orig-tar.sh
===================================================================
--- trunk/groovy/debian/orig-tar.sh 2011-09-07 02:14:09 UTC (rev 14740)
+++ trunk/groovy/debian/orig-tar.sh 2011-09-07 03:09:29 UTC (rev 14741)
@@ -6,7 +6,7 @@
# clean up the upstream tarball
unzip $3
-GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.pdf' $DIR
+GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.pdf' --exclude '*.class' $DIR
rm -rf $3 $DIR
# move to directory 'tarballs'
More information about the pkg-java-commits
mailing list