summaryrefslogtreecommitdiff
path: root/Debian
diff options
context:
space:
mode:
authorjoeyh <joeyh>2007-01-21 17:36:11 +0000
committerjoeyh <joeyh>2007-01-21 17:36:11 +0000
commit79bbff39e463c1a3c8b314cba6d380df0afe4d55 (patch)
tree300df05ca7c471df1e9748a307f552aa366dc5d7 /Debian
parente1167b2fa9cbb4d70c8ee03767311db0235b85b4 (diff)
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
Diffstat (limited to 'Debian')
-rw-r--r--Debian/Debhelper/Dh_Getopt.pm2
1 files changed, 1 insertions, 1 deletions
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},