[epubcheck] 01/01: Remove redundant upstream version calculation

Eugene Zhukov eugene-guest at moszumanska.debian.org
Sat Sep 5 19:31:56 UTC 2015


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

eugene-guest pushed a commit to branch master
in repository epubcheck.

commit 7a8657edd7f673c05791abce24c6c58861f08dff
Author: Eugene Zhukov <jevgeni.zh at gmail.com>
Date:   Sat Sep 5 22:31:43 2015 +0300

    Remove redundant upstream version calculation
---
 debian/rules | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 301b8fc..7aa2d05 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,12 +10,10 @@ binary-post-install/epubcheck::
 	mh_installjar -pepubcheck -l pom.xml target/epubcheck.jar
 	chmod +x debian/epubcheck/usr/share/java/epubcheck.jar
 
-VER_FULL = $(shell dpkg-parsechangelog -S Version | cut -f1 -d-)
-
 debian/epubcheck.1: debian/epubcheck.1.in
 	help2man --include=$< --output=$@ \
 		--no-info --help-option="-help" \
-			`basename $@ .1` --version-string=$(VER_FULL)
+			`basename $@ .1` --version-string=$(DEB_UPSTREAM_VERSION)
 
 get-orig-source:
 	uscan --download-current-version --force-download --rename

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



More information about the pkg-java-commits mailing list