diff options
author | joeyh <joeyh> | 2007-01-21 17:12:05 +0000 |
---|---|---|
committer | joeyh <joeyh> | 2007-01-21 17:12:05 +0000 |
commit | 90ffad95d71aec0ae98401ebc0f27d8b740f8307 (patch) | |
tree | 118ba187c7198066276d519eacb4af85bdba67c0 /dh_usrlocal | |
parent | 526fb7c5808d4fe652167e115ae2ce9798b735d7 (diff) | |
download | debhelper-90ffad95d71aec0ae98401ebc0f27d8b740f8307.tar.gz |
r1968: * dh_fixperms: Make all files in /usr/include 644, not only .h files.
Closes: #404785
* Man page improvements. Closes: #406707
Diffstat (limited to 'dh_usrlocal')
-rwxr-xr-x | dh_usrlocal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dh_usrlocal b/dh_usrlocal index f13c58fa..a82e21ca 100755 --- a/dh_usrlocal +++ b/dh_usrlocal @@ -24,7 +24,8 @@ that will provide a subdirectory in /usr/local when installed. It finds subdirectories of usr/local in the package build directory, and removes them, replacing them with maintainer script snippets (unless B<-n> is used) to create the directories at install time, and remove them when -the package is removed, in a manner compliant with Debian policy. See +the package is removed, in a manner compliant with Debian policy. These +snippets are inserted into the maintainer scripts by dh_installdeb. See L<dh_installdeb(1)> for an explanation of Debhelper maintainer script snippets. |