summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorjoey <joey>2000-10-02 01:29:14 +0000
committerjoey <joey>2000-10-02 01:29:14 +0000
commitb2b388b4d237da2e6b72a2fef141a9535ecdc36a (patch)
tree565d3fc5c17b9d15e27eff01ff1a69ef54b67d62 /debian
parenta10ba9f809e534c3ee57cb3c99011f6f2bbb8e2b (diff)
r375: * Typo, Closes: #72932
* dh_makeshlibs: follow symlinks to files when looking for files that are shared libraries. This allows it to catch files like "liballeg-3.9.33.so" that are not in the *.so.* form it looks for, but that doe have links to them that are in the right form. Closes: #72938
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog10
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 608beb66..6ae0b669 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+debhelper (2.1.13) unstable; urgency=low
+
+ * Typo, Closes: #72932
+ * dh_makeshlibs: follow symlinks to files when looking for files that are
+ shared libraries. This allows it to catch files like
+ "liballeg-3.9.33.so" that are not in the *.so.* form it looks for, but
+ that doe have links to them that are in the right form. Closes: #72938
+
+ -- Joey Hess <joeyh@debian.org> Sun, 1 Oct 2000 18:23:48 -0700
+
debhelper (2.1.12) unstable; urgency=low
* Rebuild to remove cvs junk, Closes: #72610