From: joeyh Date: Wed, 4 Jan 2006 01:23:42 +0000 (+0000) Subject: r1836: * debhelper(7): document previous dh_install v5 change re wildcarding. X-Git-Tag: 5.0.13~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fd56e496cdf4646601fe09e6281262a4e6ea4342;p=debhelper.git r1836: * debhelper(7): document previous dh_install v5 change re wildcarding. --- diff --git a/debhelper.pod b/debhelper.pod index d1bc6a8..64ea290 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 6263609..08ad56e 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 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.