]> git.donarmstrong.com Git - debhelper.git/blobdiff - Debian/Debhelper/Dh_Getopt.pm
r1971: * dh_installudev: Treat --priority value as a string so that leading zeros
[debhelper.git] / Debian / Debhelper / Dh_Getopt.pm
index 27f0cc0e85f3a311ec01a8b8fcb9a1def194ed31..b2b9224e345cf44b30babe64448c7b78b1463cc4 100644 (file)
@@ -144,7 +144,7 @@ sub parseopts {
 
                "filename=s" => \$options{FILENAME},
                
-               "priority=i" => \$options{PRIORITY},
+               "priority=s" => \$options{PRIORITY},
                
                "flavor=s" => \$options{FLAVOR},