[med-svn] [bowtie2] 01/01: d/test/binary-run: test that binary are working d/test/control: add binary-run d/changelog: new test

Alex Mestiashvili malex-guest at moszumanska.debian.org
Fri Sep 5 12:13:44 UTC 2014


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

malex-guest pushed a commit to branch master
in repository bowtie2.

commit 8fbf65b76b11e07a0c0e3d163fb1721ddf2bfc8d
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date:   Fri Sep 5 12:05:00 2014 +0200

    d/test/binary-run: test that binary are working
    d/test/control: add binary-run
    d/changelog: new test
---
 debian/changelog        | 5 +++++
 debian/tests/binary-run | 9 +++++++++
 debian/tests/control    | 2 ++
 3 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 17824d2..2cd8160 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,15 @@
 bowtie2 (2.2.3-2) UNRELEASED; urgency=medium
 
+  [ Andreas Tille ]
   * d/control: Priority: optional
   * add missing DEP3 description
   * Do not use copy of outdated gcc header file which destroys
     portability to other architectures.
 
+  [ Alexandre Mestiashvili ]
+  * d/test/binary-run: test that binary work 
+  * d/test/control: add binary-run
+
  -- Andreas Tille <tille at debian.org>  Sat, 23 Aug 2014 19:20:52 +0200
 
 bowtie2 (2.2.3-1) unstable; urgency=medium
diff --git a/debian/tests/binary-run b/debian/tests/binary-run
new file mode 100755
index 0000000..a328f75
--- /dev/null
+++ b/debian/tests/binary-run
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -e
+pkg=`dpkg-parsechangelog | sed -n 's/^Source: //p'`
+for file in build align inspect
+do
+	${pkg}-${file}-l -h >/dev/null 2>&1
+	${pkg}-${file}-s -h >/dev/null 2>&1
+done
diff --git a/debian/tests/control b/debian/tests/control
index 678cd4d..2e0bbed 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1 +1,3 @@
 Tests: indexing-ref-genome
+
+Tests: binary-run

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



More information about the debian-med-commit mailing list