From: Dimitrios Eftaxiopoulos Date: Mon, 29 Nov 2010 20:56:26 +0000 (+0200) Subject: Deleted i386 failure patch since it is included in the new source X-Git-Tag: archive/raspbian/2.5-2+rpi1^2~259 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d806c3454bc2b46787d9edff9991f637f2a66f1d;p=mathgl.git Deleted i386 failure patch since it is included in the new source --- diff --git a/debian/patches/fix_bug_issue.diff b/debian/patches/fix_bug_issue.diff deleted file mode 100644 index a0eaa05..0000000 --- a/debian/patches/fix_bug_issue.diff +++ /dev/null @@ -1,134 +0,0 @@ -diff --git a/mgl/mgl_data_io.cpp b/mgl/mgl_data_io.cpp -index 0c5d845..d04f9ee 100644 ---- a/mgl/mgl_data_io.cpp -+++ b/mgl/mgl_data_io.cpp -@@ -2,31 +2,33 @@ - * mgl_data_io.cpp is part of Math Graphic Library - * Copyright (C) 2007 Alexey Balakin * - * * -- * This program is free software; you can redistribute it and/or modify * -- * it under the terms of the GNU Library General Public License as * -- * published by the Free Software Foundation; either version 3 of the * -- * License, or (at your option) any later version. * -- * * -- * This program is distributed in the hope that it will be useful, * -- * but WITHOUT ANY WARRANTY; without even the implied warranty of * -- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -- * GNU General Public License for more details. * -- * * -- * You should have received a copy of the GNU Library General Public * -- * License along with this program; if not, write to the * -- * Free Software Foundation, Inc., * -- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * -- ***************************************************************************/ -+ * This program is free software; you can redistribute it and/or modify * -+ * it under the terms of the GNU Library General Public License as * -+ * published by the Free Software Foundation; either version 3 of the * -+ * License, or (at your option) any later version. * -+ * * -+ * This program is distributed in the hope that it will be useful, * -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of * -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -+ * GNU General Public License for more details. * -+ * * -+ * You should have received a copy of the GNU Library General Public * -+ * License along with this program; if not, write to the * -+ * Free Software Foundation, Inc., * -+ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * -+ ***************************************************************************/ - #include - #include - #include - #include --#include -+#include - #ifdef HAVE_HDF5 - #include - #endif - #ifdef HAVE_HDF4 -+#define intf hdf4_intf - #include -+#undef intf - #endif - - #ifndef WIN32 -@@ -906,42 +908,42 @@ void mglData::Fill(const char *eq, mglPoint r1, mglPoint r2, const mglData *v, c - } - //----------------------------------------------------------------------------- - void mglData::ReadHDF4(const char *fname,const char *data) --{ --#ifdef HAVE_HDF4 -- int sd = SDstart(fname,DFACC_READ), nn, i; -- if(sd==-1) return; // is not a HDF4 file -- char name[64]; -- SDfileinfo(sd,&nn,&i); -- for(i=0;i