[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 2905b64d28a6953bc81ee0bcac9f649bb3bc8901
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Fri May 8 20:38:43 2009 +0200

    Switch from dpatch to quilt as patch system

diff --git a/debian/changelog b/debian/changelog
index ac9bb57..ced1387 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ suitesparse (1:3.3.0-1) UNRELEASED; urgency=low
   * debian/patches/14-SPQR_Include_spqr_hpp.dpatch: Removed patch (applied
     upstream)
 
+  * Switch from dpatch to quilt as patch system
+
   * debian/control:
     + The Debian packaging files are now maintained through a Git
       repository at alioth.debian.org.  Switch the Vcs-* URLs to Git,
diff --git a/debian/control b/debian/control
index be0cd35..86cf3b0 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Christophe Prud'homme <prudhomm at debian.org>,
  Daniel Rus Morales <danirus at tol-project.org>,
  Rafael Laboissiere <rafael at debian.org>,
  Ondrej Certik <ondrej at certik.cz>
-Build-Depends: cdbs (>= 0.4.52), debhelper (>= 6.0.7), dpatch, gfortran,
+Build-Depends: cdbs (>= 0.4.52), debhelper (>= 6.0.7), quilt, gfortran,
  libblas-dev, liblapack-dev
 Standards-Version: 3.8.0
 Homepage: http://www.cise.ufl.edu/research/sparse/SuiteSparse/
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 76846a5..0000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1,13 +0,0 @@
-01-Makefile
-02-AMD_Lib_GNUmakefile
-03-CAMD_Lib_GNUmakefile
-04-CCOLAMD_Lib_Makefile
-05-COLAMD_Lib_Makefile
-06-BTF_Lib_Makefile
-07-KLU_Lib_Makefile
-08-LDL_Lib_Makefile
-09-CSparse_Lib_Makefile
-10-CXSparse_Lib_Makefile
-11-UMFPACK_Lib_GNUmakefile
-12-CHOLMOD_Lib_Makefile
-13-UFconfig_UFconfig.mk.dpatch
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a025026
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,13 @@
+01-Makefile.dpatch
+02-AMD_Lib_GNUmakefile.dpatch
+03-CAMD_Lib_GNUmakefile.dpatch
+04-CCOLAMD_Lib_Makefile.dpatch
+05-COLAMD_Lib_Makefile.dpatch
+06-BTF_Lib_Makefile.dpatch
+07-KLU_Lib_Makefile.dpatch
+08-LDL_Lib_Makefile.dpatch
+09-CSparse_Lib_Makefile.dpatch
+10-CXSparse_Lib_Makefile.dpatch
+11-UMFPACK_Lib_GNUmakefile.dpatch
+12-CHOLMOD_Lib_Makefile.dpatch
+13-UFconfig_UFconfig.mk.dpatch
diff --git a/debian/rules b/debian/rules
index c04c95c..71683d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 include /usr/share/cdbs/1/class/makefile.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/dpatch/dpatch.make
 
 DEB_AUTO_CLEANUP_RCS	:= yes

-- 
suitesparse



More information about the Pkg-scicomp-commits mailing list