]> git.donarmstrong.com Git - debhelper.git/commitdiff
Fix t/override_target to use ./run. Closes: #538315 7.3.8
authorJoey Hess <joey@gnu.kitenet.net>
Fri, 24 Jul 2009 22:46:08 +0000 (00:46 +0200)
committerJoey Hess <joey@gnu.kitenet.net>
Fri, 24 Jul 2009 22:46:08 +0000 (00:46 +0200)
debian/changelog
t/override_target

index 6201505c406b3c03cfeaa46be9659875c834083e..be712d288715101c5b5a6a45414e184cf8c87e67 100644 (file)
@@ -1,3 +1,9 @@
+debhelper (7.3.8) unstable; urgency=low
+
+  * Fix t/override_target to use ./run. Closes: #538315
+
+ -- Joey Hess <joeyh@debian.org>  Sat, 25 Jul 2009 00:37:45 +0200
+
 debhelper (7.3.7) unstable; urgency=low
 
   * First upload of buildsystems support to unstable.
index 995d032cb3093d59bbcccf17e929c284cfb2bb03..28ceda841c2dd24cd2256f005fa3475e62a3ab7e 100755 (executable)
@@ -11,7 +11,7 @@ open (OUT, ">", "t/tmp/debian/rules") || die "$!";
 print OUT <<EOF;
 #!/usr/bin/make -f
 %:
-       dh \$@
+       PATH=../..:\$\$PATH PERL5LIB=../.. ../../dh \$@
 override_dh_auto_build:
        echo "override called"
 EOF