[med-svn] [python-pymummer] 02/02: Initial packaging

Afif Elghraoui afif-guest at moszumanska.debian.org
Fri Nov 13 07:22:17 UTC 2015


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

afif-guest pushed a commit to branch master
in repository python-pymummer.

commit 145a3ca5950fe6b36261c64caf7152e43da64ae1
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Thu Nov 12 23:20:02 2015 -0800

    Initial packaging
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 29 +++++++++++++++++++++++++++++
 debian/docs          |  1 +
 debian/rules         | 10 ++++++++++
 debian/source/format |  1 +
 6 files changed, 47 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..fc70024
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-pymummer (0.6.1-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #nnnn)
+
+ -- Afif Elghraoui <afif at ghraoui.name>  Thu, 12 Nov 2015 22:39:33 -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..0342b8a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: python-pymummer
+Section: python
+Priority: optional
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders:
+	Afif Elghraoui <afif at ghraoui.name>
+Build-Depends:
+	debhelper (>= 9),
+	dh-python,
+	python3-all,
+	python3-setuptools,
+	fastaq (>=3.10.0),
+	mummer,
+# Test-Depends:
+	python3-nose,
+Standards-Version: 3.9.6
+Homepage: https://github.com/sanger-pathogens/pymummer
+Vcs-Git: git://anonscm.debian.org/debian-med/python-pymummer.git
+Vcs-Browser: http://anonscm.debian.org/cgit/debian-med/python-pymummer.git
+
+Package: python3-pymummer
+Architecture: all
+Depends:
+	${misc:Depends},
+	${python3:Depends},
+	fastaq (>=3.10.0),
+	mummer,
+Description: Python 3 interface to MUMmer
+ <insert long description, indented with spaces>
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..196fb2a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+#DH_VERBOSE = 1
+
+include /usr/share/dpkg/default.mk
+
+export PYBUILD_NAME=pymummer
+
+%:
+	LC_ALL=C.UTF-8 dh $@ --with python3 --buildsystem=pybuild
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/python-pymummer.git



More information about the debian-med-commit mailing list