]> git.donarmstrong.com Git - debhelper.git/commitdiff
dh_installdirs(1): Remove unnecessary caveat about slashes.
authorJoey Hess <joey@kodama.kitenet.net>
Sat, 3 Nov 2007 01:33:58 +0000 (21:33 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Sat, 3 Nov 2007 01:33:58 +0000 (21:33 -0400)
debian/changelog
dh_installdirs

index 1d0c5aaba59a2fe55cc47a0bc22efddd830b2fe1..403e7f6b3de8dd43eefa1b738a8f7680ded7b219 100644 (file)
@@ -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
 
index ffd1fa390adc2a098f429d3477bbcdc83b073c12..7e9a17837c1a9d9bfd0167b32fb5bef477538931 100755 (executable)
@@ -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