[med-svn] [libbiod] 02/02: Inject initial packaging
Andreas Tille
tille at debian.org
Sun Feb 26 06:37:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository libbiod.
commit e3ae6d8913a13793229aacdf1e6d6aaa841a4119
Author: Andreas Tille <tille at debian.org>
Date: Sun Feb 26 07:36:43 2017 +0100
Inject initial packaging
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 26 ++++++++++++++++++++++++++
debian/copyright | 30 ++++++++++++++++++++++++++++++
debian/rules | 15 +++++++++++++++
debian/source/format | 1 +
debian/watch | 3 +++
7 files changed, 81 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..6d35877
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libbiod (0.1.0-1) UNRELEASED; urgency=medium
+
+ * Initial release (Closes: #<bug>)
+
+ -- Andreas Tille <tille at debian.org> Sat, 25 Feb 2017 20:34:50 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..832d079
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: libbiod
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
+Section: science
+Priority: optional
+Build-Depends: debhelper (>= 10),
+ dub
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libbiod.git
+Vcs-Git: https://anonscm.debian.org/git/debian-med/libbiod.git
+Homepage: https://github.com/biod/BioD
+
+Package: libbiod
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: bioinformatics library in D
+ BioD is a fast and memory efficient bioinformatics library written in
+ the D programming language. BioD aims to:
+ * Provide a platform for writing high-performance bioinformatics
+ applications in D. BioD achieves this by:
+ - automatic parallelization of tasks where possible for example
+ reading and writing BAM files.
+ - reducing the GC overhead by avoiding unnecessary memory allocations
+ * Offer support for manipulating common biological data formats.
+ * Write clear documented and maintainable codebase.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..370af0c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: BioD
+Source: https://github.com/biod/BioD/releases
+
+Files: *
+Copyright: 2016 BioD developers, Artem Tarasov, Pjotr Prins
+License: MIT
+
+Files: debian/*
+Copyright: 2017 Andreas Tille <tille at debian.org
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the "Software"),
+ to deal in the Software without restriction, including without limitation
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2aa9ebc
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+
+# DH_VERBOSE := 1
+export LC_ALL=C.UTF-8
+
+%:
+ dh $@
+
+override_dh_auto_clean:
+ dh_auto_clean
+ rm -rf .dub
+
+override_dh_auto_build:
+ dub generate build
+ # seens to need https://github.com/DigitalMars/undeaD
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..c89cdb1
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+
+https://github.com/biod/BioD/releases .*/archive/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libbiod.git
More information about the debian-med-commit
mailing list