[Pkg-scicomp-commits] [SCM] suitesparse branch, master, updated. b76def459ea2d3845a675762bad7875cef0bd323

Rafael Laboissiere rafael at debian.org
Sat May 9 10:22:44 UTC 2009


The following commit has been merged in the master branch:
commit 53ca6a992131377356461ae75c008da7b42d0d4a
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Fri May 8 20:14:34 2009 +0200

    Removed patch 14-SPQR_Include_spqr_hpp (applied upstream)

diff --git a/debian/changelog b/debian/changelog
index 5c69c07..0992307 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 suitesparse (1:3.3.0-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * debian/patches/14-SPQR_Include_spqr_hpp.dpatch: Removed patch (applied
+    upstream)
 
  -- Rafael Laboissiere <rafael at debian.org>  Fri, 08 May 2009 15:45:21 +0200
 
diff --git a/debian/patches/00list b/debian/patches/00list
index d5291fb..76846a5 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -11,4 +11,3 @@
 11-UMFPACK_Lib_GNUmakefile
 12-CHOLMOD_Lib_Makefile
 13-UFconfig_UFconfig.mk.dpatch
-14-SPQR_Include_spqr_hpp.dpatch
\ No newline at end of file
diff --git a/debian/patches/14-SPQR_Include_spqr_hpp.dpatch b/debian/patches/14-SPQR_Include_spqr_hpp.dpatch
deleted file mode 100755
index f1e30af..0000000
--- a/debian/patches/14-SPQR_Include_spqr_hpp.dpatch
+++ /dev/null
@@ -1,18 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 14-SPQR_Include_spqr_hpp.dpatch by Christophe Prud'homme <prudhomm at debian.org> <prudhomm at mit.edu>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Include cstring header
-
- at DPATCH@
-diff -urNad suitesparse-3.2.0~/SPQR/Include/spqr.hpp suitesparse-3.2.0/SPQR/Include/spqr.hpp
---- suitesparse-3.2.0~/SPQR/Include/spqr.hpp	2008-09-18 15:20:48.000000000 +0200
-+++ suitesparse-3.2.0/SPQR/Include/spqr.hpp	2008-12-07 17:10:03.000000000 +0100
-@@ -17,6 +17,7 @@
- #include <math.h>
- #include <float.h>
- #include <stdio.h>
-+#include <cstring>
- 
- #include <complex>
- typedef std::complex<double> Complex ;

-- 
suitesparse



More information about the Pkg-scicomp-commits mailing list