From 699d0e5c2bd5bcd52a1833a802281ca66d7ae111 Mon Sep 17 00:00:00 2001 From: joey Date: Fri, 19 Jul 2002 00:58:01 +0000 Subject: 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. --- Debian/Debhelper/Dh_Getopt.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Debian') 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, ); -- cgit v1.2.3