[pynac] 02/04: Updated to 0.4.0

Julien Puydt julien.puydt at laposte.net
Mon Jun 15 18:38:39 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 cb9931dcda9da2a858b8a4bdf7c4de1f63a13131
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Tue Jun 2 20:35:36 2015 +0200

    Updated to 0.4.0
---
 debian/changelog                  |  7 ++++---
 debian/patches/fix_Python_include | 15 ---------------
 debian/patches/series             |  1 -
 debian/rules                      |  1 +
 4 files changed, 5 insertions(+), 19 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ba0bb7d..78ebfc0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-pynac (0.3.8-1) UNRELEASED; urgency=medium
+pynac (0.4.0-1) UNRELEASED; urgency=medium
 
   * Updated to latest upstream.
-  * Added the fix_Python_include patch to make the sources actually compile.
+  * Modified debian/rules to force C++11, as the upstream configure script
+    doesn't handle things correctly (issue #61).
 
- -- Julien Puydt <julien.puydt at laposte.net>  Wed, 27 May 2015 09:23:28 +0200
+ -- Julien Puydt <julien.puydt at laposte.net>  Tue, 02 Jun 2015 20:34:31 +0200
 
 pynac (0.3.7-1) unstable; urgency=medium
 
diff --git a/debian/patches/fix_Python_include b/debian/patches/fix_Python_include
deleted file mode 100644
index 5061ba0..0000000
--- a/debian/patches/fix_Python_include
+++ /dev/null
@@ -1,15 +0,0 @@
-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
deleted file mode 100644
index 27bdf7f..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix_Python_include
diff --git a/debian/rules b/debian/rules
index b44ce8b..c7afce6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 export ACLOCAL_M4=.
+export CXXFLAGS=-std=c++0x # FIXME: to remove when ax_cxx_compile_stdcxx_11.m4 will be in upstream
 
 %:
 	dh $@ --with autoreconf

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