summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rwxr-xr-xdebian/rules1
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 2d6115fb..70175695 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+debhelper (3.0.24) unstable; urgency=low
+
+ * Missing semi-colon.
+ * Call dh_shlibdeps as part of build process, as simple guard against
+ this (dh_* should be called, really).
+
+ -- Joey Hess <joeyh@debian.org> Tue, 15 May 2001 10:27:34 -0400
+
debhelper (3.0.23) unstable; urgency=low
* dh_shlibdeps: the -l switch now just adds to LD_LIBRARY_PATH, if it is
diff --git a/debian/rules b/debian/rules
index bc83ec50..9ec7d17c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -91,6 +91,7 @@ binary-indep: build
./dh_installman *.1
./dh_installinfo
./dh_installchangelogs
+ ./dh_shlibdeps
./dh_link
./dh_compress
./dh_fixperms