From 3aa6fbb20465d16cf23e1607b078ed3cedf95ebe Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 3 Mar 2003 21:30:37 +0000 Subject: r576: * Rename debhelper.1 to debhelper.7. * Typo, Closes: #183267 --- debian/changelog | 7 +++++++ debian/rules | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 3b633d6f..79ddc799 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debhelper (4.1.35) unstable; urgency=low + + * Rename debhelper.1 to debhelper.7. + * Typo, Closes: #183267 + + -- Joey Hess Mon, 3 Mar 2003 16:23:32 -0500 + debhelper (4.1.34) unstable; urgency=low * Removed vegistal substvars stuff from dh_inistallinit. diff --git a/debian/rules b/debian/rules index ab30a3e5..e53eea42 100755 --- a/debian/rules +++ b/debian/rules @@ -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. - pod2man -c Debhelper -r "$(VERSION)" debhelper.pod | \ + pod2man --section=7 -c Debhelper -r "$(VERSION)" debhelper.pod | \ perl -e ' \ undef $$/; \ foreach (@ARGV) { \ @@ -39,7 +39,7 @@ build-stamp: 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 \; @@ -74,7 +74,7 @@ binary-indep: build ./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 -- cgit v1.2.3