This is an automated email from the git hooks/post-receive script. sascha-guest pushed a commit to branch master in repository snpomatic.
commit 5c08808821a6ee3935496ee2722047e3933926dc Author: Sascha Steinbiss <[email protected]> Date: Thu Mar 10 07:30:41 2016 +0000 remove manpage date altogether --- debian/rules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 261bd6e..02700ec 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,6 @@ export DH_VERBOSE := 1 mandir := $(CURDIR)/debian/man debfolder := $(CURDIR)/debian export LC_ALL=C -SHORTDATE := $(shell LC_ALL=C date -d "$$(dpkg-parsechangelog -SDate)" +%Y-%m-%d) %: dh $@ @@ -35,5 +34,5 @@ override_dh_auto_install: #cp ungap $(debfolder)/snpomatic/usr/bin override_dh_installman: - asciidoctor -a docdate=$(SHORTDATE) -b manpage debian/findknownsnps.1.adoc + asciidoctor -a docdate='' -b manpage debian/findknownsnps.1.adoc dh_installman -- -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/snpomatic.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
