[med-svn] [ariba] 02/06: add debian dir

Sascha Steinbiss sascha-guest at moszumanska.debian.org
Sat Dec 5 11:02:38 UTC 2015


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

sascha-guest pushed a commit to branch master
in repository ariba.

commit 9cfc50f1b54ed35488b5f14fd31795088a87967b
Author: Sascha Steinbiss <sascha at steinbiss.name>
Date:   Sat Dec 5 07:55:31 2015 +0000

    add debian dir
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 26 ++++++++++++++++++++++++++
 debian/rules         |  8 ++++++++
 debian/source/format |  1 +
 5 files changed, 41 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..7a755f6
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ariba (0.6.0-1) unstable; urgency=low
+
+  * source package automatically created by stdeb 0.8.2
+
+ -- Martin Hunt <path-help at sanger.ac.uk>  Sat, 05 Dec 2015 07:44:21 +0000
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..e9a20df
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: ariba
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Sascha Steinbiss <sascha at steinbiss.name>
+Section: science
+Priority: optional
+X-Python3-Version: >= 3.4.2
+Testsuite: autopkgtest
+Build-Depends: debhelper (>= 9), python3, python3-setuptools
+Standards-Version: 3.9.6
+Homepage: https://github.com/sanger-pathogens/ariba
+Vcs-Git: git://anonscm.debian.org/debian-med/ariba.git
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/ariba.git
+
+Package: ariba
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}, bowtie2 (>= 2.1.0),
+         cd-hit (>= 4.6), samtools (>= 1.2), bcftools (>= 1.2),
+         mummer (>= 3.23), velvet (>= 1.2.07)
+Description: Antibiotic Resistance Identification By Assembly
+ ARIBA is a tool that identifies antibiotic resistance genes by running local
+ assemblies.
+ The input is a FASTA file of reference genes and paired sequencing reads. ARIBA
+ reports which of the reference genes were found, plus detailed information on
+ the quality of the assemblies and any variants between the sequencing reads
+ and the reference genes.
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..55e66bd
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.8.2 at
+# Sat, 05 Dec 2015 07:44:21 +0000
+export PYBUILD_NAME=ariba
+%:
+	dh $@ --with python2 --buildsystem=pybuild
+
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/ariba.git



More information about the debian-med-commit mailing list