From: Andreas Tille Date: Sat, 29 Jul 2017 07:01:29 +0000 (+0200) Subject: Add some symlinks to run autopkgtests correctly X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~188 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e68cecb61d1c5aa8da08ae6ffe070c22d0579942;p=python-pysam.git Add some symlinks to run autopkgtests correctly --- diff --git a/debian/control b/debian/control index 32a6dbc..b114f39 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Section: python Priority: optional Build-Depends: debhelper (>= 10), + dh-exec, dh-python, libhts-dev (>= 1.4.1), zlib1g-dev, diff --git a/debian/python-pysam.links b/debian/python-pysam.links new file mode 100644 index 0000000..538d683 --- /dev/null +++ b/debian/python-pysam.links @@ -0,0 +1,3 @@ +#!/usr/bin/dh-exec +/usr/lib/python2.7/dist-packages/pysam/libcsamtools.${DEB_HOST_GNU_TYPE}.so /usr/lib/python2.7/dist-packages/pysam/libcsamtools.so +/usr/lib/python2.7/dist-packages/pysam/libcbcftools.${DEB_HOST_GNU_TYPE}.so /usr/lib/python2.7/dist-packages/pysam/libcbcftools.so