[pkg-java] r7610 - trunk/plexus-io/debian
twerner at alioth.debian.org
twerner at alioth.debian.org
Tue Dec 9 19:53:24 UTC 2008
Author: twerner
Date: 2008-12-09 19:53:24 +0000 (Tue, 09 Dec 2008)
New Revision: 7610
Modified:
trunk/plexus-io/debian/build.xml
trunk/plexus-io/debian/rules
Log:
more fixes
Modified: trunk/plexus-io/debian/build.xml
===================================================================
--- trunk/plexus-io/debian/build.xml 2008-12-09 19:40:54 UTC (rev 7609)
+++ trunk/plexus-io/debian/build.xml 2008-12-09 19:53:24 UTC (rev 7610)
@@ -29,7 +29,7 @@
</target>
<target name="package">
- <packagemodule dir="." artifactId="plexus-interpolation"/>
+ <packagemodule dir="." artifactId="plexus-io"/>
</target>
<target name="javadoc">
Modified: trunk/plexus-io/debian/rules
===================================================================
--- trunk/plexus-io/debian/rules 2008-12-09 19:40:54 UTC (rev 7609)
+++ trunk/plexus-io/debian/rules 2008-12-09 19:53:24 UTC (rev 7610)
@@ -5,7 +5,7 @@
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
PACKAGE := $(shell dpkg-parsechangelog | egrep '^Source:' | cut -f2 -d' ')
-VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | sed "s,Version: \(.*\)-.*,\1,g")
+VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | sed "s,Version: \(.*\)-.*,\1,g" | sed 's,~alpha,-alpha-,')
JAVA_HOME := /usr/lib/jvm/default-java
DEB_JARS := plexus-utils
DEB_ANT_BUILD_TARGET := package #javadoc
More information about the pkg-java-commits
mailing list