]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_makeshlibs
dh_makeshlibs: Fix --add-udeb, for real. Closes: #518706
[debhelper.git] / dh_makeshlibs
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}}) {