]> git.donarmstrong.com Git - debhelper.git/commitdiff
r1971: * dh_installudev: Treat --priority value as a string so that leading zeros
authorjoeyh <joeyh>
Sun, 21 Jan 2007 17:36:11 +0000 (17:36 +0000)
committerjoeyh <joeyh>
Sun, 21 Jan 2007 17:36:11 +0000 (17:36 +0000)
    can be used (also so that a leading "z" that is not "z60" can be
    specified). Closes: #381851

Debian/Debhelper/Dh_Getopt.pm
debian/changelog

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},
 
index 6409b8b569c917a25c2023861b9a8e85bfd3a004..f3aa8dbce56979850feb3f2ca5edc4550b7b5433 100644 (file)
@@ -10,15 +10,18 @@ debhelper (5.0.43) UNRELEASED; urgency=low
   * Looks like Package-Type might get into dpkg. Support it w/o the XB-
     too.
   * dh_installudev: Fix postrm to not fail if the udev symlink is missing.
-    Closes: #406921
+    Closes: #406921, #381940
   * dh_fixperms: Make all files in /usr/include 644, not only .h files.
     Closes: #404785
   * Man page improvements. Closes: #406707
   * dh_installdocs: In v5 mode, now ignore empty files even if they're hidden
     away inside a subdirectory. The code missed this before. See #200905
   * dh_installudev: Support debian/udev files. Closes: #381854
+  * 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
 
- -- Joey Hess <joeyh@debian.org>  Sun, 21 Jan 2007 12:28:06 -0500
+ -- Joey Hess <joeyh@debian.org>  Sun, 21 Jan 2007 12:33:22 -0500
 
 debhelper (5.0.42) unstable; urgency=low