]> git.donarmstrong.com Git - debhelper.git/commitdiff
r476: * Remove dh_testversion from example rules file, Closes: #99901
authorjoey <joey>
Fri, 8 Jun 2001 01:38:27 +0000 (01:38 +0000)
committerjoey <joey>
Fri, 8 Jun 2001 01:38:27 +0000 (01:38 +0000)
debian/changelog
debian/control
dh_installinfo
examples/rules.multi

index f8858cb07f8bde32ce08c7fece46dc4f74c0ce6c..edce5fb3fedb18f3ae8ad9a849ed445da34d6c76 100644 (file)
@@ -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
index 6be4f678be3f759eae398058734b570f5ededbe4..9516be33af495094a56b5b78f9484c7327a36721 100644 (file)
@@ -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
index 1fde4c53273beea88cf55391284d29f6e42237fa..edaabf0438a494d2c09ce6f9e356188d23ca190f 100755 (executable)
@@ -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
index cf89c5b638b2d2a0e13c48cc6cd3047ac74a0b49..9e7f58b42eb38eb58be1e1a7d8983a23dd076de5 100755 (executable)
@@ -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