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

gregoa pushed a commit to branch master
in repository libfile-desktopentry-perl.

commit a8b36923300f3eec524f78ccb46c542cc1468d7f
Author: gregor herrmann <gre...@debian.org>
Date:   Fri Jun 19 01:00:06 2015 +0200

    Add patch to remove spurious "Module::Build" from a test file.
    
    Closes: #789210
---
 debian/patches/module-build-in-tests.patch | 18 ++++++++++++++++++
 debian/patches/series                      |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/module-build-in-tests.patch 
b/debian/patches/module-build-in-tests.patch
new file mode 100644
index 0000000..812528a
--- /dev/null
+++ b/debian/patches/module-build-in-tests.patch
@@ -0,0 +1,18 @@
+Description: remove spurious Module::Build from test
+ Since Module::Build is not in perl core anymore as of 5.22, this test fails
+ unless Module::Build is installed for other reasons.
+Origin: vendor
+Bug-Debian: https://bugs.debian.org/789210
+Author: gregor herrmann <gre...@debian.org>
+Last-Update: 2015-06-19
+Forwarded: https://github.com/mbeijen/File-DesktopEntry/issues/3
+Bug: https://github.com/mbeijen/File-DesktopEntry/issues/3
+
+--- a/t/03_run.t
++++ b/t/03_run.t
+@@ -1,5 +1,4 @@
+ use strict;
+-use Module::Build;
+ use File::DesktopEntry;
+ 
+ $| = 1;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ec29186
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+module-build-in-tests.patch

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to