diff options
author | joey <joey> | 2004-02-12 18:39:29 +0000 |
---|---|---|
committer | joey <joey> | 2004-02-12 18:39:29 +0000 |
commit | f2575228fd3ff68f69c08683060dcec2d1acfd44 (patch) | |
tree | 39e93ee1e09f8fba3e35ad08e714f11847ec65cc | |
parent | 3519bf160831785dc581254d081c963f46ee86be (diff) |
r1661: * dh_shlibdeps: Turn on for udebs. It's often wrong (and ignored by d-i),
but occasionally right and necessary.
-rwxr-xr-x | dh_shlibdeps | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dh_shlibdeps b/dh_shlibdeps index c92d1bf..3192b18 100755 --- a/dh_shlibdeps +++ b/dh_shlibdeps @@ -101,8 +101,6 @@ if ($dh{L_PARAMS}) { } foreach my $package (@{$dh{DOPACKAGES}}) { - next if is_udeb($package); - my $tmp=tmpdir($package); my $ext=pkgext($package); |