]> git.donarmstrong.com Git - debhelper.git/commitdiff
r418: * Fixed a stupid typo in dh_suidregister, Closes: #85110
authorjoey <joey>
Tue, 6 Feb 2001 21:30:48 +0000 (21:30 +0000)
committerjoey <joey>
Tue, 6 Feb 2001 21:30:48 +0000 (21:30 +0000)
debian/changelog
dh_suidregister

index 7a4a89544d8728e2802367a97b6507eea387d4ca..cff6699f63b0b3892c2a553415ec5ca11dc3e83d 100644 (file)
@@ -1,3 +1,9 @@
+debhelper (2.2.21) unstable; urgency=low
+
+  * Fixed a stupid typo in dh_suidregister, Closes: #85110
+
+ -- Joey Hess <joeyh@debian.org>  Tue,  6 Feb 2001 13:29:57 -0800
+
 debhelper (2.2.20) unstable; urgency=low
 
   * dh_installinit -r: stop init script in prerm on package removal,
index 8ab14ccc892be1de241cde156d4af9db2f3f66df..6a1efafa727687556148d91ce918247bdc14d697 100755 (executable)
@@ -31,7 +31,7 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) {
 
        if (@files) {
                # So we would have registered some files before.
-               error("This program should no longer be used, but you need to add a conflicts with "suidmanager (<< 0.50)". Please read the dh_suidregister(1) man page.");
+               error("This program should no longer be used, but you need to add a conflicts with \"suidmanager (<< 0.50)\". Please read the dh_suidregister(1) man page.");
        }
 }