~ubuntu-branches/debian/stretch/arb/stretch

« back to all changes in this revision

Viewing changes to debian/patches/60_use_debian_packaged_raxml.patch

  • Committer: Package Import Robot
  • Author(s): Andreas Tille, Tim Booth, Andreas Tille
  • Date: 2013-06-24 09:42:03 UTC
  • Revision ID: package-import@ubuntu.com-20130624094203-aubt6orhjdr1m84k
Tags: 5.5-2
[ Tim Booth ]
* debian/rules: Make sure arb_edit4 will be really built and abort package
  building process if not

[ Andreas Tille ]
* Rebuild against libmotiv-dev in main
  Closes: #713061
* Add 4.6.3, 4.7.3 and 4.8.[0-3] to ALLOWED_GCC_VERSIONS
  Closes: #713219
* debian/control:
   - remove DM-Upload-Allowed
   - Build-Depends: libglu1-mesa-dev
   - add raxml to Depends and do not build third party copy any more
     (debian/patches/60_use_debian_packaged_raxml.patch)
* debian/patches/*: DEP3 comments
* debian/patches/50_build_naligner.patch: Fix build issue that was
  caused by some brocken $(CFLAGS)
* debian/rules: use xz compression

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Author: Andreas Tille <tille@debian.org>
 
2
Description: Do not build raxml because we use Debian packaged version
 
3
 
 
4
--- a/GDE/Makefile
 
5
+++ b/GDE/Makefile
 
6
@@ -3,7 +3,6 @@ ARCHS_ALL = \
 
7
        CLUSTAL/CLUSTAL.dummy  \
 
8
        SUPPORT/SUPPORT.dummy \
 
9
        AxML/AxML.dummy \
 
10
-       RAxML/RAxML.dummy \
 
11
        PHYML/PHYML.dummy \
 
12
 
 
13
 # --------------------------------------------------------------------------------
 
14
@@ -15,6 +14,7 @@ ARCHS_ALL = \
 
15
 ARCHS_NON_DEBIAN = \
 
16
        CLUSTALW/CLUSTALW.dummy  \
 
17
        PHYLIP/PHYLIP.dummy \
 
18
+       RAxML/RAxML.dummy \
 
19
        TREEPUZZLE/TREEPUZZLE.dummy \
 
20
        FASTDNAML/FASTDNAML.dummy \
 
21