diff options
author | Guillem Jover <guillem@debian.org> | 2019-07-30 04:57:47 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2019-10-30 22:02:43 +0100 |
commit | ae231c65b162df729a6492105a0ce64945e293c2 (patch) | |
tree | 00c400fa0e4bd4759c7c2b450df8afcf706f036d /debian | |
parent | 36925e06749e495a475f6c42543b226d3f7ae27b (diff) | |
download | dpkg-ae231c65b162df729a6492105a0ce64945e293c2.tar.gz |
Dpkg::Source::Package::V2: Emit a special patch header on single-debian-patch
The previous default patch header does not make sense for a conglomerate
patch. Instead provide a more suitable default, that can always be
overridden with either the local-patch-header or patch-header files.
Closes: #933152
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a18c3b892..e559872dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,8 @@ dpkg (1.20.0) UNRELEASED; urgency=medium - Dpkg::Source::Package: Verify original tarball signatures at build time. - Dpkg::BuildFlags: Add new unset() method. Requested by Daniel Schepler <dschepler@gmail.com>. + - Dpkg::Source::Package::V2: Emit a special patch header on + single-debian-patch. Closes: #933152 * Documentation: - man: Fix uncommon wording constructs. - man: Use a minus sign for a literal string. |