[latexdraw] 05/147: remove unneeded VERSION variable in debian/rules
Stuart Prescott
stuart at debian.org
Thu Nov 24 23:53:15 UTC 2016
This is an automated email from the git hooks/post-receive script.
stuart pushed a commit to branch master
in repository latexdraw.
commit 0257d957017b6395f4eb00c909f11d2008626812
Author: Stuart Prescott <stuart at debian.org>
Date: Fri Oct 19 21:53:32 2007 +0000
remove unneeded VERSION variable in debian/rules
---
debian/rules | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/debian/rules b/debian/rules
index 267334e..f531261 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,6 @@
# Uncomment this to turn on verbose mode.
# export DH_VERBOSE=1
-# Package version for generating a versioned jar file
-VERSION=1.9.3
-
# Thanks to the tuxguitar maintainers for this bit of wizardry:
JAVA_HOME ?= $(shell echo \
`( t=/usr/lib/jvm/java-6-sun && test -d $$t && echo $$t ) \
@@ -27,7 +24,7 @@ build: build-stamp
build-stamp: configure-stamp
dh_testdir
- ant -DVERSION=$(VERSION) -Dlib.dir=/usr/share/java
+ ant -Dlib.dir=/usr/share/java
convert -geometry 32x32 res/LaTeXDrawIcon.png out/latexdraw32.xpm
convert -geometry 16x16 res/LaTeXDrawIcon.png out/latexdraw16.xpm
touch $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/latexdraw.git
More information about the pkg-java-commits
mailing list