diff options
-rw-r--r-- | debian/changelog | 21 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | dh_installdocs.1 | 16 |
3 files changed, 29 insertions, 10 deletions
diff --git a/debian/changelog b/debian/changelog index 784b3ca3..3a2666cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +debhelper (2.0.20) unstable; urgency=low + + * dh_perl: Patch from Raphael Hertzog <rhertzog@hrnet.fr> to allow + specification on the command line of alternate paths to search for perl + modules. (Closes: #42171) + + -- Joey Hess <joeyh@master.debian.org> Fri, 30 Jul 1999 09:42:08 -0700 + +debhelper (2.0.19) unstable; urgency=low + + * dh_installinfo: fixed bug if a info file had no section. + + -- Joey Hess <joeyh@master.debian.org> Thu, 29 Jul 1999 11:41:11 -0700 + +debhelper (2.0.18) unstable; urgency=low + + * dh_installxaw: fixed multiple stanza problem, for real this time (patch + misapplied last time). (Closes: #41862) + + -- Joey Hess <joeyh@master.debian.org> Mon, 26 Jul 1999 13:00:09 -0700 + debhelper (2.0.17) unstable; urgency=low * dh_clean: compat() wasn't exported. diff --git a/debian/control b/debian/control index 7dc9496c..5a5b45b2 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: debhelper Section: devel Priority: optional Maintainer: Joey Hess <joeyh@master.debian.org> -Standards-Version: 2.5.1.0 +Standards-Version: 3.0.1.0 Package: debhelper Architecture: all diff --git a/dh_installdocs.1 b/dh_installdocs.1 index afc481e6..e2bc845d 100644 --- a/dh_installdocs.1 +++ b/dh_installdocs.1 @@ -31,19 +31,17 @@ A file named debian/package.docs (debian/docs may be used for the first binary package in debian/control) can list other files to be installed. .P A file named debian/package.doc-base (debian/doc-base may be used for the -first binary package in debian/control), if it exists, will make -dh_installdocs use that file as a doc-base control file, and will -automatically generate the postinst and prerm commands needed to -interface with the doc-base package. See +first binary package in debian/control), if it exists, will be installed as +a doc-base control file, and will make this program automatically generate the +postinst and prerm commands needed to interface with the doc-base package. See .BR dh_installdeb (1) -for an explanation of how this works. Note that the package name will be -used as the doc-base document id. +for an explanation of how this works. +Note that the doc-id will be determined from the doc-base control file +in question. .PP If your package needs to register more than one document, you need multiple files. To accomplish this, you can use -files named debian/package.doc-base.docid. The "docid" on the end is a -string that is combined with the package name to generate a unique doc-base -document id. +files named debian/package.doc-base.* .SH OPTIONS .TP .B debhelper options |