[pkg-java] r13352 - branches/groovy/1.8/debian
Miguel Landaeta
nomadium-guest at alioth.debian.org
Thu Feb 24 00:47:16 UTC 2011
Author: nomadium-guest
Date: 2011-02-24 00:47:10 +0000 (Thu, 24 Feb 2011)
New Revision: 13352
Modified:
branches/groovy/1.8/debian/changelog
branches/groovy/1.8/debian/rules
Log:
* New upstream release.
* Fix version number encoded in jar filenames. (Closes: #614891).
* Update watch file.
Modified: branches/groovy/1.8/debian/changelog
===================================================================
--- branches/groovy/1.8/debian/changelog 2011-02-23 17:32:33 UTC (rev 13351)
+++ branches/groovy/1.8/debian/changelog 2011-02-24 00:47:10 UTC (rev 13352)
@@ -1,9 +1,10 @@
groovy (1.8.0~rc1-1) UNRELEASED; urgency=low
* New upstream release.
+ * Fix version number encoded in jar filenames. (Closes: #614891).
* Update watch file.
- -- Miguel Landaeta <miguel at miguel.cc> Tue, 22 Feb 2011 15:04:59 -0430
+ -- Miguel Landaeta <miguel at miguel.cc> Wed, 23 Feb 2011 20:09:46 -0430
groovy (1.8.0~beta4-1) experimental; urgency=low
Modified: branches/groovy/1.8/debian/rules
===================================================================
--- branches/groovy/1.8/debian/rules 2011-02-23 17:32:33 UTC (rev 13351)
+++ branches/groovy/1.8/debian/rules 2011-02-24 00:47:10 UTC (rev 13352)
@@ -5,6 +5,7 @@
PACKAGE := $(DEB_SOURCE_PACKAGE)
VERSION := $(DEB_UPSTREAM_VERSION)
+DEB_UPSTREAM_VERSION := $(shell echo $(DEB_UPSTREAM_VERSION)| sed 's/~rc/-rc-/')
JAVA_HOME := /usr/lib/jvm/default-java
DEB_ANT_BUILDFILE := build.xml
DEB_ANT_BUILD_TARGET := install doc
More information about the pkg-java-commits
mailing list