From: Joey Hess Date: Sun, 8 Mar 2009 17:22:19 +0000 (-0400) Subject: Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelper X-Git-Tag: 7.4.4~117 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=48e2bf4b2d13375b1395c2b77b3719bd6edc0c9c;hp=14eae77b454bd3a025b6c3f9d6ce8b9136089e28;p=debhelper.git Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelper --- diff --git a/debian/changelog b/debian/changelog index dfe4e49..1a41613 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debhelper (7.2.4) unstable; urgency=low + + * dh_makeshlibs: Fix --add-udeb, for real. Closes: #518706 + + -- Joey Hess Sun, 08 Mar 2009 13:14:30 -0400 + debhelper (7.2.3) unstable; urgency=low * dh_installmenus: Now that a triggers capable menu and dpkg are in diff --git a/dh_makeshlibs b/dh_makeshlibs index 1ece98d..776e66f 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}}) {