diff options
author | joey <joey> | 2002-07-19 00:58:01 +0000 |
---|---|---|
committer | joey <joey> | 2002-07-19 00:58:01 +0000 |
commit | 699d0e5c2bd5bcd52a1833a802281ca66d7ae111 (patch) | |
tree | 32e4bf6134ab9281fd07d5f2cb9dff7d910327da /Debian | |
parent | 620d5c492f5bfd918f3d88a8270b5e4565a41635 (diff) | |
download | debhelper-699d0e5c2bd5bcd52a1833a802281ca66d7ae111.tar.gz |
r538: * Make dh_installchangelogs install debian/NEWS files as well, as
NEWS.Debian. Make dh_compress always compress them. The idea is to make
these files be in a machine parsable form, like the debian changelog, but
only put newsworthy info into them. Automated tools can then display new
news on upgrade. It is hoped that if this catches on it will reduce the
abuse of debconf notes. See discussion on debian-devel for details.
Diffstat (limited to 'Debian')
-rw-r--r-- | Debian/Debhelper/Dh_Getopt.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Debian/Debhelper/Dh_Getopt.pm b/Debian/Debhelper/Dh_Getopt.pm index 37d6f475..79674144 100644 --- a/Debian/Debhelper/Dh_Getopt.pm +++ b/Debian/Debhelper/Dh_Getopt.pm @@ -143,6 +143,8 @@ sub parseopts { "h|help" => \&showhelp, "mainpackage=s" => \$options{MAINPACKAGE}, + + "list-missing" => \$options{LIST_MISSING}, "<>" => \&NonOption, ); |