[plexus-i18n] 08/31: Corrected typo in rule.
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Aug 30 08:16:49 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository plexus-i18n.
commit 1bf41d749e9fb017ccfa7adb5793cac5773c03a6
Author: Paul Cager <paul-debian at home.paulcager.org>
Date: Fri Jul 20 23:48:21 2007 +0000
Corrected typo in rule.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index d45fd7a..c97f8d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk
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 \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-i18n.git
More information about the pkg-java-commits
mailing list