Skip to content
Snippets Groups Projects
Verified Commit 62c9f43d authored by jcfp's avatar jcfp
Browse files

Rules: explicitly set the Python version for configure; patch once again...

Rules: explicitly set the Python version for configure; patch once again courtesy of Steve Langasek. (Closes: #1005152)
parent 007f1a04
No related branches found
No related tags found
No related merge requests found
Pipeline #346197 passed with warnings
pythonmagick (0.9.19-8) UNRELEASED; urgency=medium
* Rules: explicitly set the Python version for configure; patch once
again courtesy of Steve Langasek. (Closes: #1005152)
-- Jeroen Ploemen <jcfp@debian.org> Wed, 09 Feb 2022 07:39:54 +0000
pythonmagick (0.9.19-7) unstable; urgency=medium
[ Emmanuel Arias ]
......
......@@ -8,9 +8,9 @@ d=--buildsystem=autoconf --builddirectory="{build_dir}"
export PYBUILD_NAME=pythonmagick
export PYBUILD_SYSTEM=custom
export PYBUILD_CLEAN_ARGS=dh_auto_clean $d;
export PYBUILD_CONFIGURE_ARGS=dh_auto_configure $d -- \
export PYBUILD_CONFIGURE_ARGS=PYTHON=python{version.major}.{version.minor} \
dh_auto_configure $d -- \
--disable-silent-rules --disable-static \
--with-python-min-version={version.major}.{version.minor} \
--with-boost-python=boost_python{version.major}{version.minor}
export PYBUILD_BUILD_ARGS=dh_auto_build $d
export PYBUILD_INSTALL_ARGS=dh_auto_install $d --destdir={destdir}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment