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 <[email protected]> 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

