summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoeyh <joeyh>2006-03-27 19:06:36 +0000
committerjoeyh <joeyh>2006-03-27 19:06:36 +0000
commite8ba6cabee9ac933448062f5f7a95692c17c9cc5 (patch)
treeaf6af711f199cef01e27d53589a7f6194f28851f
parent395788246c3435fbfe1a967fbd54f5f97cb6707c (diff)
r1892: * dh_install: swap two paras in man page for clarity. Closes: #359182
-rw-r--r--debian/changelog3
-rwxr-xr-xdh_installdirs6
2 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 1aafa41b..111d5837 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
debhelper (5.0.27) UNRELEASED; urgency=low
* Typo. Closes: #358904
+ * dh_install: swap two paras in man page for clarity. Closes: #359182
- -- Joey Hess <joeyh@debian.org> Sat, 25 Mar 2006 13:40:28 -0500
+ -- Joey Hess <joeyh@debian.org> Mon, 27 Mar 2006 14:05:58 -0500
debhelper (5.0.26) unstable; urgency=high
diff --git a/dh_installdirs b/dh_installdirs
index 3bd4ea80..45191dc1 100755
--- a/dh_installdirs
+++ b/dh_installdirs
@@ -18,14 +18,14 @@ B<dh_installdirs> [S<I<debhelper options>>] [B<-A>] [S<I<dir ...>>]
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
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.
-A file named debian/package.dirs can list other directories to be created.
-Separate the directory names with whitespace.
-
Be sure to only use directory names relative to the package build
directory. Ie, "/usr/bin" should not be used, use "usr/bin" instead.