[Reproducible-commits] [debhelper] 22/30: t/override_target: Copy more aux files into test dir
    Mattia Rizzolo 
    mattia at mapreri.org
       
    Mon Nov 16 21:43:56 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
mapreri-guest pushed a commit to branch master
in repository debhelper.
commit e7951f5984fe02d679c9d2b0ea832a19e2203681
Author: Niels Thykier <niels at thykier.net>
Date:   Fri Nov 6 23:40:44 2015 +0100
    t/override_target: Copy more aux files into test dir
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 t/override_target | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/override_target b/t/override_target
index c4c7eb1..f4c7ac9 100755
--- a/t/override_target
+++ b/t/override_target
@@ -6,7 +6,7 @@ plan(tests => 1);
 # dh's rules_explicit_target, which parses
 # slightly internal make output.
 system("mkdir -p t/tmp/debian");
-system("cp debian/control t/tmp/debian");
+system("cp debian/control debian/compat debian/changelog t/tmp/debian");
 open (OUT, ">", "t/tmp/debian/rules") || die "$!";
 print OUT <<EOF;
 #!/usr/bin/make -f
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/debhelper.git
    
    
More information about the Reproducible-commits
mailing list