]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_installppp
cmake: Pass CPPFLAGS in CFLAGS. Closes: #668813 Thanks, Simon Ruderich for the patch...
[debhelper.git] / dh_installppp
index 06cb1930e0a0845fc059cac448227158e2aa51ef..6762d143e695f89f0e8e7e72c3f0b1bc1ee9c7d7 100755 (executable)
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-dh_installppp - install ppp if-up and if-down files
+dh_installppp - install ppp ip-up and ip-down files
 
 =cut
 
@@ -15,13 +15,22 @@ B<dh_installppp> [S<I<debhelper options>>] [B<--name=>I<name>]
 
 =head1 DESCRIPTION
 
-dh_installppp is a debhelper program that is responsible for installing
-ppp if-up and if-down scripts. into package build directories.
+B<dh_installppp> 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<package>.ppp.ip-up
+
+Installed into etc/ppp/ip-up.d/I<package> in the package build directory. 
+
+=item debian/I<package>.ppp.ip-down
+
+Installed into etc/ppp/ip-down.d/I<package> in the package build directory.
+
+=back
 
 =head1 OPTIONS
 
@@ -29,8 +38,8 @@ etc/ppp/ip-down.d/package
 
 =item B<--name=>I<name>
 
-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<debian/package.name.ppp.ip-*> and install them as
+F<etc/ppp/ip-*/name>, instead of using the usual files and installing them
 as the package name.
 
 =back