[diffoscope] 01/01: Reinstate accidental version parsing change; my `sed` call was over-eager. Thanks Mattia!
Chris Lamb
chris at chris-lamb.co.uk
Thu Mar 22 18:05:37 CET 2018
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository diffoscope.
commit a5eece28abc2f851f619860b35fdb73152f63a3c
Author: Chris Lamb <lamby at debian.org>
Date: Thu Mar 22 13:04:30 2018 -0400
Reinstate accidental version parsing change; my `sed` call was over-eager. Thanks Mattia!
---
doc/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/Makefile b/doc/Makefile
index 4cfbbdd..109cc4c 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -3,7 +3,7 @@
# make fixes here.
PACKAGE = diffoscope
-VERSION = "92"
+VERSION = $$(cd .. && python3 setup.py -V)
SED_fix_package_quirks = -e 's,bin/diffoscope,diffoscope,g'
SED_rm_python_usage_msg = -e '/end_of_description_header/,/positional arguments/{d}'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list