diff options
author | joey <joey> | 2003-09-01 12:26:09 +0000 |
---|---|---|
committer | joey <joey> | 2003-09-01 12:26:09 +0000 |
commit | 2bc0d0368dc148a3507d285bad9bc845f8bf382d (patch) | |
tree | 47bc440ffa9ba32e091ea4b22fffbb8bad8190c0 | |
parent | b3d9b13cb8f2a88f860ea0adc26d729d66c2fd36 (diff) | |
download | debhelper-2bc0d0368dc148a3507d285bad9bc845f8bf382d.tar.gz |
r1603: * Typo. Closes: #207999version_4.1.71
* Typo, typo. Closes: #208171 :-)
-rw-r--r-- | debian/changelog | 4 | ||||
-rwxr-xr-x | dh_installinit | 2 | ||||
-rwxr-xr-x | dh_installmodules | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 32ba2d18..31c6bc26 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ debhelper (4.1.71) unstable; urgency=low -UNRE * Typo. Closes: #207999 + * Typo, typo. Closes: #208171 :-) - -- Joey Hess <joeyh@debian.org> Sun, 31 Aug 2003 19:47:17 -0400 + -- Joey Hess <joeyh@debian.org> Mon, 1 Sep 2003 08:24:13 -0400 debhelper (4.1.70) unstable; urgency=low diff --git a/dh_installinit b/dh_installinit index 09bb4e56..360f3783 100755 --- a/dh_installinit +++ b/dh_installinit @@ -68,7 +68,7 @@ Install the init script (and default file) using the filename I<name> instead of the default filename, which is the package name. When this parameter is used, dh_installinit looks for and installs files named debian/package.name.init and debian/package.name.default, instead of the -usual debian/package.init and debian/pacage.default. +usual debian/package.init and debian/package.default. =item B<--init-script=>I<scriptname> diff --git a/dh_installmodules b/dh_installmodules index 36ba5195..71a0d1ce 100755 --- a/dh_installmodules +++ b/dh_installmodules @@ -39,7 +39,7 @@ Do not modify postinst/postrm scripts. =item B<--name=>I<name> -Use "name" as the filename the the modules file is installed in +Use "name" as the filename the modules file is installed in etc/modutils/. When this parameter is used, dh_installmodules looks for and installs files named debian/package.name.modules instead of the usual debian/package.modules. |