From 6cd2268d48bd9ba6ec8dd44b39a52cdbdb069792 Mon Sep 17 00:00:00 2001 From: joey Date: Fri, 8 Jun 2001 01:38:27 +0000 Subject: [PATCH] r476: * Remove dh_testversion from example rules file, Closes: #99901 --- debian/changelog | 6 ++++++ debian/control | 2 +- dh_installinfo | 4 ++-- examples/rules.multi | 1 - 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index f8858cb..edce5fb 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 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 6be4f67..9516be3 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Joey Hess 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 1fde4c5..edaabf0 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 for an +needed to interface with install-info, updating the info . See L for an explanation of how this works. =head1 OPTIONS diff --git a/examples/rules.multi b/examples/rules.multi index cf89c5b..9e7f58b 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 -- 2.39.2