[pkg-java] r14961 - branches/groovy/1.9/debian
Miguel Landaeta
nomadium-guest at alioth.debian.org
Tue Sep 20 17:00:30 UTC 2011
Author: nomadium-guest
Date: 2011-09-20 17:00:30 +0000 (Tue, 20 Sep 2011)
New Revision: 14961
Modified:
branches/groovy/1.9/debian/changelog
branches/groovy/1.9/debian/control
branches/groovy/1.9/debian/orig-tar.sh
branches/groovy/1.9/debian/rules
branches/groovy/1.9/debian/watch
Log:
New upstream release
Modified: branches/groovy/1.9/debian/changelog
===================================================================
--- branches/groovy/1.9/debian/changelog 2011-09-19 22:11:41 UTC (rev 14960)
+++ branches/groovy/1.9/debian/changelog 2011-09-20 17:00:30 UTC (rev 14961)
@@ -1,3 +1,9 @@
+groovy (1.9.0~beta3-1) experimental; urgency=low
+
+ * New upstream release.
+
+ -- Miguel Landaeta <miguel at miguel.cc> Mon, 19 Sep 2011 22:47:10 -0430
+
groovy (1.8.2-1) unstable; urgency=low
* New upstream release.
Modified: branches/groovy/1.9/debian/control
===================================================================
--- branches/groovy/1.9/debian/control 2011-09-19 22:11:41 UTC (rev 14960)
+++ branches/groovy/1.9/debian/control 2011-09-20 17:00:30 UTC (rev 14961)
@@ -12,8 +12,8 @@
tofrodos, ivy, libqdox-java, libjarjar-java, libjansi-java
Standards-Version: 3.9.2
Homepage: http://groovy.codehaus.org/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/groovy/
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/groovy/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/branches/groovy/1.9
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/branches/groovy/1.9
Package: groovy
Architecture: all
Modified: branches/groovy/1.9/debian/orig-tar.sh
===================================================================
--- branches/groovy/1.9/debian/orig-tar.sh 2011-09-19 22:11:41 UTC (rev 14960)
+++ branches/groovy/1.9/debian/orig-tar.sh 2011-09-20 17:00:30 UTC (rev 14961)
@@ -2,7 +2,8 @@
# called by uscan with '--upstream-version' <version> <file>
TAR=../groovy_$2.orig.tar.gz
-DIR=groovy-$2
+VERSION=$(echo $2 | sed 's/~beta/-beta-/g')
+DIR=groovy-$VERSION
# clean up the upstream tarball
unzip $3
Modified: branches/groovy/1.9/debian/rules
===================================================================
--- branches/groovy/1.9/debian/rules 2011-09-19 22:11:41 UTC (rev 14960)
+++ branches/groovy/1.9/debian/rules 2011-09-20 17:00:30 UTC (rev 14961)
@@ -5,6 +5,7 @@
PACKAGE := $(DEB_SOURCE_PACKAGE)
VERSION := $(DEB_UPSTREAM_VERSION)
+DEB_UPSTREAM_VERSION := $(shell echo $(DEB_UPSTREAM_VERSION)| sed 's/~beta/-beta-/')
JAVA_HOME := /usr/lib/jvm/default-java
DEB_ANT_BUILDFILE := build.xml
DEB_ANT_BUILD_TARGET := install doc
Modified: branches/groovy/1.9/debian/watch
===================================================================
--- branches/groovy/1.9/debian/watch 2011-09-19 22:11:41 UTC (rev 14960)
+++ branches/groovy/1.9/debian/watch 2011-09-20 17:00:30 UTC (rev 14961)
@@ -1,2 +1,3 @@
version=3
-http://dist.groovy.codehaus.org/distributions/ groovy-src-(.*1\.8.*).zip debian debian/orig-tar.sh
+opts="uversionmangle=s/-beta-/~beta/" \
+http://dist.groovy.codehaus.org/distributions/ groovy-src-(.*).zip debian debian/orig-tar.sh
More information about the pkg-java-commits
mailing list