summaryrefslogtreecommitdiff
path: root/dh_shlibdeps
diff options
context:
space:
mode:
authorjoey <joey>2004-02-12 18:39:29 +0000
committerjoey <joey>2004-02-12 18:39:29 +0000
commitf2575228fd3ff68f69c08683060dcec2d1acfd44 (patch)
tree39e93ee1e09f8fba3e35ad08e714f11847ec65cc /dh_shlibdeps
parent3519bf160831785dc581254d081c963f46ee86be (diff)
r1661: * dh_shlibdeps: Turn on for udebs. It's often wrong (and ignored by d-i),
but occasionally right and necessary.
Diffstat (limited to 'dh_shlibdeps')
-rwxr-xr-xdh_shlibdeps2
1 files changed, 0 insertions, 2 deletions
diff --git a/dh_shlibdeps b/dh_shlibdeps
index c92d1bf1..3192b189 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);