From: joeyh Date: Tue, 26 Jun 2007 22:12:25 +0000 (+0000) Subject: r2007: * Remove possibly confusing (though strictly accurate) sentence from X-Git-Tag: 5.0.51~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2b1674991d1da559afa231d006ded056dcaf2928;hp=38e0e63a462ada3e516cd00f50d54828ca757a86;p=debhelper.git r2007: * Remove possibly confusing (though strictly accurate) sentence from dh_installdirs.1. Closes: #429318 --- diff --git a/debian/changelog b/debian/changelog index a46e355..035da17 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debhelper (5.0.51) UNRELEASED; urgency=low + + * Remove possibly confusing (though strictly accurate) sentence from + dh_installdirs.1. Closes: #429318 + + -- Joey Hess Tue, 26 Jun 2007 18:10:54 -0400 + debhelper (5.0.50) unstable; urgency=low * dh_installwm: If a path is not given, assume the file is in usr/bin, since diff --git a/dh_installdirs b/dh_installdirs index 45191dc..ffd1fa3 100755 --- a/dh_installdirs +++ b/dh_installdirs @@ -19,7 +19,6 @@ dh_installdirs is a debhelper program that is responsible for creating subdirectories in package build directories. A file named debian/package.dirs can list directories to be created. -Separate the directory names with whitespace. Any directory names specified as parameters will be created in the package build directory of the first package dh_installdirs is told to act on. By