#!/usr/bin/make -f
+# Hint:
+# https://wiki.debian.org/Python/LibraryStyleGuide
+# suggests:
+export PYBUILD_NAME=pysam
+# which probably does not harm but due to the fact that there is
+# some additional binary package a debian/python-pysam.install
+# file is definitely needed.
+
DEBPKGNAME := python-$(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
TESTPKG := $(DEBPKGNAME)-tests
pybuilddir := $(CURDIR)/build/lib.$(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)-$(shell dpkg-architecture -qDEB_BUILD_GNU_CPU)