[med-svn] [biomaj3-core] 02/04: add debian files

Olivier Sallou osallou at debian.org
Thu Aug 17 07:44:19 UTC 2017


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

osallou pushed a commit to branch master
in repository biomaj3-core.

commit 327bbec57c8fdf2500233c9cab484099b7a022af
Author: Olivier Sallou <osallou at debian.org>
Date:   Thu Aug 17 07:23:42 2017 +0000

    add debian files
---
 debian/changelog                 |  5 +++++
 debian/compat                    |  1 +
 debian/control                   | 31 +++++++++++++++++++++++++++++++
 debian/copyright                 | 14 ++++++++++++++
 debian/python3-biomaj3-core.docs |  1 +
 debian/rules                     |  5 +++++
 debian/source/format             |  1 +
 debian/watch                     |  3 +++
 8 files changed, 61 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..babf3c0
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+biomaj3-core (3.0.9-1) UNRELEASED; urgency=low
+
+  * First packaging of biomaj-core (Closes: #XXXX).
+
+ -- Olivier Sallou <osallou at debian.org>  Mon, 07 Aug 2017 09:37:05 +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..4dee943
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: biomaj3-core
+Section: python
+Priority: optional
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Olivier Sallou <osallou at debian.org>
+Build-Depends: debhelper (>= 9), dh-python,
+               python3-all,
+               python3-elasticsearch,
+               python3-future,
+               python3-mock,
+               python3-nose,
+               python3-setuptools,
+Standards-Version: 3.9.6
+Homepage: http://biomaj.genouest.org
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/biomaj3-core.git
+Vcs-Git: https://anonscm.debian.org/git/debian-med/biomaj3-core.git
+
+Package: python3-biomaj3-core
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends},
+Recommends: ${python3:Recommends}
+Suggests: ${python3:Suggests}
+XB-Python-Egg-Name: biomaj-core
+Description: BioMAJ core library - Python 3.X
+ BioMAJ downloads remote data banks, checks their status and applies
+ transformation workflows, with consistent state, to provide ready-to-use
+ data for biologists and bioinformaticians. For example, it can transform
+ original FASTA files into BLAST indexes. It is very flexible and its
+ post-processing facilities can be extended very easily.
+ .
+ This package containers the core library for BioMAJ
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..9fec8ad
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,14 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: biomaj-core
+Upstream-Contact: Olivier Sallou <olivier.sallou at irisa.fr>
+Source: http://biomaj.genouest.org
+
+Files: *
+Copyright: Olivier Sallou <olivier.sallou at irisa.fr>
+License: None
+
+Files: debian/*
+Copyright: 2015 © Olivier Sallou <osallou at tifenn.irisa.fr>
+License: None
+
+License: None
diff --git a/debian/python3-biomaj3-core.docs b/debian/python3-biomaj3-core.docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/python3-biomaj3-core.docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..a027ec2
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#! /usr/bin/make -f
+
+export PYBUILD_NAME=biomaj-core
+%:
+	dh $@ --with python3 --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)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..ab947bb
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+opts="repack,compression=xz,filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/biomaj3-core-$1\.tar\.gz/" \
+  https://github.com/genouest/biomaj-core/tags .*/v?(\d\S+)\.tar\.gz

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



More information about the debian-med-commit mailing list