]> git.donarmstrong.com Git - debhelper.git/commitdiff
r576: * Rename debhelper.1 to debhelper.7.
authorjoey <joey>
Mon, 3 Mar 2003 21:30:37 +0000 (21:30 +0000)
committerjoey <joey>
Mon, 3 Mar 2003 21:30:37 +0000 (21:30 +0000)
   * Typo, Closes: #183267

45 files changed:
Debian/Debhelper/Dh_Getopt.pm
debian/changelog
debian/rules
dh_builddeb
dh_clean
dh_compress
dh_fixperms
dh_gencontrol
dh_install
dh_installcatalogs
dh_installchangelogs
dh_installcron
dh_installdeb
dh_installdebconf
dh_installdirs
dh_installdocs
dh_installemacsen
dh_installexamples
dh_installinfo
dh_installinit
dh_installlogrotate
dh_installman
dh_installmanpages
dh_installmenu
dh_installmime
dh_installmodules
dh_installpam
dh_installwm
dh_installxfonts
dh_link
dh_listpackages
dh_makeshlibs
dh_md5sums
dh_movefiles
dh_perl
dh_python
dh_shlibdeps
dh_strip
dh_suidregister
dh_testdir
dh_testroot
dh_testversion
dh_undocumented
doc/PROGRAMMING
doc/README

index 1e90e08a95c64be8c5e2cb691cce913a22de5cf5..53db13ae294cbab97b5352adf8cf974ee7592522 100644 (file)
@@ -19,7 +19,7 @@ my (%options, %exclude_package);
 sub showhelp {
        my $prog=basename($0);
        print "Usage: $prog [options]\n\n";
 sub showhelp {
        my $prog=basename($0);
        print "Usage: $prog [options]\n\n";
-       print "  $prog is a part of debhelper. See debhelper(1)\n";
+       print "  $prog is a part of debhelper. See debhelper(7)\n";
        print "  and $prog(1) for complete usage instructions.\n"; 
        exit(1);
 }
        print "  and $prog(1) for complete usage instructions.\n"; 
        exit(1);
 }
index 3b633d6ff514ac3c74e695b295208b4f52fb3b1d..79ddc799d1dea2f9f5a09cdfd7c2ef896f6edbf8 100644 (file)
@@ -1,3 +1,10 @@
+debhelper (4.1.35) unstable; urgency=low
+
+  * Rename debhelper.1 to debhelper.7.
+  * Typo, Closes: #183267
+
+ -- Joey Hess <joeyh@debian.org>  Mon,  3 Mar 2003 16:23:32 -0500
+
 debhelper (4.1.34) unstable; urgency=low
 
   * Removed vegistal substvars stuff from dh_inistallinit.
 debhelper (4.1.34) unstable; urgency=low
 
   * Removed vegistal substvars stuff from dh_inistallinit.
index ab30a3e5326c66b03f4198c2d6c92ed12e3e8df5..e53eea420e9256f736afc699081108e4a155fb96 100755 (executable)
@@ -23,7 +23,7 @@ build: test build-stamp
 build-stamp:
        # Generate the main man page. All the perl cruft is to get a list
        # of debhelper commands with short descriptions into the man page.
 build-stamp:
        # Generate the main man page. All the perl cruft is to get a list
        # of debhelper commands with short descriptions into the man page.
-       pod2man -c Debhelper -r "$(VERSION)" debhelper.pod | \
+       pod2man --section=7 -c Debhelper -r "$(VERSION)" debhelper.pod | \
        perl -e ' \
                undef $$/; \
                foreach (@ARGV) { \
        perl -e ' \
                undef $$/; \
                foreach (@ARGV) { \
@@ -39,7 +39,7 @@ build-stamp:
                                s/#LIST#/$$collect/; \
                                print; \
                        }; \
                                s/#LIST#/$$collect/; \
                                print; \
                        }; \
-               }' `find . -type f -perm +1 -maxdepth 1 -name "dh_*" | sort` > debhelper.1
+               }' `find . -type f -perm +1 -maxdepth 1 -name "dh_*" | sort` > debhelper.7
        # Turn all executables into man pages.
        find . -type f -perm +1 -maxdepth 1 -name "dh_*" \
                -exec pod2man -c Debhelper -r "$(VERSION)" {} {}.1 \;
        # Turn all executables into man pages.
        find . -type f -perm +1 -maxdepth 1 -name "dh_*" \
                -exec pod2man -c Debhelper -r "$(VERSION)" {} {}.1 \;
