summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2018-04-12 05:52:02 +0200
committerGuillem Jover <guillem@debian.org>2018-05-04 04:13:19 +0200
commit9dab03c99a64cd15536f153e0705ec16e686c2d5 (patch)
tree2dd695e63afea501a7e15a75c20dfde0bd3bc80f /debian
parent542885e824d005bc9a8a92e341f71fb323437b90 (diff)
downloaddpkg-9dab03c99a64cd15536f153e0705ec16e686c2d5.tar.gz
dpkg-source: Do not emit perl warnings on source formats w/o options
At least the format "3.0 (native)" supports no format specific options, which makes the describe_cmdline_options() return an empty list.
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 3542c13fc..0d4410be9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -57,6 +57,8 @@ dpkg (1.19.1) UNRELEASED; urgency=medium
using this new protocol, to safely lock the dpkg database w/o risk of
race conditions with other dpkg instances or frontends supporting the
same protocol. Thanks to Julian Andres Klode <jak@debian.org>.
+ * Do not emit perl warnings in dpkg-source --help on source formats w/o
+ options.
* Architecture support:
- Add support for riscv64 CPU. Closes: #822914
Thanks to Manuel A. Fernandez Montecelo <mafm@debian.org>