[pkg-java] r3897 - trunk/plexus-i18n/debian

paulcager-guest at alioth.debian.org paulcager-guest at alioth.debian.org
Fri Jul 20 23:48:22 UTC 2007


Author: paulcager-guest
Date: 2007-07-20 23:48:21 +0000 (Fri, 20 Jul 2007)
New Revision: 3897

Modified:
   trunk/plexus-i18n/debian/rules
Log:
Corrected typo in rule.

Modified: trunk/plexus-i18n/debian/rules
===================================================================
--- trunk/plexus-i18n/debian/rules	2007-07-20 23:39:07 UTC (rev 3896)
+++ trunk/plexus-i18n/debian/rules	2007-07-20 23:48:21 UTC (rev 3897)
@@ -6,7 +6,7 @@
 
 PACKAGE              := $(shell dpkg-parsechangelog | egrep '^Source:' | cut -f2 -d' ')
 VERSION              := $(shell dpkg-parsechangelog | egrep '^Version:' | sed "s,Version: \(.*\)-.*,\1,g")
-PLAIN_VERSION        := $(shell echo "$$VERSION" | sed 's/-+svn.*//')
+PLAIN_VERSION        := $(shell echo $(VERSION) | sed 's/+svn.*//')
 JAVA_HOME            := /usr/lib/jvm/java-gcj
 ANT_HOME             := /usr/share/ant
 DEB_JARS             := $(ANT_HOME)/lib/ant-launcher.jar $(ANT_HOME)/lib/ant-trax.jar xalan2 \




More information about the pkg-java-commits mailing list