summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2020-07-02 22:02:34 +1000
committerBrendan O'Dea <bod@debian.org>2020-07-02 22:03:18 +1000
commitdee1f183f40c21750720dfc5b7f3571e9e8c10f6 (patch)
treedf2d1e164e36b1b1230d0b5e65743a733c17464d /debian
parentdc751eca3b2903aa194cc9aec9a6230a588ebcf6 (diff)
downloadhelp2man-dee1f183f40c21750720dfc5b7f3571e9e8c10f6.tar.gz
Update debian/rules maint-prep warning about $version mismatch
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/rules2
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 8e7f948..413e662 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ help2man (1.47.16) unstable; urgency=medium
* Move table of contents to the top of the texi file so that it appears
in the correct location in the html page (thanks to Michael Siegel).
+ * Update debian/rules maint-prep warning about $version mismatch.
- -- Brendan O'Dea <bod@debian.org> Thu, 02 Jul 2020 21:45:53 +1000
+ -- Brendan O'Dea <bod@debian.org> Thu, 02 Jul 2020 22:01:37 +1000
help2man (1.47.15) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index fdc84bb..134ecf3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -90,7 +90,7 @@ AM_DIR = $(shell ls -d /usr/share/automake* 2>/dev/null | tail -1)
PKG_VERSION = $(shell ./help2man.PL --version)
maint-prep:
test -n $(AM_DIR)
- test $(DEB_VERSION) = $(PKG_VERSION) # $version in help2man.PL updated
+ test $(DEB_VERSION) = $(PKG_VERSION) # mismatch b/w $$version in help2man.PL and changelog
cp $(addprefix $(AM_DIR)/,$(AM_DOC)) .
cp $(addprefix $(AM_DIR)/,$(AM_AUX)) build-aux
(eval `sed -n 's/^Vcs-\([^:]*\): /VCS_\U\1=/p' debian/control`; \