Skip to content
Commits on Source (3)
fasta3 (36.3.8g-1) unstable; urgency=low
[ Andreas Tille ]
* Moved packaging from SVN to Git
[ Steffen Moeller]
* Initial release (Closes: #895740)
* New upstream version.
* Fixed remaining lintian error.
* Bumped policy to 4.1.4.
[ Alexandre Mestiashvili]
* Add zlib1g-dev to Build-Depends
* Apply cme fix dpkg, fixing indentation, secure url and patch descriptions
-- Steffen Moeller <moeller@debian.org> Sun, 15 Apr 2018 16:08:39 +0200
fasta3 (36.3.8f-1) UNRELEASED; urgency=low
[ Andreas Tille ]
* Moved packaging from SVN to Git
-- Steffen Moeller <moeller@debian.org> Tue, 05 Dec 2017 17:19:26 +0100
Source: fasta3
Section: non-free/science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 4.1.4
Section: non-free/science
XS-Autobuild: no
Priority: optional
Build-Depends: debhelper (>= 9),
zlib1g-dev
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/med-team/fasta3
Vcs-Git: https://salsa.debian.org/med-team/fasta3.git
Homepage: http://fasta.bioch.virginia.edu
Package: fasta3
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends},
${misc:Depends}
Description: tools for searching collections of biological sequences
The FASTA programs find regions of local or global similarity between
Protein or DNA sequences, either by searching Protein or DNA databases,
......@@ -59,7 +62,8 @@ Description: tools for searching collections of biological sequences
Package: fasta3-doc
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends},
${misc:Depends}
Description: user guide for FASTA tools
The FASTA programs find regions of local or global similarity between
Protein or DNA sequences, either by searching Protein or DNA databases,
......@@ -72,4 +76,3 @@ Description: user guide for FASTA tools
The use of the package's many binaries and the equally representated
conceptual approaches towards sequence analyses are summarised in
this PDF.
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FASTA
Source: http://faculty.virginia.edu/wrpearson/fasta/fasta3/
......
Description: Makefile
Index: fasta3/make/Makefile
===================================================================
--- fasta3.orig/make/Makefile
......
Description: OVERFLOW
Index: fasta3/src/dropnnw2.c
===================================================================
--- fasta3.orig/src/dropnnw2.c
......