[med-svn] [libsbml] 04/14: New upstream version, update patches

Andreas Tille tille at debian.org
Thu Dec 15 10:49:53 UTC 2016


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

tille pushed a commit to branch master
in repository libsbml.

commit 26d842d3a7683ec9196697ab6310c590d1812c87
Author: Andreas Tille <tille at debian.org>
Date:   Wed Dec 14 10:43:31 2016 +0100

    New upstream version, update patches
---
 debian/changelog              |  4 +++-
 debian/patches/swig-3.x.patch | 28 ++++++++++++++--------------
 2 files changed, 17 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1030c05..1ccaf95 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libsbml (5.12.0+dfsg-4) UNRELEASED; urgency=medium
+libsbml (5.13.0+dfsg-1) UNRELEASED; urgency=medium
+
+  * New upstream version
 
   [ Afif Elghraoui ]
   * Drop explicit dbg packagas
diff --git a/debian/patches/swig-3.x.patch b/debian/patches/swig-3.x.patch
index 4385201..69799d8 100644
--- a/debian/patches/swig-3.x.patch
+++ b/debian/patches/swig-3.x.patch
@@ -5,7 +5,7 @@ Description: Build with with SWIG 3.x
 
 --- a/src/bindings/csharp/local.i
 +++ b/src/bindings/csharp/local.i
-@@ -115,13 +115,13 @@ static SWIG_CSharpWStringHelperCallback
+@@ -117,13 +117,13 @@ static SWIG_CSharpWStringHelperCallback
  %pragma(csharp) imclasscode=%{
    protected class SWIGWStringHelper {
  
@@ -22,7 +22,7 @@ Description: Build with with SWIG 3.x
        string ustr = System.Runtime.InteropServices.Marshal.PtrToStringUni(cString);
        return System.Runtime.InteropServices.Marshal.StringToHGlobalUni(ustr);
      }
-@@ -201,15 +201,15 @@ SWIGEXPORT void SWIGSTDCALL SWIGRegister
+@@ -203,15 +203,15 @@ SWIGEXPORT void SWIGSTDCALL SWIGRegister
   */
  %typemap(cscode) SBMLExtension
  %{
@@ -42,7 +42,7 @@ Description: Build with with SWIG 3.x
      return new SBase(cPtr, owner);
    }
  %}
-@@ -222,9 +222,9 @@ SWIGEXPORT void SWIGSTDCALL SWIGRegister
+@@ -224,9 +224,9 @@ SWIGEXPORT void SWIGSTDCALL SWIGRegister
  %pragma(csharp) modulecode =
  %{
  
@@ -54,7 +54,7 @@ Description: Build with with SWIG 3.x
  		
  		SBMLExtension ext = new SBMLExtension(cPtr, false);
  		string pkgName = ext.getName();
-@@ -235,9 +235,9 @@ SWIGEXPORT void SWIGSTDCALL SWIGRegister
+@@ -237,9 +237,9 @@ SWIGEXPORT void SWIGSTDCALL SWIGRegister
  		return new SBMLExtension(cPtr,owner);
  	}
  	
@@ -66,7 +66,7 @@ Description: Build with with SWIG 3.x
  		
  		SBMLNamespaces sbn = new SBMLNamespaces(cPtr, false);
  		if (sbn != null)
-@@ -287,9 +287,9 @@ SWIGEXPORT void SWIGSTDCALL SWIGRegister
+@@ -289,9 +289,9 @@ SWIGEXPORT void SWIGSTDCALL SWIGRegister
  		return new SBMLConverter(cPtr,owner);
  	}
  	
@@ -78,7 +78,7 @@ Description: Build with with SWIG 3.x
  		
  		SBasePlugin sbp = new SBasePlugin(cPtr, false);
  		string pkgName = sbp.getPackageName();
-@@ -304,9 +304,9 @@ SWIGEXPORT void SWIGSTDCALL SWIGRegister
+@@ -306,9 +306,9 @@ SWIGEXPORT void SWIGSTDCALL SWIGRegister
  	}
  	
  
