[libverilog-perl] 03/09: Refresh autopkgtest.patch

Lucas Kanashiro kanashiro at moszumanska.debian.org
Fri Jun 23 22:14:49 UTC 2017


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

kanashiro pushed a commit to branch master
in repository libverilog-perl.

commit eaca6848ab924b071a6565c97145e5802a391f1e
Author: Lucas Kanashiro <kanashiro at debian.org>
Date:   Fri Jun 23 18:56:48 2017 -0300

    Refresh autopkgtest.patch
---
 debian/changelog                 | 1 +
 debian/patches/autopkgtest.patch | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 08c0830..79cf2c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libverilog-perl (3.426-1) UNRELEASED; urgency=medium
 
   * Import upstream version 3.426
+  * Refresh autopkgtest.patch
 
  -- Lucas Kanashiro <kanashiro at debian.org>  Fri, 23 Jun 2017 18:46:54 -0300
 
diff --git a/debian/patches/autopkgtest.patch b/debian/patches/autopkgtest.patch
index cab3f55..19a27db 100644
--- a/debian/patches/autopkgtest.patch
+++ b/debian/patches/autopkgtest.patch
@@ -6,10 +6,10 @@ Last-Update: 2015-04-30
 
 --- a/t/02_help.t
 +++ b/t/02_help.t
-@@ -9,7 +9,7 @@
+@@ -9,7 +9,7 @@ use strict;
  use Test::More;
  
- BEGIN { require "t/test_utils.pl"; }
+ BEGIN { require "./t/test_utils.pl"; }
 -my @execs = glob ("blib/script/[a-z]*");
 +my @execs = $ENV{ADTTMP} ? glob ("/usr/bin/{vhier,vpassert,vppreproc,vrename}") : glob ("blib/script/[a-z]*");
  plan tests => (3 * ($#execs+1));

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



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