[SCM] givaro: library for arithmetic and algebraic computations branch, master, updated. debian/3.2.13-1.3-29-g238db82

Lifeng Sun lifongsun at gmail.com
Sun Jul 15 05:21:57 UTC 2012


The following commit has been merged in the master branch:
commit c596fd740edce19724f97b3549465624be0f22b2
Author: Lifeng Sun <lifongsun at gmail.com>
Date:   Sun Jul 15 01:08:48 2012 +0800

    New patch: local-include-syntax.patch. (Closes: #681589)

diff --git a/debian/changelog b/debian/changelog
index 0156c47..a28aecd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ givaro (3.7.1-1) unstable; urgency=low
 
   * New upstream release.
   * Remove bus-error.patch: applied by upstream.
+  * New patch: local-include-syntax.patch. (Closes: #681589)
 
  -- Lifeng Sun <lifongsun at gmail.com>  Fri, 13 Jul 2012 22:44:32 +0800
 
diff --git a/debian/patches/local-include-syntax.patch b/debian/patches/local-include-syntax.patch
new file mode 100644
index 0000000..6794b1d
--- /dev/null
+++ b/debian/patches/local-include-syntax.patch
@@ -0,0 +1,11 @@
+--- a/src/kernel/zpz/StaticElement.h
++++ b/src/kernel/zpz/StaticElement.h
+@@ -20,7 +20,7 @@
+ #define __GIVARO_static_element_H
+ 
+ #include <iostream>
+-#include <gmp++/gmp++.h>
++#include "gmp++/gmp++.h"
+ 
+ namespace Givaro {
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 8ec0750..bfb2bbc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 givaro-makefile.patch
 doxygen-exclude-debian-dir.patch
+local-include-syntax.patch

-- 
givaro: library for arithmetic and algebraic computations



More information about the debian-science-commits mailing list