diff options
author | Guillem Jover <guillem@debian.org> | 2012-07-18 17:05:29 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2013-04-04 23:15:19 +0200 |
commit | 72c2242d4783ee314d7f333419839ab42c8ad6c0 (patch) | |
tree | df0d6ce1e5cc3da315a9d8b8a9b0e6693a32a007 /debian | |
parent | b322ebf5068cefe8cbc9cc56c92faa4b55e2f315 (diff) | |
download | dpkg-72c2242d4783ee314d7f333419839ab42c8ad6c0.tar.gz |
dpkg-parsechangelog: Add new --show-field option to print a field value
One of the most common uses of this program is to retrieve specific
field values from debian/rules file, but currently the output needs
to be filtered, which might introduce subtle bugs. This option will
make life easier for packagers, among others.
Closes: #284664
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 970221a7a..f75404b1d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,8 @@ dpkg (1.17.0) UNRELEASED; urgency=low * Fix clang warnings due to change of alignment requirements. * Change copyright file to point to GPL-2 instead of GPL. * Do not pass -e in shell script shebangs, set it in the body. + * Add new dpkg-parsechangelog --show-field option to print a field value. + Closes: #284664 -- Guillem Jover <guillem@debian.org> Fri, 03 Aug 2012 13:21:00 +0200 |