]> git.donarmstrong.com Git - bamtools.git/commitdiff
add debian files debian
authorDon Armstrong <don@donarmstrong.com>
Thu, 3 Apr 2014 21:34:22 +0000 (14:34 -0700)
committerDon Armstrong <don@donarmstrong.com>
Thu, 3 Apr 2014 21:34:22 +0000 (14:34 -0700)
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/rules [new file with mode: 0755]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..d4d5d2f
--- /dev/null
@@ -0,0 +1,12 @@
+bamtools (2.3.0-1) unstable; urgency=medium
+
+  * New upstream version
+
+ -- Don Armstrong <don@debian.org>  Thu, 03 Apr 2014 13:33:19 -0700
+
+bamtools (2.2.0-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Don Armstrong <don@donarmstrong.com>  Fri, 30 Nov 2012 14:59:47 -0800
+
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..ec63514
--- /dev/null
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..83fa3ce
--- /dev/null
@@ -0,0 +1,12 @@
+Source: bamtools
+Section: science
+Priority: optional
+Maintainer: Don Armstrong <don@donarmstrong.com>
+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 (executable)
index 0000000..4b14e1b
--- /dev/null
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%: 
+       dh $@