[med-svn] [ffp] 01/04: Inject ffp

Andreas Tille tille at debian.org
Wed Dec 6 21:46:38 UTC 2017


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

tille pushed a commit to branch master
in repository ffp.

commit 55a7aafc49bebd0fbb1a580981cf2c2d5efe3104
Author: Andreas Tille <tille at debian.org>
Date:   Thu Nov 26 17:50:54 2015 +0000

    Inject ffp
---
 debian/changelog         |  5 +++++
 debian/compat            |  1 +
 debian/control           | 25 +++++++++++++++++++++++++
 debian/copyright         | 20 ++++++++++++++++++++
 debian/docs              |  2 ++
 debian/links             |  1 +
 debian/rules             | 11 +++++++++++
 debian/source/format     |  1 +
 debian/upstream/metadata | 12 ++++++++++++
 debian/watch             |  3 +++
 10 files changed, 81 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ed4d0d2
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ffp (3.19-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #<bug>)
+
+ -- Andreas Tille <tille at debian.org>  Thu, 26 Nov 2015 17:09:45 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..de40d44
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: ffp
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
+Section: non-free/science
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               dh-autoreconf,
+               perl-tk,
+               ghostscript,
+               groff
+Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/ffp/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/ffp/trunk/
+Homepage: http://sourceforge.net/projects/ffp-phylogeny/
+
+Package: ffp
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         perl-tk
+Description: Feature Frequency Profile Phylogeny
+ FFP (Feature frequency profile) is an alignment free comparison tool for
+ phylogenetic analysis and text comparison. It can be applied to
+ nucleotide sequences, complete genomes, proteomes and even used for text
+ comparison.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..2dcb493
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,20 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: FFP
+Upstream-Contact: Gregory E. Sims <gsims1997 at yahoo.com>
+Source: http://sourceforge.net/projects/ffp-phylogeny/files/
+
+Files: *
+Copyright: 2009-2012 gsims1997 at yahoo.com
+License: non-free
+ Copies of this software may be made without modification provided those
+ copies are in agreement with the license included in this distribution.
+ The terms of the license describing this software distribution expressly
+ prohibits commercial usage. For details see the file LICENSE included
+ in this directory of the distribution.  For commercial licensing terms,
+ please contact the authors.
+
+Files: debian/*
+Copyright: 2015 Andreas Tille <tille at debian.org>
+License: GPL-3+
+ On Debian systems you can find the full text of GPL at
+ /usr/share/common-licenses/GPL.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..9eafbe1
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+README
+NEWS
diff --git a/debian/links b/debian/links
new file mode 100644
index 0000000..afbf213
--- /dev/null
+++ b/debian/links
@@ -0,0 +1 @@
+/usr/share/examples/ffp	/usr/share/doc/ffp/examples
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..934dc7b
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+# DH_VERBOSE := 1
+
+DEBPKGNAME     := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
+
+%:
+	dh $@ --with autoreconf
+
+override_dh_compress:
+	dh_compress --exclude=README
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)
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..5c03d56
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,12 @@
+Reference:
+  Author: Gregory E. Sims and Sung-Hou Kim
+  Title: "Whole-genome phylogeny of Escherichia coli/Shigella group by feature frequency profiles (FFPs)"
+  Journal: Proc Natl Acad Sci U S A.
+  Year: 2011
+  Volume: 108
+  Number: 20
+  Pages: 8329-34
+  DOI: 10.1073/pnas.1105168108
+  PMID: 21536867
+  URL: http://www.pnas.org/content/108/20/8329
+  eprint: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3100984/pdf/pnas.201105168.pdf
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..db8f932
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+
+http://sf.net/ffp-phylogeny/ffp-(\d[\d\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

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



More information about the debian-med-commit mailing list