From 9226b1d07f2d65c3d7b43cf1d69947132a5cdab1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 2 Nov 2007 21:33:58 -0400 Subject: [PATCH] dh_installdirs(1): Remove unnecessary caveat about slashes. --- debian/changelog | 3 ++- dh_installdirs | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1d0c5aa..403e7f6 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 Wed, 31 Oct 2007 12:58:35 -0400 + -- Joey Hess Fri, 02 Nov 2007 21:33:41 -0400 debhelper (5.0.59) unstable; urgency=low diff --git a/dh_installdirs b/dh_installdirs index ffd1fa3..7e9a178 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 -- 2.39.2