X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_installppp;h=6762d143e695f89f0e8e7e72c3f0b1bc1ee9c7d7;hb=fb8f18f4a98669c3b85e1bd7920fbabfc00b886e;hp=950470f33c9e0767a2f2a70b1bf5ebb69fc373ea;hpb=76d0c00e346cd63d74f7da99a175a1c6710c2c89;p=debhelper.git diff --git a/dh_installppp b/dh_installppp index 950470f..6762d14 100755 --- a/dh_installppp +++ b/dh_installppp @@ -15,13 +15,22 @@ B [S>] [B<--name=>I] =head1 DESCRIPTION -dh_installppp is a debhelper program that is responsible for installing -ppp ip-up and ip-down scripts. into package build directories. +B is a debhelper program that is responsible for installing +ppp ip-up and ip-down scripts into package build directories. -If a file named debian/package.ppp.ip-up exists, then it is installed into -etc/ppp/ip-up.d/package in the package build directory. -Files named debian/package.ppp.ip-down are installed to -etc/ppp/ip-down.d/package +=head1 FILES + +=over 4 + +=item debian/I.ppp.ip-up + +Installed into etc/ppp/ip-up.d/I in the package build directory. + +=item debian/I.ppp.ip-down + +Installed into etc/ppp/ip-down.d/I in the package build directory. + +=back =head1 OPTIONS @@ -29,8 +38,8 @@ etc/ppp/ip-down.d/package =item B<--name=>I -Look for files named debian/package.name.ppp.ip-* and install them as -etc/ppp/ip-*/name, instead of using the usual files and installing them +Look for files named F and install them as +F, instead of using the usual files and installing them as the package name. =back