]> git.donarmstrong.com Git - debhelper.git/commitdiff
r332: * dh_testroot: don't call init(), so it may be run even if it's not in the
authorjoey <joey>
Fri, 14 Jan 2000 05:42:18 +0000 (05:42 +0000)
committerjoey <joey>
Fri, 14 Jan 2000 05:42:18 +0000 (05:42 +0000)
     right place. Closes: #55065

debian/changelog
dh_testroot

index 1426820ee605a087865e81714eaeef8e632446c6..5983a09893c792e63f02d77469a944fc70a51faa 100644 (file)
@@ -1,3 +1,10 @@
+debhelper (2.0.86) unstable; urgency=low
+
+  * dh_testroot: don't call init(), so it may be run even if it's not in the
+    right place. Closes: #55065
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 13 Jan 2000 21:40:21 -0800
+
 debhelper (2.0.85) unstable; urgency=low
 
   * Downgraded fileutils dependancy just a bit for the Hurd foks. 
index 6f9be362dc777dbf0c95e4787a5962f0f5f76ea8..c62894c74cbe6b7e83ab1662f5a686ef5e4fdb69 100755 (executable)
@@ -4,7 +4,6 @@
 
 BEGIN { push @INC, "debian", "/usr/share/debhelper" }
 use Dh_Lib;
-init();
 
 if ($< != 0) {
        error("You must run this as root.");