[pyferret] 96/110: Enable builds with python3.5, py3.6 simultaneously. Closes: #863004

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jul 28 08:42:24 UTC 2017


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

mckinstry pushed a commit to branch debian/master
in repository pyferret.

commit 02ef5f044538b256fe4a2f37f1ca2724c54e5398
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Sun Jun 25 11:08:37 2017 +0100

    Enable builds with python3.5, py3.6 simultaneously. Closes: #863004
---
 debian/changelog | 4 ++--
 debian/rules     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index af810e7..a3e2f1e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-pyferret (7.0.0-5) unstable; urgency=medium
+pyferret (7.1.1.beta-1) unstable; urgency=medium
 
   * New upstream release.
     - remove obsolete py3 patches
   * Ignore tests for this build 
   * Standards-Version: 4.0.0. No changes required
-  * 
+  * Enable builds with python3.5, py3.6 simultaneously. Closes: #863004
 
  -- Alastair McKinstry <mckinstry at debian.org>  Sun, 25 Jun 2017 11:05:57 +0100
 
diff --git a/debian/rules b/debian/rules
index eae0f0b..39fef76 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,8 +15,8 @@ ARCH:=$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 LIBDIR:=/usr/lib/$(ARCH)
 INSTALLDIR:=$(CURDIR)/debian/tmp
 
-PY2:=$(shell pyversions -r)
-PY3:=$(shell py3versions -r)
+PY2:=$(shell pyversions -d)
+PY3:=$(shell py3versions -d)
 
 override_dh_auto_build:
 	cp debian/platform_specific.mk.debian .

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyferret.git



More information about the debian-science-commits mailing list