[mame] 02/05: Set PYTHON_EXECUTABLE=python3 and Build-Depend on python3-dev.
Jordi Mallach
jordi at moszumanska.debian.org
Thu Mar 22 10:51:43 UTC 2018
This is an automated email from the git hooks/post-receive script.
jordi pushed a commit to branch master
in repository mame.
commit 9fa9c9562a99218e1a0d610c2dbecabcace5d6a9
Author: Jordi Mallach <jordi at debian.org>
Date: Thu Mar 22 11:40:44 2018 +0100
Set PYTHON_EXECUTABLE=python3 and Build-Depend on python3-dev.
---
debian/changelog | 3 +++
debian/control | 2 +-
debian/rules | 1 +
3 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index a1aaa4c..29ce7a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ mame (0.195+dfsg.1-2) UNRELEASED; urgency=medium
[ Cesare Falco ]
* Use Gold linker and set ld flags to reduce memory.
+ [ Jordi Mallach ]
+ * Set PYTHON_EXECUTABLE=python3 and Build-Depend on python3-dev.
+
-- Jordi Mallach <jordi at debian.org> Thu, 22 Mar 2018 11:39:45 +0100
mame (0.195+dfsg.1-1) experimental; urgency=medium
diff --git a/debian/control b/debian/control
index 3c4b60c..296a752 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Build-Depends: debhelper (>= 11),
libutf8proc-dev,
libxinerama-dev,
portaudio19-dev,
- python-dev,
+ python3-dev,
qtbase5-dev,
rapidjson-dev (>= 1.0),
zlib1g-dev
diff --git a/debian/rules b/debian/rules
index e11f2d2..eba6946 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,6 +42,7 @@ DEB_OPTS = \
PTR64= \
BIGENDIAN= \
NOASM=1 \
+ PYTHON_EXECUTABLE=python3 \
QT_HOME=/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/ \
USE_SYSTEM_LIB_EXPAT=1 \
USE_SYSTEM_LIB_ZLIB=1 \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mame.git
More information about the Pkg-games-commits
mailing list