@@ -74,7 +74,7 @@ binary-indep: build
        ./dh_install autoscripts usr/share/debhelper
        ./dh_installdocs doc/*
        ./dh_installexamples examples/*
        ./dh_install autoscripts usr/share/debhelper
        ./dh_installdocs doc/*
        ./dh_installexamples examples/*
-       ./dh_installman *.1
+       ./dh_installman *.1 *.7
        ./dh_installchangelogs
        ./dh_shlibdeps
        ./dh_link
        ./dh_installchangelogs
        ./dh_shlibdeps
        ./dh_link
index 54c4362fa8ae0cb9b8336b7a4d064ba31aec4ba3..a634be2efca5a20e6a1993245341e59d77a929fe 100755 (executable)
@@ -67,7 +67,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
index fd9f86f126daafbcf4ca243e90efe2f37dc549d5..b0936ecb31fc25c51fc696430fb1900ec6c632b7 100755 (executable)
--- a/dh_clean
+++ b/dh_clean
@@ -114,7 +114,7 @@ doit('rm', '-rf', 'debian/tmp') if -x 'debian/tmp' && ! compat(1);
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
index de6a97b9502ffa31a844ca620538cdef305e6e7b..9d287af420b6477b2b425ce49f2ae2cddfd6e295 100755 (executable)
@@ -180,7 +180,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
index d6b0f721487b48e5f5f085863e47a62d3db34587..1a35c78d0973300c1c844af373a7fe95789a650c 100755 (executable)
@@ -94,7 +94,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
index 941c9a8c71cbfaa9bee59cd894faa3e8ac3d1474..4e9ff3e892203357b29e6e02448c8fea738480be 100755 (executable)
@@ -69,7 +69,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
index c6aea5b28a34c45d3d4cc186e33731f78bde9f49..c37b9d3587978aeb1fcaba8cf39c6ba00bb2e2f4 100755 (executable)
@@ -221,7 +221,7 @@ If you want a libfoo-dev package too, debian/libfoo-dev.install might contain:
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
index 16bab813915114f763a4f69661382baf952a70aa..6bdc977d8ae1b18be432598e7927e5103ce31669 100755 (executable)
@@ -104,7 +104,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 F</usr/share/doc/sgml-base-doc/>
 
 
 F</usr/share/doc/sgml-base-doc/>
 
index 2588d57f476a6a8bde51d3ee5c5d188fa13b740e..4c211e55d748d39261571632349a0eae69d012c6 100755 (executable)
@@ -134,7 +134,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
index 5b3ac84eba261695e48909ddbd67b1333ac21ec2..d28277c57e52565e47f87aab97d2af2500b3aaa2 100755 (executable)
@@ -47,7 +47,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
index 2cbdce30fdb9e1241d3650d8e30008e4a1e4119e..7c7f8d180b48efd2b07d97893b0da1526ddd82fb 100755 (executable)
@@ -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.
 
 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.
 
 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
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
index 2e22474d17380cea90aaaa342c0b999672b81dc8..fc81d1fea345eb283442fd893c625c7bb43658de 100755 (executable)
@@ -126,7 +126,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
index 9d27b1b2936ca94c2034f6ff8b2e4cd1dd263aec..3bd4ea8061da50d885c8f90e2b85e9e23ce10d12 100755 (executable)
@@ -86,7 +86,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
index 7f8e8bf4cdaff127cf2ce79101c6862c09e1d2e0..b991162f6787dff90afe432f00fd7774cc28e1a5 100755 (executable)
@@ -215,7 +215,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
index 3f8a9f79387900c4f26a57dd5340848f4524d7e0..80b83e693a206a60a6a76cf61ac6a4b1f16c8730 100755 (executable)
@@ -107,7 +107,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
index 26517e711b8d2adcbb3375de63b94b7504fe5239..8934e2fb173062697947b17c9b6f13e88182d2ec 100755 (executable)
@@ -99,7 +99,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
index 4232229a2d672bf1dd6afdf79d7e658bfd475fe7..814c831b58cf1cd0a19c6c64a8929283d23e5f42 100755 (executable)
@@ -119,7 +119,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
index d8b94d534e8f49e0b3127335335dae2886af1e5a..5e4e1f351fd2e452ffc42245da97f31500a2e663 100755 (executable)
@@ -170,7 +170,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
index 6aec670f3fcde3a143efe7a2f69d7a2303dd990e..e028bf7836ee84d306412beaf343c7226c9337cd 100755 (executable)
@@ -37,7 +37,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
index 3da08ccb0c79fcab1a0f02753104413aed6b231c..41fa6408548d5f455d83e37cf041f663d0eeadc0 100755 (executable)
@@ -202,7 +202,7 @@ sub find_so_man {
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
index 9002094ccd341589df59d4be9bb7dee3e6881169..39946f6a4f734396d5e5347b1e41c55da84c0863 100755 (executable)
@@ -195,7 +195,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
index 212423c4acf933ac727d270b79092ced831ba4bc..b6f79663b8373e5e6d8854b09aefc1732acfec62 100755 (executable)
@@ -78,7 +78,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 L<update-menus(1)>
 L<menufile(5L)>
 
 L<update-menus(1)>
 L<menufile(5L)>
 
index c8a7e8043ed271b2befddaa155d9c3e9ebdb2b98..8ffd523621e7b756daa69eeff5cfef5649f9dd2f 100755 (executable)
@@ -64,7 +64,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
index a67b80a8a3e66fe6b741ecc4fb746924157be03b..13fd8f5c66651e9e3da23897f581807ca2696cd9 100755 (executable)
@@ -83,7 +83,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
index 065263d50428d368d248b7ee00c5d9af74a4a056..0f251798d4e6c918f912e36a5847e2138f339fd5 100755 (executable)
@@ -39,7 +39,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
index fdcb150f442a84a302a695dd70a18abd97c1c8f1..31ce63c604733069bff7c9767182613a504b5295 100755 (executable)
@@ -93,7 +93,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
index 0ee9cb3aba65c0a0f0a2a1d02087a3810ff603f7..407763aabddd791c36e18eec7e47a3cca3ef9deb 100755 (executable)
@@ -82,7 +82,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
diff --git a/dh_link b/dh_link
index 5c2a56939dba35387c2ce3bec1aacecafa9b7de0..ab71c25c025cb353a0d3aabdd14f790f919c2c0d 100755 (executable)
--- a/dh_link
+++ b/dh_link
@@ -170,7 +170,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
index 804461c5e62b7b3c755912e3cf42b947d3d22177..f919ef6262bcc147d40753b8f68ddff513afca82 100755 (executable)
@@ -27,7 +27,7 @@ print join("\n",@{$dh{DOPACKAGES}})."\n";
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
index 3d63991c81fe9de271dea4667cc45e1cabf2cb6f..7a4e7b1dc856ba2ea61168b399e1aa97ef8033e8 100755 (executable)
@@ -172,7 +172,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
index 4a0e460c338e004bb17cfdb4b8645fc0630514cb..6f794e7f670504266f5babce19ab7bad7dc64ba9 100755 (executable)
@@ -84,7 +84,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
index ec13a01a9e18ad0fab4f7e4d8dcfe9000598e381..cc1af45eba1a2eb2f90a81b4144ed9326e50a84e 100755 (executable)
@@ -156,7 +156,7 @@ exit $ret;
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
diff --git a/dh_perl b/dh_perl
index 29c24c98288fa74050010864d1d112d045365cb8..34624d3f38ad3ebd1103fd5dfdb76aee81e03b88 100755 (executable)
--- a/dh_perl
+++ b/dh_perl
@@ -136,7 +136,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
index a2bede94ab900443cf1e70363e5ea2a9b676cd5e..5618c52cc333032875e64958adc7689bb0b003f0 100755 (executable)
--- a/dh_python
+++ b/dh_python
@@ -199,7 +199,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
index f49300541a1256194cdd9da25ea0e2a2f77342c7..3fae6a6660bd22570254cead4013090c1a8f2553 100755 (executable)
@@ -134,7 +134,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
index 7e04d749734c477bbdc9c74a24d539c931607eb7..14f098ed85c31fbad4604bf0915756aecec9a1b2 100755 (executable)
--- a/dh_strip
+++ b/dh_strip
@@ -142,7 +142,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
index 263e7278ee0e7e15ea746a1401398f7173569f1e..3bc9bd98ce858320b21406948b23c48ca0517561 100755 (executable)
@@ -116,7 +116,7 @@ if ($notused) {
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
index f10958038766a7d9c7daa568e6c7c8fbf2d4a9dd..451b9aebcca223e3a54c12d8cde0cabbd1746fb4 100755 (executable)
@@ -42,7 +42,7 @@ foreach my $file ('debian/control', @ARGV) {
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
index b97b13bb5aa293dc8cba83c74e2e1e58bc04f1a4..346847688d02033e9cab336aa4b3d9d5287629f3 100755 (executable)
@@ -25,7 +25,7 @@ if ($< != 0) {
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
index e7fbfec91949ce5daddad1b43eb5e9df1aaef4bb..a17f22e9ffe7f7add9a9f13be7c544bfc10af331 100755 (executable)
@@ -73,7 +73,7 @@ if (defined $compare and defined $ver) {
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
index 5bce840fd23dca94241ab2ba2b73def1063d6fc5..5596485c11b43f5ccedecf2a829f33b5140684d2 100755 (executable)
@@ -27,7 +27,7 @@ warning("This program does nothing and should no longer be used.");
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.
 
index d90d50caadbee770d9e33ef6e177d05f5d039d85..2fbf73783c6df8a91d47bb89e5773bf42c0225eb 100644 (file)
@@ -19,7 +19,7 @@ have a lot of noise output when all the debhelper commands in a debian/rules
 are run, so the important stuff is clearly visible.
 
 Debhelper programs should accept all options listed in the "SHARED
 are run, so the important stuff is clearly visible.
 
 Debhelper programs should accept all options listed in the "SHARED
-DEBHELPER OPTIONS" section of debhelper(1), including and any long forms of
+DEBHELPER OPTIONS" section of debhelper(7), including and any long forms of
 these options, like --verbose . If necessary, the options may be ignored.
 
 If debhelper commands need config files, they should use
 these options, like --verbose . If necessary, the options may be ignored.
 
 If debhelper commands need config files, they should use
index a257052b369c90050a9c22e1f452b0772de05f1d..cffbea287d884904f266145e15a8cfa6d40ea3d8 100644 (file)
@@ -1 +1 @@
-Please see the debhelper(1) man page for documentation.
+Please see the debhelper(7) man page for documentation.