[SCM] Debian packaging for suitesparse branch, master, updated. upstream/4.2.0-14-g0ac1e3a

Sébastien Villemot sebastien at debian.org
Sat Apr 20 19:55:46 UTC 2013


The following commit has been merged in the master branch:
commit 0ac1e3abc272a4425a4f5f977458147ed2e339c7
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sat Apr 20 10:58:11 2013 +0200

    parallel-build.diff: new patch, fixes parallel build

diff --git a/debian/changelog b/debian/changelog
index 0a25e80..de0bc3d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,7 @@ suitesparse (1:4.2.0-1) experimental; urgency=low
       system
     - remove -m64 flag on amd64 CPUs (Closes: #701654)
   * Fix version in NEWS.Debian, to make lintian happy
+  * parallel-build.diff: new patch, fixes parallel build
 
  -- Christophe Trophime <christophe.trophime at lncmi.cnrs.fr>  Mon, 10 Sep 2012 16:40:47 +0200
 
diff --git a/debian/patches/parallel-build.diff b/debian/patches/parallel-build.diff
new file mode 100644
index 0000000..705b368
--- /dev/null
+++ b/debian/patches/parallel-build.diff
@@ -0,0 +1,22 @@
+Description: Fix missing dependency in Makefile
+ Without this dependency, the parallel build fails.
+Author: Sébastien Villemot <sebastien at debian.org>
+Forwarded: no
+Last-Update: 2013-04-20
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/KLU/Demo/Makefile
++++ b/KLU/Demo/Makefile
+@@ -59,10 +59,10 @@
+ clean:
+ 	- $(RM) $(CLEAN)
+ 
+-kludemo: kludemo.c Makefile $(CLIB)
++kludemo: kludemo.c Makefile $(CLIB) $(CHOLMOD)
+ 	$(CC) $(CF) $(I) kludemo.c -o kludemo $(CLIB) $(CHOLMOD) $(LIB)
+ 
+-kluldemo: kludemo.c Makefile $(CLIB)
++kluldemo: kludemo.c Makefile $(CLIB) $(CHOLMOD)
+ 	$(CC) $(CF) $(I) kluldemo.c -o kluldemo $(CLIB) $(CHOLMOD) $(LIB)
+ 
+ klu_simple: klu_simple.c Makefile $(CLIB)
diff --git a/debian/patches/series b/debian/patches/series
index 4ee2517..93e70e2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -12,3 +12,4 @@
 12-CHOLMOD_Lib_Makefile.diff
 13-UFconfig_UFconfig.mk.diff
 buildflags.diff
+parallel-build.diff

-- 
Debian packaging for suitesparse



More information about the debian-science-commits mailing list