[libpar-packer-perl] 04/07: Update autopkgtest.patch.

gregor herrmann gregoa at debian.org
Sat Oct 21 21:07:41 UTC 2017


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libpar-packer-perl.

commit 951a4862098bc72bff5938b46a191bd6242d747c
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Oct 21 22:58:44 2017 +0200

    Update autopkgtest.patch.
---
 debian/patches/autopkgtest.patch | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/debian/patches/autopkgtest.patch b/debian/patches/autopkgtest.patch
index ef4e074..d25edcb 100644
--- a/debian/patches/autopkgtest.patch
+++ b/debian/patches/autopkgtest.patch
@@ -2,7 +2,7 @@ Description: adjust paths when run under autopkgtest
 Origin: vendor
 Forwarded: not needed
 Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2017-01-09
+Last-Update: 2017-08-21
 
 --- a/t/30-current_exec.t
 +++ b/t/30-current_exec.t
@@ -17,16 +17,3 @@ Last-Update: 2017-01-09
         '-o', $EXE, $test_proc;
  
  ok( (-f $EXE), "Created \"$EXE\"" ) 
---- a/t/90-rt59710.t
-+++ b/t/90-rt59710.t
-@@ -16,7 +16,9 @@
- 
- my $EXE = catfile($ENV{PAR_TMPDIR},"rt59710$Config{_exe}");
- 
--system $^X, catfile(qw( blib script pp )),
-+my $PP = catfile(qw( blib script pp ));
-+$PP = '/usr/bin/pp' if $ENV{ADTTMP};
-+system $^X, $PP,
-     -o => $EXE, 
-     -e => 'use Unicode::UCD qw(charinfo); my $i = charinfo(0x42); print $i->{name};';
- ok( $? == 0 && -f $EXE, qq[successfully packed "$EXE"] ) 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpar-packer-perl.git



More information about the Pkg-perl-cvs-commits mailing list