[med-svn] [transdecoder] 01/01: fix tests
Michael Crusoe
misterc-guest at moszumanska.debian.org
Sun Oct 9 09:02:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
misterc-guest pushed a commit to tag debian/3.0.0+dfsg-3
in repository transdecoder.
commit 36fb6f5e3a25b94e17fe2e0b968b52f5e50d50ca
Author: Michael R. Crusoe <crusoe at ucdavis.edu>
Date: Sun Oct 9 01:32:44 2016 -0700
fix tests
---
debian/changelog | 1 +
debian/copyright | 2 +-
debian/tests/control | 2 +-
debian/tests/run-tests | 2 +-
4 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a9fe0ad..73c04ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ transdecoder (3.0.0+dfsg-3) unstable; urgency=medium
* Apply fix for FTBFS from Chris Lamb <lamby at debian.org>, (Closes:
#839297)
+ * Fix running of autopkgtests
-- Michael R. Crusoe <michael.crusoe at gmail.com> Sun, 02 Oct 2016 06:31:59 -0700
diff --git a/debian/copyright b/debian/copyright
index 9f2b0af..3d4a394 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: TransDecoder
Source: https://github.com/TransDecoder/TransDecoder/archive/2.0.1.tar.gz
Files-Excluded: transdecoder_plugins
diff --git a/debian/tests/control b/debian/tests/control
index d65aed4..19d093f 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,3 +1,3 @@
Tests: run-tests
-Depends: @
+Depends: make, @
Restrictions: allow-stderr
diff --git a/debian/tests/run-tests b/debian/tests/run-tests
index 9c349ce..7929404 100644
--- a/debian/tests/run-tests
+++ b/debian/tests/run-tests
@@ -8,4 +8,4 @@ cd $ADTTMP
cp -r /usr/lib/transdecoder .
cd transdecoder/sample_data
-sh ./runMe.sh
+make test
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/transdecoder.git
More information about the debian-med-commit
mailing list