[Python-modules-commits] [pyvisa] 01/02: Also python3 in build stage

Ruben Undheim rubund-guest at moszumanska.debian.org
Sun Mar 15 22:22:08 UTC 2015


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository pyvisa.

commit 4c4a0aaf4208ca4a255af957809cbd09e9d1d1b7
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Sun Mar 15 23:18:04 2015 +0100

    Also python3 in build stage
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 3e7869e..7e7a427 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,10 @@ override_dh_auto_clean:
 	$(RM) -r build
 	dh_auto_clean
 
+override_dh_auto_build:
+	dh_auto_build
+	python3 setup.py build
+
 override_dh_auto_install:
 	dh_auto_install
 	python3 setup.py install --install-layout=deb \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyvisa.git



More information about the Python-modules-commits mailing list