[python-caja] 05/11: debian/patches/2001_debian-python-multiarch.patch: Debian bug #770935 has been fixed.
Martin Wimpress
flexiondotorg-guest at moszumanska.debian.org
Mon Jun 15 16:47:03 UTC 2015
This is an automated email from the git hooks/post-receive script.
flexiondotorg-guest pushed a commit to branch debian/experimental
in repository python-caja.
commit 83c2c9441072cd0b6ad7eb00b27db9a6e989ddd5
Author: Martin Wimpress <code at flexion.org>
Date: Mon Jun 15 17:39:21 2015 +0100
debian/patches/2001_debian-python-multiarch.patch: Debian bug #770935 has been fixed.
---
debian/patches/2001_debian-python-multiarch.patch | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/debian/patches/2001_debian-python-multiarch.patch b/debian/patches/2001_debian-python-multiarch.patch
deleted file mode 100644
index 2c393b6..0000000
--- a/debian/patches/2001_debian-python-multiarch.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: python2.pc in Debian jessie does not provide the correct (multi-arch) libdir path
-Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-Abstract:
- This works around Debian bug #770935. This package should stay intact
- once that bug gets fixed. However, once that bug is fixed, this patch
- should be dropped.
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -33,6 +33,10 @@
- AM_PATH_PYTHON([2.7])
- PKG_CHECK_MODULES([PYTHON], [python-${PYTHON_VERSION}])
- PYTHON_LIB_LOC="`pkg-config python-${PYTHON_VERSION} --variable=libdir`"
-+# nasty workaround Debian bug #770935!!!
-+if ! test -r "${PYTHON_LIB_LOC}/libpython${PYTHON_VERSION}.so"; then
-+ PYTHON_LIB_LOC="`pkg-config python-${PYTHON_VERSION} --variable=libdir`/`dpkg-architecture -qDEB_BUILD_MULTIARCH`"
-+fi
- AC_SUBST(PYTHON_LIBS)
- AC_SUBST(PYTHON_CFLAGS)
- AC_SUBST(PYTHON_LIB_LOC)
--
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