]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_makeshlibs
dh_makeshlibs: Fix --add-udeb, for real. Closes: #518706
[debhelper.git] / dh_makeshlibs
index 0eb96b02fe1f086a9b76619d67955929c851a175..776e66f0b8b5f229259d87cb6a5d6ce0c1e0ec03 100755 (executable)
@@ -108,6 +108,7 @@ init(options => {
        "m=s", => \$dh{M_PARAMS},
        "major=s" => \$dh{M_PARAMS},
        "version-info:s" => \$dh{V_FLAG},
+       "add-udeb=s" => \$dh{SHLIBS_UDEB},
 });
 
 foreach my $package (@{$dh{DOPACKAGES}}) {