[med-svn] [libqes] 02/14: Initial debian configs

Kevin Murray daube-guest at moszumanska.debian.org
Sun Nov 15 12:13:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

daube-guest pushed a commit to branch master
in repository libqes.

commit b28b3d1590f818278445fd7390bf851417c79124
Author: Kevin Murray <spam at kdmurray.id.au>
Date:   Wed Oct 21 16:38:14 2015 +1100

    Initial debian configs
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 29 +++++++++++++++++++++++++++++
 debian/copyright     | 45 +++++++++++++++++++++++++++++++++++++++++++++
 debian/docs          |  3 +++
 debian/rules         |  6 ++++++
 debian/source/format |  1 +
 debian/watch         |  3 +++
 8 files changed, 93 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..4d39582
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libqes (0.1.20-1) unstable; urgency=medium
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Kevin Murray <spam at kdmurray.id.au>  Wed, 21 Oct 2015 16:20:26 +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..ddc448c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: libqes
+Priority: optional
+Maintainer: Kevin Murray <spam at kdmurray.id.au>
+Build-Depends: debhelper (>= 9),
+               cmake
+Standards-Version: 3.9.6
+Section: libs
+Homepage: https://github.com/kdmurray91/libqes
+Vcs-Git: git://anonscm.debian.org/debian-med/libqes.git
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libqes.git
+
+Package: libqes-dev
+Section: libdevel
+Architecture: any
+Depends: libqes0 (= ${binary:Version}),
+        ${misc:Depends}
+Description: DNA sequence parsing library -- development
+ A small C library, with a bioinformatic focus. Optimised for speed and a clean
+ API. Handles sequence parsing and miscellaneous manipulation of DNA sequences.
+ .
+ These are the development headers required to use libqes in your own
+ applications.
+
+Package: libqes0
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: DNA sequence parsing library
+ A small C library, with a bioinformatic focus. Optimised for speed and a clean
+ API. Handles sequence parsing and miscellaneous manipulation of DNA sequences.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..d8f0d73
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,45 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: libqes
+Source: https://github.com/kdmurray91/libqes
+
+Files: *
+Copyright: 2014-2015 Kevin Murray <spam at kdmurray.id.au>
+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".
+
+Files: debian/*
+Copyright: 2015 Kevin Murray <spam at kdmurray.id.au>
+License: Expat
+ 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/docs b/debian/docs
new file mode 100644
index 0000000..5586e48
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,3 @@
+README.md
+TODO.md
+AUTHORS
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..a968909
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
+
+%:
+	dh $@ --buildsystem=cmake --parallel
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..bbe6600
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg.*//,filenamemangle=s/(?:.*?)?v?(\d[\d.]*)\.tar\.gz/libqes_$1.tar.gz/" \
+  https://github.com/kdmurray91/libqes/tags .*/v?(\d\S*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libqes.git



More information about the debian-med-commit mailing list