Control: tag 848422 pending
Hi!
Bug #848422 in package dpkg reported by you has been fixed in
the dpkg/dpkg.git Git repository. You can see the changelog below, and
you can check the diff of the fix at:
https://anonscm.debian.org/cgit/dpkg/dpkg.git/diff/?id=0b8cb1a
---
commit 0b8cb1a8ed053e2e6a28c2100397002222dd7eaf
Author: Guillem Jover <[email protected]>
Date: Sun Dec 18 12:23:04 2016 +0100
dpkg-maintscript-helper: Handle empty versions as they are optional
arguments
Regression introduced in commit b51bc4ff0cd540b82e131470053eeed1c3d2f026.
Closes: #848422
diff --git a/debian/changelog b/debian/changelog
index 136365c..f623e13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
dpkg (1.18.17) UNRELEASED; urgency=medium
[ Guillem Jover ]
+ * Handle empty versions on validation in dpkg-maintscript-helper as they
+ are optional. Regression introduced in dpkg 1.18.16. Closes: #848422
* Documentation:
- Clarify that dpkg-buildpackage does not run «dpkg-source --before-build»
when using the -T option. Closes: #649531