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_installemacsen | |
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_installemacsen')
-rwxr-xr-x | dh_installemacsen | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dh_installemacsen b/dh_installemacsen index 80b83e69..a9227ac2 100755 --- a/dh_installemacsen +++ b/dh_installemacsen @@ -20,7 +20,8 @@ files used by the debian emacsen-common package into package build directories. It also automatically generates the postinst and prerm commands needed to -register a package as an emacs add on package. See L<dh_installdeb(1)> +register a package as an emacs add on package. The commands are added to +the maintainer scripts by dh_installdeb. See L<dh_installdeb(1)> for an explanation of how this works. If a file named debian/package.emacsen-install exists, then it is installed |