summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2017-03-15 13:33:09 +0100
committerGuillem Jover <guillem@debian.org>2018-03-26 15:30:18 +0200
commitf87f8d43113a48e2a9b5261dca758e87895721f2 (patch)
tree700ccd8b471f71f8939d918b2638fbb8173c9ff5 /debian
parentecab1a59e2d2e2be01c08cd9ebe1f783eb26e5ae (diff)
downloaddpkg-f87f8d43113a48e2a9b5261dca758e87895721f2.tar.gz
dpkg: Switch DEBIAN/conffile parsing assert() into an ohshit()
This is a run-time error, not a programming error.
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 848ce0c09..658148424 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -38,6 +38,8 @@ dpkg (1.19.1) UNRELEASED; urgency=medium
Thanks to Jack Bates <wdz7eo@nottheoilrig.com>
* Increment the line number on dpkg --set-selections on unknown packages.
Reported by Heinz Repp <heinz.repp@arcor.de>. Closes: #888983
+ * Switch a DEBIAN/conffile parsing assert() in dpkg due to empty lines
+ into an ohshit(), because this is really a run-time error.
* Architecture support:
- Add support for riscv64 CPU. Closes: #822914
Thanks to Manuel A. Fernandez Montecelo <mafm@debian.org>