This is an automated email from the git hooks/post-receive script. daube-guest pushed a commit to branch master in repository axe-demultiplexer.
commit bed8bb23798fbb1cb55391f5437aa383e50f35a0 Author: Kevin Murray <[email protected]> Date: Thu Jul 30 20:47:15 2015 +1000 Add original upstream debian directory --- debian/axe-demuxer.dirs | 2 ++ debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 18 ++++++++++++++++++ debian/copyright | 22 ++++++++++++++++++++++ debian/rules | 7 +++++++ debian/source/format | 1 + 7 files changed, 56 insertions(+) diff --git a/debian/axe-demuxer.dirs b/debian/axe-demuxer.dirs new file mode 100644 index 0000000..98d1583 --- /dev/null +++ b/debian/axe-demuxer.dirs @@ -0,0 +1,2 @@ +usr/bin +usr/share/man/man1 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..b8512ee --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +axe-demuxer (0.2.1-1) UNRELEASED; urgency=medium + + * Initial debian release. (Closes: #XXXXX) + + -- Kevin Murray <[email protected]> Mon, 26 Jan 2015 11:00:07 +1100 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..3690816 --- /dev/null +++ b/debian/control @@ -0,0 +1,18 @@ +Source: axe-demuxer +Maintainer: Kevin Murray <[email protected]> +Section: science +Priority: optional +Standards-Version: 3.9.6 +Build-Depends: debhelper (>= 9), + cmake, + zlib1g-dev +Homepage: https://github.com/kdmurray91/axe + +Package: axe-demuxer +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Trie-based DNA sequencing read demultiplexer + AXE very rapidly selects the optimal barcode present in a sequence read, even + in the presence of sequencing errors. The algorithm is able to handle + combinatorial barcoding, barcodes of differing length, and several mismatches + per barcode. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..d061295 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,22 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: axe +Source: https://github.com/kdmurray91/axe + +Files: * +Copyright: 2014 Kevin Murray +License: GPL-3+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..1021374 --- /dev/null +++ b/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +DPKG_EXPORT_BUILDFLAGS = 1 +include /usr/share/dpkg/buildflags.mk + +%: + dh $@ --buildsystem=cmake + 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/axe-demultiplexer.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
