X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_installdirs;h=b0572ca9910cf8ac6cfeaad60f5928dbeb1b37e1;hb=fb8f18f4a98669c3b85e1bd7920fbabfc00b886e;hp=ffd1fa390adc2a098f429d3477bbcdc83b073c12;hpb=2b1674991d1da559afa231d006ded056dcaf2928;p=debhelper.git diff --git a/dh_installdirs b/dh_installdirs index ffd1fa3..b0572ca 100755 --- a/dh_installdirs +++ b/dh_installdirs @@ -11,22 +11,22 @@ use Debian::Debhelper::Dh_Lib; =head1 SYNOPSIS -B [S>] [B<-A>] [S>] +B [S>] [B<-A>] [S ...>] =head1 DESCRIPTION -dh_installdirs is a debhelper program that is responsible for creating +B 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. +=head1 FILES -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. +=over 4 + +=item debian/I.dirs -Be sure to only use directory names relative to the package build -directory. Ie, "/usr/bin" should not be used, use "usr/bin" instead. +Lists directories to be created in I. + +=back =head1 OPTIONS @@ -37,10 +37,10 @@ directory. Ie, "/usr/bin" should not be used, use "usr/bin" instead. Create any directories specified by command line parameters in ALL packages acted on, not just the first. -=item I +=item I ... Create these directories in the package build directory of the first -package acted on. (Or in all packages if -A is specified.) +package acted on. (Or in all packages if B<-A> is specified.) =back