summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2019-08-12 22:55:08 +1000
committerBrendan O'Dea <bod@debian.org>2019-08-12 22:55:08 +1000
commit75e3344ccc0a5dc9baa9dff046de67f680acd808 (patch)
treeb66bfce2377c559a2a4fd861bdadd1f8c01bcb07 /debian
parent757e6437a9a88648f3eebb5082ffb03482d870f1 (diff)
downloadhelp2man-75e3344ccc0a5dc9baa9dff046de67f680acd808.tar.gz
Fix maintainer sanity check to ignore bin-NMUs
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules1
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 74232a3..a535bbf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+help2man (1.47.11) unstable; urgency=medium
+
+ * Adjust maintainer sanity check again, this time to handle binary NMUs
+ (closes: #934601).
+
+ -- Brendan O'Dea <bod@debian.org> Mon, 12 Aug 2019 22:52:07 +1000
+
help2man (1.47.10) unstable; urgency=medium
* Change maintainer sanity check in debian/rules to use the contents
diff --git a/debian/rules b/debian/rules
index d07af1d..96adc68 100755
--- a/debian/rules
+++ b/debian/rules
@@ -119,6 +119,7 @@ maint-prep:
# debian package).
check-maint-prep:
test -x configure # autoconf has been run
+ [[ $(DEB_VERSION) = *+b[0-9]* ]] || # this is a bin-NMU, or...
grep -qF 'help2man-$(DEB_VERSION).tar' README # exists and up to date
maint-clean: maint-prep