[med-svn] [nw-align] 01/10: nw-align is one of those tools that I packaged mostly for myself. I am sharing the build instructions with the community here, but I do not want to immediately maintain it. If someone feels like adopting it - please go ahead. I happily perform as a sponsor. The following issues are to be addressed prior to an upload:

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 9f09767738b7a4514bd620728458f4e7b5b010e7
Author: Steffen Moeller <moeller at debian.org>
Date:   Sat Sep 29 16:38:52 2012 +0000

    nw-align is one of those tools that I packaged mostly for myself.
    I am sharing the build instructions with the community here,
    but I do not want to immediately maintain it. If someone feels like
    adopting it - please go ahead. I happily perform as a sponsor.
    The following issues are to be addressed prior to an upload:
    
    W: nw-align source: newer-standards-version 3.9.4 (current is 3.9.3)
    W: nw-align: hardening-no-relro usr/bin/nw-align
    W: nw-align: hardening-no-fortify-functions usr/bin/nw-align
    W: nw-align: wrong-bug-number-in-closes l3:#nnnn
    W: nw-align: new-package-should-close-itp-bug
    W: nw-align: binary-without-manpage usr/bin/nw-align
    
    Cheers,
    
    Steffen
---
 debian/README.Debian    | 13 +++++++++++++
 debian/README.source    | 12 ++++++++++++
 debian/changelog        |  5 +++++
 debian/compat           |  1 +
 debian/control          | 19 +++++++++++++++++++
 debian/copyright        | 29 +++++++++++++++++++++++++++++
 debian/docs             |  1 +
 debian/nw-align.dirs    |  1 +
 debian/nw-align.install |  1 +
 debian/rules            | 23 +++++++++++++++++++++++
 debian/source/format    |  1 +
 11 files changed, 106 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..cf7593b
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,13 @@
+nw-align for Debian
+-------------------
+
+It is not completely clear to me if nw-align is ultimately required
+to be published. The Needleman-Wunsch global alignment is e.g. also
+implemented in EMBOSS, see
+http://emboss.sourceforge.net/apps/cvs/emboss/apps/needle.html
+
+However, this particular nw-align tool is part of the I-TASSER suite
+(named just 'align') and as such the one or other may find some
+particular affection for it.
+
+ -- Steffen Moeller <moeller at debian.org>  Sat, 29 Sep 2012 16:54:15 +0200
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..a668ba6
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,12 @@
+nw-align for Debian
+-------------------
+
+The .orig.tar.gz was manually assembled from information presented on
+http://zhanglab.ccmb.med.umich.edu/NW-align/
+namely the source code on
+http://zhanglab.ccmb.med.umich.edu/NW-align/NWalign.f
+and the BLAST matrix on
+http://zhanglab.ccmb.med.umich.edu/NW-align/BLOSUM62.txt
+
+
+
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d4b0b40
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+nw-align (0.20100803-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #nnnn)
+
+ -- Steffen Moeller <moeller at debian.org>  Sat, 29 Sep 2012 16:54:15 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..80f8d41
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: nw-align
+Section: science
+Priority: extra
+Maintainer: Steffen Moeller <moeller at debian.org>
+Build-Depends: debhelper (>= 8.0.0), gfortran
+Standards-Version: 3.9.4
+Homepage: http://zhanglab.ccmb.med.umich.edu/NW-align
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/nm-align/trunk/
+Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/nm-align/trunk/
+
+Package: nw-align
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: emboss
+Description: global protein sequence alignment
+ NW-align 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/copyright b/debian/copyright
new file mode 100644
index 0000000..e1486db
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: nw-align
+Source: http://zhanglab.ccmb.med.umich.edu/NW-align/
+
+Files: *
+Copyright: 2010 Yang Zhang <Email: zhng at umich.edu>
+License:
+ The program can be freely copied and modified provided the notices 
+ on the head are retained. Comments and bug report should be addressed 
+ to Yang Zhang (Email: zhng at umich.edu). Last update is in 2010/08/03.
+
+Files: debian/*
+Copyright: 2012 Steffen Moeller <moeller at debian.org>
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..d1eac20
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+BLOSUM62.txt
diff --git a/debian/nw-align.dirs b/debian/nw-align.dirs
new file mode 100644
index 0000000..e772481
--- /dev/null
+++ b/debian/nw-align.dirs
@@ -0,0 +1 @@
+usr/bin
diff --git a/debian/nw-align.install b/debian/nw-align.install
new file mode 100644
index 0000000..60acbbb
--- /dev/null
+++ b/debian/nw-align.install
@@ -0,0 +1 @@
+nw-align	usr/bin
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..ba312df
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,23 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ 
+
+override_dh_auto_build:
+	gfortran -O3 -ffast-math -lm -o nw-align NWalign.f
+
+VERSION=0.20100803
+get-orig-source:
+	mkdir nw-align-$(VERSION)
+	cd nw-align-$(VERSION) && wget http://zhanglab.ccmb.med.umich.edu/NW-align/NWalign.f
+	cd nw-align-$(VERSION) && wget http://zhanglab.ccmb.med.umich.edu/NW-align/BLOSUM62.txt
+	GZIP=-9n tar cvf nw-align_$(VERSION).orig.tar.gz nw-align
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
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