diff options
author | Guillem Jover <guillem@debian.org> | 2019-05-19 01:48:17 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2019-10-12 16:37:22 +0200 |
commit | c7079f5e8b8bac01ce579e0b869977ff8661a1db (patch) | |
tree | f8f00cac864a01ee238a249d74a8455623b19ce0 /debian | |
parent | c3808237c6be5316d170aa928dd755390b667af9 (diff) | |
download | dpkg-c7079f5e8b8bac01ce579e0b869977ff8661a1db.tar.gz |
dpkg-buildpackage: Remove transient backwards R³ compat code
This code got deprecated before the spec had been finalized, but left in
just to make sure no remaining implementations were still using it.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0d76488ce..ef5cc6660 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ dpkg (1.20.0) UNRELEASED; urgency=medium the few scripts using Getopt::Long will stop accepting options in the form «-ab» for «-a -b», which is not future-proof, as it does not allow these options to get new arguments without making them abiguous. + * dpkg-buildpackage: Remove transient backwards R³ compatibility code. * Build system: - Bump minimal Perl version to 5.24.1. |