[adios] 05/05: typo in py3vers

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Jul 19 08:49:29 UTC 2017


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

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

commit 84fe3790874a79889849777308a268feeacd7345
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Wed Jul 19 07:59:20 2017 +0100

    typo in py3vers
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 89cfc40..b1209db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ adios (1.12.0-1) UNRELEASED; urgency=medium
 
   * New upstream release
   * Add gdb.conf file
+  * Typo in rules: make sure builds for all py3 versions
 
  -- Alastair McKinstry <mckinstry at debian.org>  Tue, 18 Jul 2017 13:21:14 +0100
 
diff --git a/debian/rules b/debian/rules
index 30d8737..426f368 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,7 @@ DEB_HOST_MULTIARCH:=$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 LIBDIR:=/usr/lib/$(DEB_HOST_MULTIARCH)
 BINDIR:=$(DESTDIR)/usr/bin
 PY2VERS:=python2.7
-PY3VERS:= $(shell py3versions -S)
+PY3VERS:= $(shell py3versions -s)
 CFLAGS:=$(shell  dpkg-buildflags --get CFLAGS )
 
 TOP:=$(shell pwd)

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



More information about the debian-science-commits mailing list