~ubuntu-branches/ubuntu/oneiric/suitesparse/oneiric

« back to all changes in this revision

Viewing changes to debian/patches/01-Makefile.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Nick Ellery
  • Date: 2009-06-14 19:15:52 UTC
  • mfrom: (7.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090614191552-2hliya5q8n1quseu
Tags: 1:3.4.0-1ubuntu1
* Merge from debian unstable, remaining changes (LP: #387137):
  - debian/control:
    - demote libatlas-doc from recommends to suggests as it is not in main
    - drop recommends on doc-central as it is not in main

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh /usr/share/dpatch/dpatch-run
2
 
## 01-Makefile.dpatch by Daniel Rus Morales <danirus@tol-project.org>
3
 
##
4
 
## All lines beginning with `## DP:' are a description of the patch.
5
 
## DP: Build CCOLAMD as well.
6
 
 
7
 
@DPATCH@
8
 
diff -u upstrm/Makefile debsrc/Makefile
9
 
--- upstrm/Makefile     2007-10-29 21:02:03.000000000 +0100
10
 
+++ debsrc/Makefile     2007-12-15 17:19:19.000000000 +0100
11
 
@@ -10,11 +10,11 @@
12
 
 #      ( cd metis-4.0 ; $(MAKE) )
13
 
        ( cd AMD ; $(MAKE) )
14
 
        ( cd CAMD ; $(MAKE) )
15
 
+       ( cd CCOLAMD ; $(MAKE) )
16
 
        ( cd COLAMD ; $(MAKE) )
17
 
        ( cd BTF ; $(MAKE) )
18
 
        ( cd KLU ; $(MAKE) )
19
 
        ( cd LDL ; $(MAKE) )
20
 
-       ( cd CCOLAMD ; $(MAKE) )
21
 
        ( cd UMFPACK ; $(MAKE) )
22
 
        ( cd CHOLMOD ; $(MAKE) )
23
 
        ( cd CSparse ; $(MAKE) )