]> git.donarmstrong.com Git - debhelper.git/commitdiff
r2007: * Remove possibly confusing (though strictly accurate) sentence from
authorjoeyh <joeyh>
Tue, 26 Jun 2007 22:12:25 +0000 (22:12 +0000)
committerjoeyh <joeyh>
Tue, 26 Jun 2007 22:12:25 +0000 (22:12 +0000)
  dh_installdirs.1. Closes: #429318

debian/changelog
dh_installdirs

index a46e35540bb027eeacd20376e52683ac88444460..035da17a43e0bdfd38d6f99ca3b307ac020455ef 100644 (file)
@@ -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 <joeyh@debian.org>  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
index 45191dc13f0d06346994a66747204e590a6f5d48..ffd1fa390adc2a098f429d3477bbcdc83b073c12 100755 (executable)
@@ -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