[med-svn] [python-intervaltree-bio] 04/09: Corrections to use of pybuild
Afif Elghraoui
afif at moszumanska.debian.org
Sun Dec 11 06:28:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch master
in repository python-intervaltree-bio.
commit d18f0109d9ad701f2006f8961d7aa82200392482
Author: Afif Elghraoui <afif at debian.org>
Date: Sat Dec 10 18:10:11 2016 -0800
Corrections to use of pybuild
---
debian/control | 2 ++
debian/rules | 3 ++-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 0e997aa..9c20ecc 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,10 @@ Uploaders: Afif Elghraoui <afif at debian.org>
Build-Depends:
debhelper (>= 9),
dh-python,
+ python-all,
python-setuptools,
python-intervaltree,
+ python3-all,
python3-setuptools,
python3-intervaltree,
# Test-Depends:
diff --git a/debian/rules b/debian/rules
index 75cfea4..2297e42 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,11 @@
#!/usr/bin/make -f
#DH_VERBOSE = 1
+export LC_ALL = C.UTF-8
#include /usr/share/dpkg/default.mk
export PYBUILD_NAME=intervaltree-bio
%:
- LC_ALL=C.UTF-8 dh $@ --with python2,python3 --build-system=pybuild
+ dh $@ --with python2,python3 --buildsystem=pybuild
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-intervaltree-bio.git
More information about the debian-med-commit
mailing list