[libfont-freetype-perl] 05/06: autopkgtest: run `perl Makefile.PL' before smoke tests.

gregor herrmann gregoa at debian.org
Thu Oct 19 14:48:24 UTC 2017


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

gregoa pushed a commit to branch master
in repository libfont-freetype-perl.

commit bbacb90adb3efe006d9a245b67420d93f34f1c79
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Oct 19 16:44:50 2017 +0200

    autopkgtest: run `perl Makefile.PL' before smoke tests.
    
    The generated t/data/bdf_glyphs.txt is needed in the test suite.
---
 debian/tests/pkg-perl/smoke-files | 3 +++
 debian/tests/pkg-perl/smoke-setup | 5 +++++
 2 files changed, 8 insertions(+)

diff --git a/debian/tests/pkg-perl/smoke-files b/debian/tests/pkg-perl/smoke-files
new file mode 100644
index 0000000..f242b73
--- /dev/null
+++ b/debian/tests/pkg-perl/smoke-files
@@ -0,0 +1,3 @@
+t/
+Makefile.PL
+lib/
diff --git a/debian/tests/pkg-perl/smoke-setup b/debian/tests/pkg-perl/smoke-setup
new file mode 100755
index 0000000..c2595f8
--- /dev/null
+++ b/debian/tests/pkg-perl/smoke-setup
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+cd $TDIR
+perl Makefile.PL 2>&1
+rm -rf lib

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



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