[pkg-java] r13254 - branches/groovy/1.8/debian
Miguel Landaeta
nomadium-guest at alioth.debian.org
Mon Feb 7 14:22:28 UTC 2011
Author: nomadium-guest
Date: 2011-02-07 14:22:22 +0000 (Mon, 07 Feb 2011)
New Revision: 13254
Modified:
branches/groovy/1.8/debian/changelog
branches/groovy/1.8/debian/copyright
branches/groovy/1.8/debian/orig-tar.sh
Log:
* New upstream release.
* Update dates in debian/copyright file.
Modified: branches/groovy/1.8/debian/changelog
===================================================================
--- branches/groovy/1.8/debian/changelog 2011-02-07 14:19:43 UTC (rev 13253)
+++ branches/groovy/1.8/debian/changelog 2011-02-07 14:22:22 UTC (rev 13254)
@@ -1,3 +1,10 @@
+groovy (1.8.0~beta4-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+ * Update dates in debian/copyright file.
+
+ -- Miguel Landaeta <miguel at miguel.cc> Sun, 06 Feb 2011 21:02:06 -0430
+
groovy (1.8.0~beta3-1) UNRELEASED; urgency=low
* New upstream release.
Modified: branches/groovy/1.8/debian/copyright
===================================================================
--- branches/groovy/1.8/debian/copyright 2011-02-07 14:19:43 UTC (rev 13253)
+++ branches/groovy/1.8/debian/copyright 2011-02-07 14:22:22 UTC (rev 13254)
@@ -5,7 +5,7 @@
X-Upstream-Authors: Groovy Development Team, dev at groovy.codehaus.org
Files: *
-Copyright: © 2003-2010 the original author or authors
+Copyright: © 2003-2011 the original author or authors
License: Apache-2.0
On Debian systems the full text of the Apache-2.0 license can be found in
the /usr/share/common-licenses/Apache-2.0 file.
Modified: branches/groovy/1.8/debian/orig-tar.sh
===================================================================
--- branches/groovy/1.8/debian/orig-tar.sh 2011-02-07 14:19:43 UTC (rev 13253)
+++ branches/groovy/1.8/debian/orig-tar.sh 2011-02-07 14:22:22 UTC (rev 13254)
@@ -7,7 +7,7 @@
# clean up the upstream tarball
unzip $3
mv groovy-$(echo $2 | sed 's/~beta\(.*\)/-beta-\1/') $DIR
-GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.pdf' --exclude '.git' $DIR
+GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.pdf' --exclude '*.pnm' $DIR
rm -rf $3 $DIR
# move to directory 'tarballs'
More information about the pkg-java-commits
mailing list