From a10ba9f809e534c3ee57cb3c99011f6f2bbb8e2b Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 28 Sep 2000 19:42:59 +0000 Subject: [PATCH] r374: * Rebuild to remove cvs junk, Closes: #72610 --- debian/changelog | 6 ++++++ dh_shlibdeps | 9 ++++----- 2 files changed, 10 insertions(+), 5 deletions(-) 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); } } -- 2.39.2