[med-svn] [pysam] 02/03: Additional hint to Python Library Style Guide
Andreas Tille
tille at debian.org
Tue Feb 11 15:40:55 UTC 2014
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository pysam.
commit fc3cf262dae8a3d1768fb0edca52e7d577d809fb
Author: Andreas Tille <tille at debian.org>
Date: Tue Feb 11 16:08:30 2014 +0100
Additional hint to Python Library Style Guide
---
debian/rules | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/debian/rules b/debian/rules
index 87fa96b..8dbc39a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pysam.git
More information about the debian-med-commit
mailing list