From 0ac7f49fba7bcbd5278a5ee3d1a61535fb87af1a Mon Sep 17 00:00:00 2001 From: Kevin Murray Date: Sun, 19 Jul 2015 22:12:00 +1000 Subject: [PATCH] Remove 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 deletions(-) delete mode 100644 debian/axe-demuxer.dirs delete mode 100644 debian/changelog delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100755 debian/rules delete mode 100644 debian/source/format diff --git a/debian/axe-demuxer.dirs b/debian/axe-demuxer.dirs deleted file mode 100644 index 98d1583..0000000 --- a/debian/axe-demuxer.dirs +++ /dev/null @@ -1,2 +0,0 @@ -usr/bin -usr/share/man/man1 diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index b8512ee..0000000 --- a/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -axe-demuxer (0.2.1-1) UNRELEASED; urgency=medium - - * Initial debian release. (Closes: #XXXXX) - - -- Kevin Murray Mon, 26 Jan 2015 11:00:07 +1100 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control deleted file mode 100644 index 3690816..0000000 --- a/debian/control +++ /dev/null @@ -1,18 +0,0 @@ -Source: axe-demuxer -Maintainer: Kevin Murray -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 deleted file mode 100644 index d061295..0000000 --- a/debian/copyright +++ /dev/null @@ -1,22 +0,0 @@ -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 . - . - 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 deleted file mode 100755 index 1021374..0000000 --- a/debian/rules +++ /dev/null @@ -1,7 +0,0 @@ -#!/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 deleted file mode 100644 index 163aaf8..0000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt)