[med-svn] [pysam] 01/01: Enable running tests (needs more work)
Andreas Tille
tille at debian.org
Tue Feb 11 12:08:52 UTC 2014
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository pysam.
commit 86d95af45774fcdbe49e0c7525a3ba36048b5507
Author: Andreas Tille <tille at debian.org>
Date: Tue Feb 11 13:13:40 2014 +0100
Enable running tests (needs more work)
---
debian/control | 1 +
debian/python-pysam-tests.postinst | 2 ++
2 files changed, 3 insertions(+)
diff --git a/debian/control b/debian/control
index d4a5f84..43cb46e 100644
--- a/debian/control
+++ b/debian/control
@@ -33,6 +33,7 @@ Enhances: python-pysam
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends},
+ python,
python-pysam,
python-pyrex
Description: interface for the SAM/BAM sequence alignment and mapping format (test data)
diff --git a/debian/python-pysam-tests.postinst b/debian/python-pysam-tests.postinst
index 353fb13..49b17b7 100644
--- a/debian/python-pysam-tests.postinst
+++ b/debian/python-pysam-tests.postinst
@@ -5,6 +5,8 @@ set -e
case "$1" in
configure)
chmod a+w /var/lib/pysam/tests
+ chmod a+w /var/lib/pysam/tests/*.[bs]am
+ chmod a+w /var/lib/pysam/tests/pysam_test_work
;;
abort-upgrade|abort-remove|abort-deconfigure)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pysam.git
More information about the debian-med-commit
mailing list