Additional hint to Python Library Style Guide
authorAndreas Tille <tille@debian.org>
Tue, 11 Feb 2014 15:08:30 +0000 (16:08 +0100)
committerAndreas Tille <tille@debian.org>
Tue, 11 Feb 2014 15:08:30 +0000 (16:08 +0100)
debian/rules

index 87fa96b3ee486e1bf82e32790359fe70975112c1..8dbc39aa5dc469518a0243869008fad76aa801ed 100755 (executable)
@@ -1,5 +1,13 @@
 #!/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)