diff options
author | Guillem Jover <guillem@debian.org> | 2012-06-13 07:46:37 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2012-06-30 04:32:12 +0200 |
commit | bebf2ff24ce284e8e2affb54ac8e8a1466b12133 (patch) | |
tree | 72a8388fe990f0b50372c56e0b145314b0867bc9 /scripts/Dpkg/Control | |
parent | ae4319936099f377f9786dd7b33468d32238eb11 (diff) | |
download | dpkg-bebf2ff24ce284e8e2affb54ac8e8a1466b12133.tar.gz |
Dpkg::Control::Fields: Remove obsolete changelog fields
These were made not visible as fields in commit
825656afe3e9856dc846c225df8af73d2376fa3e.
Diffstat (limited to 'scripts/Dpkg/Control')
-rw-r--r-- | scripts/Dpkg/Control/Fields.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/Dpkg/Control/Fields.pm b/scripts/Dpkg/Control/Fields.pm index d9ecc856d..829ffbb13 100644 --- a/scripts/Dpkg/Control/Fields.pm +++ b/scripts/Dpkg/Control/Fields.pm @@ -311,8 +311,7 @@ our %FIELD_ORDER = ( ], CTRL_CHANGELOG() => [ qw(Source Version Distribution Urgency Maintainer Date Closes - Changes Timestamp Header Items Trailer Urgency_comment - Urgency_lc) + Changes) ], CTRL_FILE_STATUS() => [ # Same as fieldinfos in lib/dpkg/parse.c qw(Package Essential Status Priority Section Installed-Size Origin |