r44760 - in /packages/gmsh-tetgen/trunk/debian: control patches/pedantic.patch patches/series

trophime-guest at users.alioth.debian.org trophime-guest at users.alioth.debian.org
Thu May 10 19:32:58 UTC 2012


Author: trophime-guest
Date: Thu May 10 19:32:57 2012
New Revision: 44760

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44760
Log:
add patch to fix pedantic warning in feelpp

Added:
    packages/gmsh-tetgen/trunk/debian/patches/pedantic.patch
Modified:
    packages/gmsh-tetgen/trunk/debian/control
    packages/gmsh-tetgen/trunk/debian/patches/series

Modified: packages/gmsh-tetgen/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/gmsh-tetgen/trunk/debian/control?rev=44760&op=diff
==============================================================================
--- packages/gmsh-tetgen/trunk/debian/control (original)
+++ packages/gmsh-tetgen/trunk/debian/control Thu May 10 19:32:57 2012
@@ -22,8 +22,8 @@
 Standards-Version: 3.9.3
 DM-Upload-Allowed: yes
 X-Python-Version: >= 2.7, << 2.8
-Vcs-Git: git://git.debian.org/git/debian-science/packages/gmsh.git
-Vcs-Browser: http://git.debian.org/?p=debian-science/packages/gmsh.git
+Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/gmsh-tetgen/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/gmsh-tetgen/trunk/
 Homepage: http://www.geuz.org/gmsh/
 
 Package: gmsh-tetgen

Added: packages/gmsh-tetgen/trunk/debian/patches/pedantic.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/gmsh-tetgen/trunk/debian/patches/pedantic.patch?rev=44760&op=file
==============================================================================
--- packages/gmsh-tetgen/trunk/debian/patches/pedantic.patch (added)
+++ packages/gmsh-tetgen/trunk/debian/patches/pedantic.patch Thu May 10 19:32:57 2012
@@ -1,0 +1,22 @@
+Index: gmsh-tetgen-2.5.1~beta2~svn12051~dfsg-1/Geo/STensor3.h
+===================================================================
+--- gmsh-tetgen-2.5.1~beta2~svn12051~dfsg-1.orig/Geo/STensor3.h	2012-05-10 21:20:00.035535643 +0200
++++ gmsh-tetgen-2.5.1~beta2~svn12051~dfsg-1/Geo/STensor3.h	2012-05-10 21:21:04.643538322 +0200
+@@ -334,7 +334,7 @@
+     for (int j=0; j<3; j++)
+       temp[i]+= t(i,j)*v[j];
+   return temp;
+-};
++}
+ 
+ inline SVector3 operator* (const SVector3& v, const STensor3& t){
+   SVector3 temp(0.,0.,0.);
+@@ -342,7 +342,7 @@
+     for (int j=0; j<3; j++)
+       temp[j]+= v[i]*t(i,j);
+   return temp;
+-};
++}
+ 
+ 
+ inline STensor3 operator*(const STensor3 &t, double m)

Modified: packages/gmsh-tetgen/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/gmsh-tetgen/trunk/debian/patches/series?rev=44760&op=diff
==============================================================================
--- packages/gmsh-tetgen/trunk/debian/patches/series (original)
+++ packages/gmsh-tetgen/trunk/debian/patches/series Thu May 10 19:32:57 2012
@@ -6,6 +6,7 @@
 api_demos.patch
 fix_FTBFS_linking.patch
 Alauzet.patch
+pedantic.patch
 cgns.patch
 add-missing-headers.patch
 metis.patch




More information about the debian-science-commits mailing list