[med-svn] [nw-align] 02/10: In analogy to TMscore and TMalign, this binary shall NWalign.

Andreas Tille tille at debian.org
Wed Dec 13 16:29:03 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository nw-align.

commit a1ef853508c4392fc5dd9fdb68d13567c390c7b3
Author: Steffen Moeller <moeller at debian.org>
Date:   Sat Sep 29 16:48:52 2012 +0000

    In analogy to TMscore and TMalign, this binary shall NWalign.
---
 debian/control          | 2 +-
 debian/nw-align.install | 2 +-
 debian/rules            | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 80f8d41..7e7f5aa 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: emboss
 Description: global protein sequence alignment
- NW-align is simple and robust alignment program for protein
+ NWalign is simple and robust alignment program for protein
  sequence-to-sequence alignments based on the standard Needleman-Wunsch
  dynamic programming algorithm. The implementation is performed in
  FORTRAN.
diff --git a/debian/nw-align.install b/debian/nw-align.install
index 60acbbb..066b34d 100644
--- a/debian/nw-align.install
+++ b/debian/nw-align.install
@@ -1 +1 @@
-nw-align	usr/bin
+NWalign	usr/bin
diff --git a/debian/rules b/debian/rules
index ba312df..7b5c3f0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@
 	dh $@ 
 
 override_dh_auto_build:
-	gfortran -O3 -ffast-math -lm -o nw-align NWalign.f
+	gfortran -O3 -ffast-math -lm -o NWalign NWalign.f
 
 VERSION=0.20100803
 get-orig-source:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/nw-align.git



More information about the debian-med-commit mailing list