diff options
author | joey <joey> | 2003-03-03 21:30:37 +0000 |
---|---|---|
committer | joey <joey> | 2003-03-03 21:30:37 +0000 |
commit | 3aa6fbb20465d16cf23e1607b078ed3cedf95ebe (patch) | |
tree | 1734631097fb2beec39ee25db51706f2a05f385a /dh_installdeb | |
parent | 52eff396c8a1595a3d2940ac70bf3cc2b9cec798 (diff) | |
download | debhelper-3aa6fbb20465d16cf23e1607b078ed3cedf95ebe.tar.gz |
r576: * Rename debhelper.1 to debhelper.7.
* Typo, Closes: #183267
Diffstat (limited to 'dh_installdeb')
-rwxr-xr-x | dh_installdeb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dh_installdeb b/dh_installdeb index 2cbdce30..7c7f8d18 100755 --- a/dh_installdeb +++ b/dh_installdeb @@ -36,7 +36,7 @@ inserted. If the script does not exist, then a script is generated from the .debhelper file. The .debhelper files are created by other debhelper programs, such as L<dh_installmenu(1)>, and are shell script fragments. -In V3 compatability mode and higher, all files in the etc/ directory in a +In V3 compatibility mode and higher, all files in the etc/ directory in a package will automatically be flagged as conffiles by this program, so there is no need to list them manually in package.conffiles. @@ -106,7 +106,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { =head1 SEE ALSO -L<debhelper(1)> +L<debhelper(7)> This program is a part of debhelper. |