From: joey Date: Thu, 28 Sep 2000 19:42:59 +0000 (+0000) Subject: r374: * Rebuild to remove cvs junk, Closes: #72610 X-Git-Tag: version_2.0.101~225 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a10ba9f809e534c3ee57cb3c99011f6f2bbb8e2b;p=debhelper.git r374: * Rebuild to remove cvs junk, Closes: #72610 --- diff --git a/debian/changelog b/debian/changelog index 19e79f7..608beb6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debhelper (2.1.12) unstable; urgency=low + + * Rebuild to remove cvs junk, Closes: #72610 + + -- Joey Hess Wed, 27 Sep 2000 12:39:06 -0700 + debhelper (2.1.11) unstable; urgency=low * dh_installmanpages: don't install files that start with .#* -- these diff --git a/dh_shlibdeps b/dh_shlibdeps index e08184a..237d92d 100755 --- a/dh_shlibdeps +++ b/dh_shlibdeps @@ -28,12 +28,11 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) { } } - if ($dh{L_PARAMS}) { - $ENV{'LD_LIBRARY_PATH'}=$dh{L_PARAMS}; - verbose_print("LD_LIBRARY_PATH=$dh{L_PARAMS} \\"); - } - if (@filelist) { + if ($dh{L_PARAMS}) { + $ENV{'LD_LIBRARY_PATH'}=$dh{L_PARAMS}; + verbose_print("LD_LIBRARY_PATH=$dh{L_PARAMS} \\"); + } doit("dpkg-shlibdeps","-Tdebian/${EXT}substvars",@{$dh{U_PARAMS}},'-dDepends',@filelist); } }