diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | dh_installinfo | 4 | ||||
-rwxr-xr-x | examples/rules.multi | 1 |
4 files changed, 9 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index f8858cb0..edce5fb3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debhelper (3.0.31) unstable; urgency=low + + * Remove dh_testversion from example rules file, Closes: #99901 + + -- Joey Hess <joeyh@debian.org> Thu, 7 Jun 2001 20:24:39 -0400 + debhelper (3.0.30) unstable; urgency=low * dh_gencontrol: Added a documented interface for specifying substvars diff --git a/debian/control b/debian/control index 6be4f678..9516be33 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Joey Hess <joeyh@debian.org> Build-Depends-Indep: perl-5.6, fileutils (>= 4.0-2.1), file (>= 3.23-1), debconf-utils -Standards-Version: 3.5.4.0 +Standards-Version: 3.5.5.0 Package: debhelper Architecture: all diff --git a/dh_installinfo b/dh_installinfo index 1fde4c53..edaabf04 100755 --- a/dh_installinfo +++ b/dh_installinfo @@ -16,7 +16,7 @@ use Debian::Debhelper::Dh_Lib; =head1 DESCRIPTION dh_installinfo is a debhelper program that is responsible for installing -info files and registering them with install-info. +info files and registering the files it installs with install-info. It determines some information about the info files by parsing them, in particular, it looks at the INFO-DIR-SECTION line to determine what section @@ -30,7 +30,7 @@ will be the first package specified by those flags. Files named debian/package.info can list other files to be installed. dh_installinfo will automatically generate the postinst and prerm commands -needed to interface with install-info. See L<dh_installdeb(1)> for an +needed to interface with install-info, updating the info . See L<dh_installdeb(1)> for an explanation of how this works. =head1 OPTIONS diff --git a/examples/rules.multi b/examples/rules.multi index cf89c5b6..9e7f58b4 100755 --- a/examples/rules.multi +++ b/examples/rules.multi @@ -73,7 +73,6 @@ binary-indep: build install # Build architecture-dependent files here. binary-arch: build install - dh_testversion 2 dh_testdir -a dh_testroot -a # dh_installdebconf -a |