From e68cecb61d1c5aa8da08ae6ffe070c22d0579942 Mon Sep 17 00:00:00 2001 From: Andreas Tille Date: Sat, 29 Jul 2017 09:01:29 +0200 Subject: [PATCH] Add some symlinks to run autopkgtests correctly --- debian/control | 1 + debian/python-pysam.links | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 debian/python-pysam.links 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 -- 2.30.2