~ubuntu-branches/ubuntu/oneiric/theseus/oneiric

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Tille
  • Date: 2011-01-26 11:39:36 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110126113936-2h961bm9isor5pbz
Tags: 1.6.1-1
* New upstream version
* debian/patches:
  - 99-theseus_align.sh.patch:
    Replaced by sed script in debian/rules which works (hopefully)
    for future versions as well without manually changing the patch
  - use_muscle_instead_of_clustalw.patch:
    Removed because clustalw is no in main and we do not need
    to actively replace it by muscle
  - 00-makefile.patch:
    Removed because applied upstream
  - 200-make.inc.patch:
    Removed
    + One purpose was to replace not working libtool call by ar
      which was applied upstream
    + Other purpose was to enable liblapack (patch by Morten
      Kjeldgaard) which was discussed with upstream and seems to
      cause problems.  So it was deactivated for now and might be
      tested later for enabling higher performance if needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# Copyright (C) Andreas Tille <tille@debian.org>
4
4
# License: GPL
5
5
 
 
6
pkg=theseus
 
7
 
6
8
%:
7
9
        dh --with quilt $@
8
10
 
11
13
        dh_auto_clean
12
14
 
13
15
override_dh_auto_install:
14
 
        echo "Do not call make install, use dh_install instead"
 
16
        # Fix wrong path used in upstream script.  Fixing it here is safer than
 
17
        # changing the patch for any new upstream release
 
18
        sed -e 's?/usr/local/bin?/usr/bin?' \
 
19
            -e 's?/usr/bin/sed?/bin/sed?'   \
 
20
            theseus_align > debian/$(pkg)/usr/bin/theseus_align