[pynac] 01/02: Added a patch for #710635

$DEBFULLNAME julien.puydt at laposte.net
Fri Sep 13 20:17:48 UTC 2013


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

jpuydt-guest pushed a commit to branch master
in repository pynac.

commit dbc6b85116f14ea061e36759c2504eada59c33b5
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Fri Sep 13 22:00:35 2013 +0200

    Added a patch for #710635
    
    Next upstream will have it... in fact it should already be out
---
 debian/changelog                 |    5 +++--
 debian/patches/python_libs.patch |   13 +++++++++++++
 debian/patches/series            |    1 +
 3 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fa306a4..4d32165 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 pynac (0.3.0-1) UNRELEASED; urgency=low
 
-  * Non-maintainer upload.
+  * Updated to latest upstream (Felix Salfelder).
+  * Added a patch to fix the python autotools m4 (Closes #710635).
 
- -- Felix Salfelder <felix at salfelder.org>  Sun, 21 Jul 2013 13:53:42 +0200
+ -- Julien Puydt <julien.puydt at laposte.net>  Fri, 13 Sep 2013 21:58:24 +0200
 
 pynac (0.2.6-1) unstable; urgency=low
 
diff --git a/debian/patches/python_libs.patch b/debian/patches/python_libs.patch
new file mode 100644
index 0000000..a56cc75
--- /dev/null
+++ b/debian/patches/python_libs.patch
@@ -0,0 +1,13 @@
+diff --git a/m4/ax_python_devel.m4 b/m4/ax_python_devel.m4
+index a62b860..e83734c 100644
+--- a/m4/ax_python_devel.m4
++++ b/m4/ax_python_devel.m4
+@@ -266,7 +266,7 @@ EOD`
+ 	if test -z "$PYTHON_EXTRA_LIBS"; then
+ 	   PYTHON_EXTRA_LIBS=`$PYTHON -c "import distutils.sysconfig; \
+                 conf = distutils.sysconfig.get_config_var; \
+-                print (conf('LOCALMODLIBS') + ' ' + conf('LIBS'))"`
++                print (conf('LIBS'))"`
+ 	fi
+ 	AC_MSG_RESULT([$PYTHON_EXTRA_LIBS])
+ 	AC_SUBST(PYTHON_EXTRA_LIBS)
diff --git a/debian/patches/series b/debian/patches/series
index 045cb53..7c86f85 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 comments.patch
+python_libs.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pynac.git



More information about the debian-science-commits mailing list