summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2019-01-07 22:34:43 +0100
committerGuillem Jover <guillem@debian.org>2019-01-15 03:42:39 +0100
commit4affcfaa170b3a36348b977ef6f3277b7fb12c99 (patch)
tree619c09a071af1527e12a216bbb291ec1fa94c65f /debian
parent55cdf5fac707895e42a356b3d32d9d648e28fc40 (diff)
downloaddpkg-4affcfaa170b3a36348b977ef6f3277b7fb12c99.tar.gz
dpkg-scanpackages: Emit a warning with the list of repeat packages
When not using --multiversion, track any repeated instance that would possibly benefit from running with --multiversion, and output it at the end with a suggestion to use that option. Prompted-by: Johannes Schauer <josch@debian.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 6fac0102c..c1d7d8181 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ dpkg (1.19.3) UNRELEASED; urgency=medium
* dpkg-scanpackages: Do not compute unnecessary checksums when using the
--hash argument. Based on a patch by Chris Lamb <lamby@debian.org>.
Closes: #916456
+ * dpkg-scanpackages: Emit a warning with the list of repeat packages.
+ Prompted by Johannes Schauer <josch@debian.org>.
* Perl modules:
- Dpkg::Changelog::Debian: Preserve modelines at EOF. Closes: #916056
Thanks to Chris Lamb <lamby@debian.org> for initial test cases.