summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey>2005-06-22 15:04:49 +0000
committerjoey <joey>2005-06-22 15:04:49 +0000
commit51b476953b1cd57fc3ebb26aaeb7743465dc96d6 (patch)
tree0c0fd68bbd3d533421c8a5053cb3d13a4ab503d1
parent51a974b8c2220182d6656473c3686566d3461524 (diff)
r1767: * Fix typo in dh_install example. Closes: #314964
-rw-r--r--debian/changelog6
-rwxr-xr-xdh_install2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a019d215..4501b8c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debhelper (4.9.2) UNRELEASED; urgency=low
+
+ * Fix typo in dh_install example. Closes: #314964
+
+ -- Joey Hess <joeyh@debian.org> Mon, 20 Jun 2005 16:17:05 -0400
+
debhelper (4.9.1) unstable; urgency=low
* Fix typo in dh_strip.
diff --git a/dh_install b/dh_install
index 45a1dfce..d7c4161c 100755
--- a/dh_install
+++ b/dh_install
@@ -229,7 +229,7 @@ contain:
While debian/libfoo.install contains:
- usr/libfoo*.so.*
+ usr/lib/libfoo*.so.*
If you want a libfoo-dev package too, debian/libfoo-dev.install might contain: