~logan/ubuntu/trusty/suitesparse/4.2.1-3ubuntu1

« back to all changes in this revision

Viewing changes to debian/patches/03-CAMD_Lib_GNUmakefile.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2009-02-24 11:08:12 UTC
  • mfrom: (7.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090224110812-hawvr3dh5kjbvlae
debian/control: Add an epoch to the version number of
libsuitesparse-3.0.2 in replaces/conflicts for libcolamd-3.2.0
(really, closes: #516725)

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 #-------------------------------------------------------------------------------
14
14
 
15
15
-default: libcamd.a
16
 
+default: libcamd.a libcamd.so.3.1.0
 
16
+default: libcamd.a libcamd.so.3.2.0
17
17
 
18
18
 include ../../UFconfig/UFconfig.mk
19
19
 
49
49
        $(AR) libcamd.a $^
50
50
        - $(RANLIB) libcamd.a
51
51
 
52
 
+libcamd.so.3.1.0: camd_global.oo $(CAMDI_SL) $(CAMDL_SL)
 
52
+libcamd.so.3.2.0: camd_global.oo $(CAMDI_SL) $(CAMDL_SL)
53
53
+       $(CC) -shared $^ -lm -Wl,-soname -Wl,$@ -o $@
54
54
+       ln -s $@ libcamd.so
55
55
+