Package: debhelper Severity: wishlist Tags: patch Please add support to recognize two new options, used by dh_pycentral
--add-provides: modify dh_pycentral's behaviour to generate a python:Provides substitution --no-move: modify dh_pycentral's behaviour not to move files to the pycentral area for shared python modules. --- Debian/Debhelper/Dh_Getopt.pm~ 2006-04-13 22:35:50.000000000 +0000 +++ Debian/Debhelper/Dh_Getopt.pm 2006-06-06 22:23:20.294211664 +0000 @@ -170,6 +170,10 @@ "language=s" => \$options{LANGUAGE}, + "add-provides" => \$options{ADD_PROVIDES}, + + "no-move" => \$options{NO_MOVE}, + "<>" => \&NonOption, ); -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]