[Python-modules-commits] [pytest-runner] 04/09: Add Debian files

Brian May bam at moszumanska.debian.org
Sun Apr 3 02:29:32 UTC 2016


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

bam pushed a commit to branch master
in repository pytest-runner.

commit 896a6c205f4375b1dea9e342d2efed23a1bf3d52
Author: Brian May <brian at linuxpenguins.xyz>
Date:   Sun Apr 3 12:15:08 2016 +1000

    Add Debian files
---
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 30 ++++++++++++++++++++++++++++++
 debian/copyright | 32 ++++++++++++++++++++++++++++++++
 debian/rules     |  7 +++++++
 debian/watch     |  3 +++
 6 files changed, 78 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..f67fda5
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+pytest-runner (2.6.2-1) unstable; urgency=medium
+
+  * Initial release. (Closes: #XXXXXX)
+
+ -- Brian May <bam at debian.org>  Sat, 26 Mar 2016 15:29:22 +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..ae013a7
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,30 @@
+Source: pytest-runner
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Brian May <bam at debian.org>
+Build-Depends: debhelper (>=9), dh-python,
+ python-all (>= 2.6.6-3~), python-setuptools,
+ python3-all, python3-setuptools,
+Standards-Version: 3.9.7
+Homepage: https://github.com/pytest-dev/pytest-runner
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pytest-runner.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pytest-runner.git
+
+Package: python-pytest-runner
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Python bit pack/unpack package
+ This module is intended to have a similar interface as the python struct
+ module, but working on bits instead of primitive data types (char, int, ...).
+ .
+ This package contains the Python 2 module.
+
+Package: python3-pytest-runner
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: Python bit pack/unpack package
+ This module is intended to have a similar interface as the python struct
+ module, but working on bits instead of primitive data types (char, int, ...).
+ .
+ This package contains the Python 3 module.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..64ed953
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pytest-runner
+Upstream-Contact: Jason R. Coombs
+Source: http://pypi.python.org/pypi/pytest-runner/
+
+Files: *
+Copyright: 2015, Jason R. Coombs
+License: Expat
+
+Files: debian/*
+Copyright: 2015, Brian May <bam at debian.org>
+License: Expat
+
+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/rules b/debian/rules
new file mode 100755
index 0000000..2dc67ce
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+export PYBUILD_NAME=pytest-runner
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..4446164
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/pytest-runner/pytest-runner-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pytest-runner.git



More information about the Python-modules-commits mailing list