From 32f37c937cdf39829fb94205cf3671fc3fd01b44 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 3 Apr 2014 14:34:22 -0700 Subject: [PATCH] add debian files --- debian/changelog | 12 ++++++++++++ debian/compat | 1 + debian/control | 12 ++++++++++++ debian/rules | 4 ++++ 4 files changed, 29 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100755 debian/rules diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..d4d5d2f --- /dev/null +++ b/debian/changelog @@ -0,0 +1,12 @@ +bamtools (2.3.0-1) unstable; urgency=medium + + * New upstream version + + -- Don Armstrong Thu, 03 Apr 2014 13:33:19 -0700 + +bamtools (2.2.0-1) unstable; urgency=low + + * Initial release + + -- Don Armstrong Fri, 30 Nov 2012 14:59:47 -0800 + 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..83fa3ce --- /dev/null +++ b/debian/control @@ -0,0 +1,12 @@ +Source: bamtools +Section: science +Priority: optional +Maintainer: Don Armstrong +Build-Depends: debhelper (>= 9), cmake, libjsoncpp-dev, zlib1g-dev +Standards-Version: 3.9.3 + +Package: bamtools +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: utilities for working with bam files + Utilities for working with bam files diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..4b14e1b --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ -- 2.39.2