]> git.donarmstrong.com Git - debhelper.git/commitdiff
dh_makeshlibs: Fix --add-udeb, for real. Closes: #518706
authorJoey Hess <joey@gnu.kitenet.net>
Sun, 8 Mar 2009 17:14:25 +0000 (13:14 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Sun, 8 Mar 2009 17:14:25 +0000 (13:14 -0400)
debian/changelog
dh_makeshlibs

index dfe4e49209b5e42ed89aa7d9052d63103a507550..1688999ab0efac8232ae06bac9fcafd0c5d38b82 100644 (file)
@@ -1,3 +1,9 @@
+debhelper (7.2.4) UNRELEASED; urgency=low
+
+  * dh_makeshlibs: Fix --add-udeb, for real. Closes: #518706
+
+ -- Joey Hess <joeyh@debian.org>  Sun, 08 Mar 2009 13:14:02 -0400
+
 debhelper (7.2.3) unstable; urgency=low
 
   * dh_installmenus: Now that a triggers capable menu and dpkg are in
index 1ece98de9c16b2c53f973d783b5206137c6847cc..776e66f0b8b5f229259d87cb6a5d6ce0c1e0ec03 100755 (executable)
@@ -108,7 +108,7 @@ init(options => {
        "m=s", => \$dh{M_PARAMS},
        "major=s" => \$dh{M_PARAMS},
        "version-info:s" => \$dh{V_FLAG},
-       "add-udeb" => \$dh{SHLIBS_UDEB},
+       "add-udeb=s" => \$dh{SHLIBS_UDEB},
 });
 
 foreach my $package (@{$dh{DOPACKAGES}}) {