summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoeyh <joeyh>2006-01-04 01:23:42 +0000
committerjoeyh <joeyh>2006-01-04 01:23:42 +0000
commitfd56e496cdf4646601fe09e6281262a4e6ea4342 (patch)
treec6662d108782806e1cf5a64a6e582fad97a8a7d4
parentf861cb345c9f7c7813cc0a82c081f901c4618d22 (diff)
r1836: * debhelper(7): document previous dh_install v5 change re wildcarding.
-rw-r--r--debhelper.pod4
-rw-r--r--debian/changelog6
2 files changed, 10 insertions, 0 deletions
diff --git a/debhelper.pod b/debhelper.pod
index d1bc6a81..64ea2908 100644
--- a/debhelper.pod
+++ b/debhelper.pod
@@ -346,6 +346,10 @@ symbols in, not the packages to take the symbols from.
dh_installdocs skips installing empty files.
+=item -
+
+dh_install errors out if wildcards expand to nothing.
+
=back
=back
diff --git a/debian/changelog b/debian/changelog
index 62636090..08ad56e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debhelper (5.0.13) UNRELEASED; urgency=low
+
+ * debhelper(7): document previous dh_install v5 change re wildcarding.
+
+ -- Joey Hess <joeyh@debian.org> Sat, 31 Dec 2005 13:48:08 -0500
+
debhelper (5.0.12) unstable; urgency=low
* dh_installdocs: document that -X affects doc-base file installation.