summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rwxr-xr-xdh_installdirs3
2 files changed, 2 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 1d0c5aab..403e7f6b 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 <joeyh@debian.org> Wed, 31 Oct 2007 12:58:35 -0400
+ -- Joey Hess <joeyh@debian.org> Fri, 02 Nov 2007 21:33:41 -0400
debhelper (5.0.59) unstable; urgency=low
diff --git a/dh_installdirs b/dh_installdirs
index ffd1fa39..7e9a1783 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