summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-07-06 07:21:22 +0100
committerSean Whitton <spwhitton@spwhitton.name>2017-07-06 07:27:35 +0100
commitfc65c2d7a396fa996586dd2b4c1ba2a06848a3a0 (patch)
tree97bb1269af94d5a950b438c16f8084b53d33577b
parentb0c0ec39f7a0175cc5a5f7299bb6db8e1086a84f (diff)
initial Debianisation
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control26
-rwxr-xr-xdebian/rules6
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch3
6 files changed, 42 insertions, 0 deletions
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 <spwhitton@spwhitton.name> 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 <python-modules-team@lists.alioth.debian.org>
+Uploaders:
+ Sean Whitton <spwhitton@spwhitton.name>,
+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)))