[pynac] 02/02: Updated to 0.3.8

Julien Puydt julien.puydt at laposte.net
Wed May 27 07:44:34 UTC 2015


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

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

commit a6dad74d83cd99d0d542e0b866c796a97f8468a7
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Wed May 27 09:24:20 2015 +0200

    Updated to 0.3.8
---
 debian/changelog                  |  7 +++++++
 debian/patches/fix_Python_include | 15 +++++++++++++++
 debian/patches/series             |  1 +
 3 files changed, 23 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2b3a529..ba0bb7d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pynac (0.3.8-1) UNRELEASED; urgency=medium
+
+  * Updated to latest upstream.
+  * Added the fix_Python_include patch to make the sources actually compile.
+
+ -- Julien Puydt <julien.puydt at laposte.net>  Wed, 27 May 2015 09:23:28 +0200
+
 pynac (0.3.7-1) unstable; urgency=medium
 
   * Updated to latest upstream (Closes: #722820).
diff --git a/debian/patches/fix_Python_include b/debian/patches/fix_Python_include
new file mode 100644
index 0000000..5061ba0
--- /dev/null
+++ b/debian/patches/fix_Python_include
@@ -0,0 +1,15 @@
+Description: fix Python.h include
+Author: Julien Puydt
+Forwarded: yes
+
+--- a/ginac/py_funcs.h
++++ b/ginac/py_funcs.h
+@@ -7,7 +7,7 @@
+ #ifndef   	PY_FUNC_H_
+ # define   	PY_FUNC_H_
+ 
+-#include <python/Python.h>
++#include <Python.h>
+ #include "basic.h"
+ #include "constant.h"
+ #include "ex.h"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..27bdf7f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_Python_include

-- 
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