[python-caja] 02/02: debian/patches: Add fix-python-libdir-not-found.patch.

Martin Wimpress flexiondotorg-guest at moszumanska.debian.org
Wed Sep 16 10:41:55 UTC 2015


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

flexiondotorg-guest pushed a commit to branch master
in repository python-caja.

commit ba27b31a1c29e44c7ee30ea2cec73c28cf48c92a
Author: Martin Wimpress <code at flexion.org>
Date:   Wed Sep 16 11:41:46 2015 +0100

    debian/patches: Add fix-python-libdir-not-found.patch.
---
 debian/patches/fix-python-libdir-not-found.patch | 13 +++++++++++++
 debian/patches/series                            |  1 +
 2 files changed, 14 insertions(+)

diff --git a/debian/patches/fix-python-libdir-not-found.patch b/debian/patches/fix-python-libdir-not-found.patch
new file mode 100644
index 0000000..6b032b6
--- /dev/null
+++ b/debian/patches/fix-python-libdir-not-found.patch
@@ -0,0 +1,13 @@
+Index: python-caja/configure.ac
+===================================================================
+--- python-caja.orig/configure.ac
++++ python-caja/configure.ac
+@@ -40,7 +40,7 @@ dnl * Check for Python
+ dnl **************************************************
+ AM_PATH_PYTHON([2.7])
+ PKG_CHECK_MODULES([PYTHON], [python-${PYTHON_VERSION}])
+-PYTHON_LIB_LOC="`pkg-config python-${PYTHON_VERSION} --variable=libdir`"
++PYTHON_LIB_LOC="`pkg-config gobject-introspection-1.0 --variable=libdir`"
+ AC_SUBST(PYTHON_LIBS)
+ AC_SUBST(PYTHON_CFLAGS)
+ AC_SUBST(PYTHON_LIB_LOC)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..4d753a9
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-python-libdir-not-found.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/python-caja.git



More information about the pkg-mate-commits mailing list