summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2014-10-06 13:04:21 +0200
committerGuillem Jover <guillem@debian.org>2014-10-06 13:28:37 +0200
commit09b0ee85aea1767a3f980be4fe7d77eabef6f549 (patch)
treed65a53a71335ffab0f84937c1140d9780eb5e2cb /debian
parent9f5611d93395b216a0de8ec1af5726ac0ddd0924 (diff)
downloaddpkg-09b0ee85aea1767a3f980be4fe7d77eabef6f549.tar.gz
Dpkg::Source::Patch: Switch remaining topic to named variable in analyze()
The loop in the function was expecting $line to be filled by its last part, and by working on the topic variable it was not getting updated. Switch all topic variable usages in that funtion so that we can restore working source unpacking. Regression introduced in commmit 0d5e17af7391fb0d3a3c695dac40f8df41f8b11c. Closes: #764206 Addresses BuiltinFunctions::ProhibitUselessTopic. Warned-by: perlcritic
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c4eecb030..38abedc24 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
dpkg (1.17.16) UNRELEASED; urgency=low
* Set the copyright holder in the po4a calls for man pages.
+ * Switch remaining topic to named variable in Dpkg::Source::Patch:analyze(),
+ otherwise the loop was expecting values in one variable but storing them
+ in another. Regression introduced in dpkg 1.17.14. Closes: #764206
-- Guillem Jover <guillem@debian.org> Mon, 06 Oct 2014 03:37:15 +0200