]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_makeshlibs
dh_makeshlibs: Re-add --add-udeb support. Closes: #518655
[debhelper.git] / dh_makeshlibs
index 0eb96b02fe1f086a9b76619d67955929c851a175..1ece98de9c16b2c53f973d783b5206137c6847cc 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" => \$dh{SHLIBS_UDEB},
 });
 
 foreach my $package (@{$dh{DOPACKAGES}}) {