From: Joey Hess Date: Sat, 3 Nov 2007 01:33:58 +0000 (-0400) Subject: dh_installdirs(1): Remove unnecessary caveat about slashes. X-Git-Tag: 5.0.60~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9226b1d07f2d65c3d7b43cf1d69947132a5cdab1;p=debhelper.git dh_installdirs(1): Remove unnecessary caveat about slashes. --- diff --git a/debian/changelog b/debian/changelog index 1d0c5aa..403e7f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,9 @@ debhelper (5.0.60) UNRELEASED; urgency=low * Debhelper is now developed in a git repository. * Reword paragraph about debian/compress files to perhaps be more clear about the debian/compress file. Closes: #448759 + * dh_installdirs(1): Remove unnecessary caveat about slashes. - -- Joey Hess Wed, 31 Oct 2007 12:58:35 -0400 + -- Joey Hess Fri, 02 Nov 2007 21:33:41 -0400 debhelper (5.0.59) unstable; urgency=low diff --git a/dh_installdirs b/dh_installdirs index ffd1fa3..7e9a178 100755 --- a/dh_installdirs +++ b/dh_installdirs @@ -25,9 +25,6 @@ build directory of the first package dh_installdirs is told to act on. By default, this is the first binary package in debian/control, but if you use -p, -i, or -a flags, it will be the first package specified by those flags. -Be sure to only use directory names relative to the package build -directory. Ie, "/usr/bin" should not be used, use "usr/bin" instead. - =head1 OPTIONS =over 4