summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoeyh <joeyh>2007-06-26 22:12:25 +0000
committerjoeyh <joeyh>2007-06-26 22:12:25 +0000
commit2b1674991d1da559afa231d006ded056dcaf2928 (patch)
tree5b6f43c7c2c416d6ca4eafd9f1b547a150e6a37c
parent38e0e63a462ada3e516cd00f50d54828ca757a86 (diff)
r2007: * Remove possibly confusing (though strictly accurate) sentence from
dh_installdirs.1. Closes: #429318
-rw-r--r--debian/changelog7
-rwxr-xr-xdh_installdirs1
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a46e3554..035da17a 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 <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
diff --git a/dh_installdirs b/dh_installdirs
index 45191dc1..ffd1fa39 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