[pkg-java] r13341 - branches/groovy/1.8/debian

Miguel Landaeta nomadium-guest at alioth.debian.org
Tue Feb 22 20:39:08 UTC 2011


Author: nomadium-guest
Date: 2011-02-22 20:39:01 +0000 (Tue, 22 Feb 2011)
New Revision: 13341

Modified:
   branches/groovy/1.8/debian/changelog
   branches/groovy/1.8/debian/orig-tar.sh
   branches/groovy/1.8/debian/watch
Log:
* New upstream release.
* Update watch file.


Modified: branches/groovy/1.8/debian/changelog
===================================================================
--- branches/groovy/1.8/debian/changelog	2011-02-22 19:30:12 UTC (rev 13340)
+++ branches/groovy/1.8/debian/changelog	2011-02-22 20:39:01 UTC (rev 13341)
@@ -1,3 +1,10 @@
+groovy (1.8.0~rc1-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * Update watch file.
+
+ -- Miguel Landaeta <miguel at miguel.cc>  Tue, 22 Feb 2011 15:04:59 -0430
+
 groovy (1.8.0~beta4-1) experimental; urgency=low
 
   * New upstream release.

Modified: branches/groovy/1.8/debian/orig-tar.sh
===================================================================
--- branches/groovy/1.8/debian/orig-tar.sh	2011-02-22 19:30:12 UTC (rev 13340)
+++ branches/groovy/1.8/debian/orig-tar.sh	2011-02-22 20:39:01 UTC (rev 13341)
@@ -6,8 +6,8 @@
 
 # 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 '*.pnm' $DIR
+mv groovy-$(echo $2 | sed 's/~rc\(.*\)/-rc-\1/') $DIR
+GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.pdf' $DIR
 rm -rf $3 $DIR
 
 # move to directory 'tarballs'

Modified: branches/groovy/1.8/debian/watch
===================================================================
--- branches/groovy/1.8/debian/watch	2011-02-22 19:30:12 UTC (rev 13340)
+++ branches/groovy/1.8/debian/watch	2011-02-22 20:39:01 UTC (rev 13341)
@@ -1,3 +1,3 @@
 version=3
-opts=uversionmangle=s/-beta-([0-9])+/~beta$1/ \
+opts=uversionmangle=s/-rc-([0-9])+/~rc$1/ \
 http://dist.groovy.codehaus.org/distributions/ groovy-src-(.*).zip debian debian/orig-tar.sh




More information about the pkg-java-commits mailing list