From 86d95af45774fcdbe49e0c7525a3ba36048b5507 Mon Sep 17 00:00:00 2001 From: Andreas Tille Date: Tue, 11 Feb 2014 13:13:40 +0100 Subject: [PATCH] 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) -- 2.30.2