[lucene4.10] 12/24: Fixed version string (don't include +dfsg)

Hilko Bengen bengen at moszumanska.debian.org
Thu Feb 5 22:59:32 UTC 2015


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch master
in repository lucene4.10.

commit ea4a49b2f18c41d7af0285fae3c9c3386b441bfe
Author: Hilko Bengen <bengen at debian.org>
Date:   Wed Oct 22 22:38:27 2014 +0200

    Fixed version string (don't include +dfsg)
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index bf98478..d41c703 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 
 export DH_VERBOSE=1
 
-export VERSION=$(shell dpkg-parsechangelog -SVersion | sed 's,-.*,,')
+export VERSION=$(shell dpkg-parsechangelog -SVersion | sed -e 's,-.*,,' -e 's,+dfsg.*,,')
 export CLASSPATH=/usr/share/java/ivy.jar
 
 %:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lucene4.10.git



More information about the pkg-java-commits mailing list