summaryrefslogtreecommitdiff
path: root/dh_makeshlibs
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-03-08 13:14:25 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-03-08 13:14:25 -0400
commitb233c59d668f53ee6668bf5ca57a86f91a3b35b9 (patch)
treea2c4527137d0e49e716a04efe14546ad2481559e /dh_makeshlibs
parent4da46f9b42488ef2dba6e51ee20a3ccb8073bbf9 (diff)
dh_makeshlibs: Fix --add-udeb, for real. Closes: #518706
Diffstat (limited to 'dh_makeshlibs')
-rwxr-xr-xdh_makeshlibs2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_makeshlibs b/dh_makeshlibs
index 1ece98de..776e66f0 100755
--- a/dh_makeshlibs
+++ b/dh_makeshlibs
@@ -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}}) {