[liblatex-decode-perl] 06/08: Remove autopkgtest.patch. This patched test was removed by upstream

Lucas Kanashiro kanashiro.duarte at gmail.com
Wed Oct 28 13:11:35 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository liblatex-decode-perl.

commit 000d4fbff0354789fd0a7a4e05450e72388739ed
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Wed Oct 28 11:05:19 2015 -0200

    Remove autopkgtest.patch. This patched test was removed by upstream
---
 debian/changelog                 |  1 +
 debian/patches/autopkgtest.patch | 17 -----------------
 debian/patches/series            |  1 -
 3 files changed, 1 insertion(+), 18 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2d91a95..fb074b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ liblatex-decode-perl (0.04-1) UNRELEASED; urgency=medium
   * Add debian/upstream/metadata
   * Import upstream version 0.04
   * Remove 01_Data.pm.patch. Already applied by upstream
+  * Remove autopkgtest.patch. This patched test was removed by upstream
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Wed, 28 Oct 2015 10:54:03 -0200
 
diff --git a/debian/patches/autopkgtest.patch b/debian/patches/autopkgtest.patch
deleted file mode 100644
index ebc95e3..0000000
--- a/debian/patches/autopkgtest.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: use installed script in test when run under autopkgtest
-Origin: vendor
-Forwarded: not-needed
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2015-06-09
-
---- a/t/latex2utf8.t
-+++ b/t/latex2utf8.t
-@@ -4,7 +4,7 @@
- use Test::More tests => 3;
- use Encode;
- use File::Spec;
--my $script = File::Spec->catfile(qw(bin latex2utf8));
-+my $script = $ENV{ADTTMP} ? '/usr/bin/latex2utf8' : File::Spec->catfile(qw(bin latex2utf8));
- my $file   = File::Spec->catfile(qw(t file.txt));
- my $outputA = decode_utf8( `$^X -Mblib $script -b $file` );
- my $expectedA = <<END
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index aba7ccb..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-autopkgtest.patch

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



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