[Pkg-scicomp-devel] xmds/trunk/debian

Rafael Laboissiere rafael at debian.org
Sat May 12 08:35:10 UTC 2007


SVN commit 1553 by rafael:

Debian release xmds_1.6.1-1

 M  +5 -2      xmds/trunk/debian/changelog  
 M  +15 -15    xmds/trunk/debian/patches/gcc-4.3-include-cstdlib.patch  


--- xmds/trunk/debian/changelog #1552:1553
@@ -1,8 +1,11 @@
-xmds (1.6-3) UNRELEASED; urgency=low
+xmds (1.6.1-1) unstable; urgency=low
 
+  * New upstream release
   * debian/control: Fixed typo in short description
+  * debian/patches/loadxsil-varnames-cell.dpatch: Added patch for making
+    loadxsil.m work with Octave
 
- --
+ -- Rafael Laboissiere <rafael at debian.org>  Sat, 12 May 2007 09:44:32 +0200
 
 xmds (1.6-2) unstable; urgency=low
 
--- xmds/trunk/debian/patches/gcc-4.3-include-cstdlib.patch #1552:1553
@@ -9,6 +9,17 @@
  #include<xmlbasics.h>
  #include<dom3.h>
  #include<xmdsutils.h>
+diff -Nur xmds-1.5-3/source/xsilfield.cc xmds-1.5-3.new/source/xsilfield.cc
+--- xmds-1.5-3/source/xmdsintegrateark89.cc	2007-04-10 15:19:24.000000000 +0000
++++ xmds-1.5-3.new/source/xmdsintegrateark89.cc	2007-04-10 15:19:33.000000000 +0000
+@@ -34,6 +34,7 @@
+ #include<dom3.h>
+ #include<xmdsutils.h>
+ #include<xmdsclasses.h>
++#include<cstdlib>
+ 
+ // **************************************************************************
+ // **************************************************************************
 diff -Nur xmds-1.5-3/source/xmdssimulation.cc xmds-1.5-3.new/source/xmdssimulation.cc
 --- xmds-1.5-3/source/xmdssimulation.cc	2007-04-04 23:02:27.000000000 +0200
 +++ xmds-1.5-3.new/source/xmdssimulation.cc	2007-04-04 23:05:42.000000000 +0200
@@ -16,10 +27,10 @@
    More detailed explanation...
  */
  
-+#include<cstdlib>
- #include<xmlbasics.h>
- #include<dom3.h>
- #include<xmdsutils.h>
++#include <cstdlib>
+ #include <xmlbasics.h>
+ #include <dom3.h>
+ #include <xmdsutils.h>
 diff -Nur xmds-1.5-3/source/xsilfield.cc xmds-1.5-3.new/source/xsilfield.cc
 --- xmds-1.5-3/source/xsilfield.cc	2006-08-03 08:17:41.000000000 +0200
 +++ xmds-1.5-3.new/source/xsilfield.cc	2007-04-04 23:04:56.000000000 +0200
@@ -31,14 +42,3 @@
  #include<string>
  #include<ctype.h>
  #include<xmlbasics.h>
-diff -Nur xmds-1.5-3/source/xsilfield.cc xmds-1.5-3.new/source/xsilfield.cc
---- xmds-1.5-3/source/xmdsintegrateark89.cc	2007-04-10 15:19:24.000000000 +0000
-+++ xmds-1.5-3.new/source/xmdsintegrateark89.cc	2007-04-10 15:19:33.000000000 +0000
-@@ -34,6 +34,7 @@
- #include<dom3.h>
- #include<xmdsutils.h>
- #include<xmdsclasses.h>
-+#include<cstdlib>
- 
- // **************************************************************************
- // **************************************************************************



More information about the Pkg-scicomp-devel mailing list