Enable running tests (needs more work)
authorAndreas Tille <tille@debian.org>
Tue, 11 Feb 2014 12:13:40 +0000 (13:13 +0100)
committerAndreas Tille <tille@debian.org>
Tue, 11 Feb 2014 12:13:40 +0000 (13:13 +0100)
debian/control
debian/python-pysam-tests.postinst

index d4a5f8487379954789b445dd2b2d7659d36bb296..43cb46ecbae74e521114400937de9fd38bed36a7 100644 (file)
@@ -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)
index 353fb13f5f73b08b65cc22551aa5d79d5d022dc0..49b17b74a4d4202980b88df60888933234eba207 100644 (file)
@@ -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)