]> git.donarmstrong.com Git - debhelper.git/commitdiff
r1661: * dh_shlibdeps: Turn on for udebs. It's often wrong (and ignored by d-i), version_4.2.2
authorjoey <joey>
Thu, 12 Feb 2004 18:39:29 +0000 (18:39 +0000)
committerjoey <joey>
Thu, 12 Feb 2004 18:39:29 +0000 (18:39 +0000)
     but occasionally right and necessary.

dh_shlibdeps

index c92d1bf100b9208a3cb93791c911d01c705db5f0..3192b189ae7791ed40056b273ffb1306d32d4d1b 100755 (executable)
@@ -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);