From fc65c2d7a396fa996586dd2b4c1ba2a06848a3a0 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 6 Jul 2017 07:21:22 +0100 Subject: initial Debianisation --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 26 ++++++++++++++++++++++++++ debian/rules | 6 ++++++ debian/source/format | 1 + debian/watch | 3 +++ 6 files changed, 42 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..f9d472a --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +pytest-helpers-namespace (2016.7.10-1) UNRELEASED; urgency=medium + + * Initial release. (Closes: #867375) + + -- Sean Whitton Thu, 06 Jul 2017 07:15:47 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..f599e28 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +10 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..0f314fe --- /dev/null +++ b/debian/control @@ -0,0 +1,26 @@ +Source: pytest-helpers-namespace +Section: python +Priority: optional +Maintainer: Debian Python Modules Team +Uploaders: + Sean Whitton , +Build-Depends: + debhelper (>= 10), + dh-python, + python3-all, + python3-setuptools, +Standards-Version: 4.0.0 +Homepage: https://github.com/saltstack/pytest-helpers-namespace +Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pytest-helpers-namespace.git +Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pytest-helpers-namespace.git + +Package: python3-pytest-helpers-namespace +Architecture: all +Depends: + ${misc:Depends}, + ${python3:Depends}, +Description: provides a namespace for pytest helpers + Permits registering pytest helpers in conftest.py, which allows them + to be used in a test without importing them. + . + This package contains the Python 3 module. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..47f9be8 --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +export PYBUILD_NAME=pytest-helpers-namespace + +%: + 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) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..0d89f2c --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts=uversionmangle=s/(rc|a|b|c)/~$1/ \ +https://pypi.debian.net/pytest-helpers-namespace/pytest-helpers-namespace-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) -- cgit v1.2.3