[med-svn] [bioperl] 01/03: Fix autopkgtests.

gregor herrmann gregoa at debian.org
Wed Dec 13 17:59:21 UTC 2017


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

gregoa pushed a commit to branch master
in repository bioperl.

commit 3849876e5f5217c3d8434a185002d9499069a24c
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Dec 13 18:56:23 2017 +0100

    Fix autopkgtests.
    
    The smoke tests need a `perl Build.PL' beforehand. And we need some
    additional files for some tests.
    
    Closes: #871727
---
 debian/tests/pkg-perl/smoke-files | 4 ++++
 debian/tests/pkg-perl/smoke-setup | 5 +++++
 2 files changed, 9 insertions(+)

diff --git a/debian/tests/pkg-perl/smoke-files b/debian/tests/pkg-perl/smoke-files
new file mode 100644
index 0000000..e1fd984
--- /dev/null
+++ b/debian/tests/pkg-perl/smoke-files
@@ -0,0 +1,4 @@
+Build.PL
+scripts/
+t/
+Bio/DB/HIV/lanl-schema.xml
diff --git a/debian/tests/pkg-perl/smoke-setup b/debian/tests/pkg-perl/smoke-setup
new file mode 100755
index 0000000..5d27511
--- /dev/null
+++ b/debian/tests/pkg-perl/smoke-setup
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+cd $TDIR
+
+perl Build.PL 2>&1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bioperl.git



More information about the debian-med-commit mailing list