@@ -90,7 +90,7 @@ Description: Build with with SWIG 3.x
  		
  		SBase sb = new SBase(cPtr, false);
  		string pkgName = sb.getPackageName();
-@@ -496,9 +496,9 @@ SWIGEXPORT void SWIGSTDCALL SWIGRegister
+@@ -498,9 +498,9 @@ SWIGEXPORT void SWIGSTDCALL SWIGRegister
  
  %pragma(csharp) modulecode =
  %{	
@@ -102,7 +102,7 @@ Description: Build with with SWIG 3.x
  	
  		ASTBase ab = new ASTBase(cPtr,false);
  		switch( ab.getTypeCode() )
-@@ -661,23 +661,23 @@ SWIGEXPORT void SWIGSTDCALL SWIGRegister
+@@ -672,23 +672,23 @@ SWIGEXPORT void SWIGSTDCALL SWIGRegister
  
  %typemap(csbody) TYPENAME
  %{
@@ -133,7 +133,7 @@ Description: Build with with SWIG 3.x
  		
  		if (obj != null)
  		{
-@@ -694,22 +694,22 @@ SWIGEXPORT void SWIGSTDCALL SWIGRegister
+@@ -705,22 +705,22 @@ SWIGEXPORT void SWIGSTDCALL SWIGRegister
  
  %typemap(csbody_derived) TYPENAME
  %{
@@ -163,7 +163,7 @@ Description: Build with with SWIG 3.x
  		
  		if (obj != null)
  		{
-@@ -725,22 +725,22 @@ SWIGEXPORT void SWIGSTDCALL SWIGRegister
+@@ -736,22 +736,22 @@ SWIGEXPORT void SWIGSTDCALL SWIGRegister
  
  %typemap(csbody_derived) TYPENAME
  %{
@@ -193,7 +193,7 @@ Description: Build with with SWIG 3.x
  		
  		if (obj != null)
  		{
-@@ -1005,10 +1005,10 @@ COVARIANT_GETID(InitialAssignment)
+@@ -1016,10 +1016,10 @@ COVARIANT_GETID(InitialAssignment)
  %typemap(csbase) SBMLConstructorException "System.ArgumentException";
  %typemap(cscode) SBMLConstructorException 
  %{
@@ -206,7 +206,7 @@ Description: Build with with SWIG 3.x
    }
  
    public SBMLConstructorException(string v) : 
-@@ -1019,10 +1019,10 @@ COVARIANT_GETID(InitialAssignment)
+@@ -1030,10 +1030,10 @@ COVARIANT_GETID(InitialAssignment)
  %typemap(csbase) XMLConstructorException "System.ArgumentException";
  %typemap(cscode) XMLConstructorException 
  %{
@@ -219,7 +219,7 @@ Description: Build with with SWIG 3.x
    }
  
    public XMLConstructorException(string v) : 
-@@ -1061,7 +1061,7 @@ COVARIANT_GETID(InitialAssignment)
+@@ -1072,7 +1072,7 @@ COVARIANT_GETID(InitialAssignment)
      static CustomExceptionDelegate customDelegate =
                                     new CustomExceptionDelegate(SetPendingCustomException);
  
@@ -228,7 +228,7 @@ Description: Build with with SWIG 3.x
      public static extern
             void CustomExceptionRegisterCallback(CustomExceptionDelegate customCallback);
  
-@@ -1409,8 +1409,8 @@ XMLCONSTRUCTOR_EXCEPTION(XMLTripple)
+@@ -1424,8 +1424,8 @@ XMLCONSTRUCTOR_EXCEPTION(XMLTripple)
  %typemap(cstype)  List* _FNAME_ %{ _TYPENAME_ ## List %}
  %typemap(csout) List* _FNAME_ 
  { 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libsbml.git



More information about the debian-med-commit mailing list