[pyfftw] 03/03: d/rules: freeze support to python 3.3
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Fri Feb 14 10:35:51 UTC 2014
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository pyfftw.
commit 9300b0275eaadda412bc4be8f7f00826279948b8
Author: Ghislain Vaillant <ghisvail at gmail.com>
Date: Fri Feb 14 09:53:48 2014 +0000
d/rules: freeze support to python 3.3
---
debian/rules | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index 65463bb..8e722f2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,11 @@
#!/usr/bin/make -f
# -*- makefile -*-
- export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
- export DH_VERBOSE=1
- export PYBUILD_NAME=fftw3
+export DH_VERBOSE=1
+export PYBUILD_NAME=fftw3
+export DEBPYTHON3_SUPPORTED=3.3
%:
dh $@ --with python2,python3,quilt --buildsystem=pybuild
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyfftw.git
More information about the debian-science-commits
mailing list