From 79bbff39e463c1a3c8b314cba6d380df0afe4d55 Mon Sep 17 00:00:00 2001 From: joeyh Date: Sun, 21 Jan 2007 17:36:11 +0000 Subject: r1971: * dh_installudev: Treat --priority value as a string so that leading zeros can be used (also so that a leading "z" that is not "z60" can be specified). Closes: #381851 --- Debian/Debhelper/Dh_Getopt.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Debian/Debhelper/Dh_Getopt.pm') diff --git a/Debian/Debhelper/Dh_Getopt.pm b/Debian/Debhelper/Dh_Getopt.pm index 27f0cc0e..b2b9224e 100644 --- a/Debian/Debhelper/Dh_Getopt.pm +++ b/Debian/Debhelper/Dh_Getopt.pm @@ -144,7 +144,7 @@ sub parseopts { "filename=s" => \$options{FILENAME}, - "priority=i" => \$options{PRIORITY}, + "priority=s" => \$options{PRIORITY}, "flavor=s" => \$options{FLAVOR}, -- cgit v1.2.3