[Python-modules-commits] [shiboken] 07/13: Drop the explicit dependencies of Libs and Cflags in pkg-config in
Raphaël Hertzog
hertzog at moszumanska.debian.org
Thu Aug 17 18:09:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
hertzog pushed a commit to branch master
in repository shiboken.
commit 8ba074e399ac7e97b14f18d55752d749760d615a
Author: Didier Raboud <odyx at debian.org>
Date: Thu Oct 8 13:47:18 2015 -0700
Drop the explicit dependencies of Libs and Cflags in pkg-config in
favour of a versioned Requires.
Origin: vendor
Bug-Ubuntu: https://bugs.launchpad.net/bugs/1155595
Last-Update: 2013-09-10
---
data/shiboken.pc.in | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/data/shiboken.pc.in b/data/shiboken.pc.in
index 884a178..1ae2e60 100644
--- a/data/shiboken.pc.in
+++ b/data/shiboken.pc.in
@@ -9,5 +9,6 @@ python_include_dir=@SBK_PYTHON_INCLUDE_DIR@
Name: shiboken
Description: Support library for Python bindings created with Shiboken generator.
Version: @shiboken_VERSION@
-Libs: @SBK_PYTHON_LIBRARIES@ -L${libdir} -lshiboken at shiboken_SUFFIX@@PYTHON_SUFFIX@@LIBRARY_OUTPUT_SUFFIX@
-Cflags: -I at SBK_PYTHON_INCLUDE_DIR@ -I${includedir}/@shiboken_SUFFIX@@SBK_PKG_CONFIG_PY_DEBUG_DEFINITION@
+Requires: python- at CMAKE_USE_PYTHON_VERSION@
+Libs: -L${libdir} -lshiboken at shiboken_SUFFIX@@PYTHON_SUFFIX@@LIBRARY_OUTPUT_SUFFIX@
+Cflags: -I${includedir}/@shiboken_SUFFIX@@SBK_PKG_CONFIG_PY_DEBUG_DEFINITION@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/shiboken.git
More information about the Python-modules-commits
mailing list