summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/.git-dpm8
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control27
-rw-r--r--debian/copyright28
-rwxr-xr-xdebian/rules6
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch3
8 files changed, 79 insertions, 0 deletions
diff --git a/debian/.git-dpm b/debian/.git-dpm
new file mode 100644
index 0000000..d3f0367
--- /dev/null
+++ b/debian/.git-dpm
@@ -0,0 +1,8 @@
+# see git-dpm(1) from git-dpm package
+30a004ac7fcd4db3f8abe6e825bb64d6ec67c179
+30a004ac7fcd4db3f8abe6e825bb64d6ec67c179
+30a004ac7fcd4db3f8abe6e825bb64d6ec67c179
+30a004ac7fcd4db3f8abe6e825bb64d6ec67c179
+pytest-helpers-namespace_2017.11.11.orig.tar.gz
+992046342447ed8ad264183194218cffc3ac8236
+5021
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..c03994a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+pytest-helpers-namespace (2016.7.10-1) unstable; urgency=medium
+
+ * Initial release. (Closes: #867375)
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Thu, 06 Jul 2017 14:18:03 +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..784b278
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+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
+X-Python3-Version: >= 3.3
+
+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/copyright b/debian/copyright
new file mode 100644
index 0000000..cb0a3e6
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pytest-helpers-namespace
+Source: https://pypi.python.org/pypi/pytest-helpers-namespace
+
+Files: *
+Copyright: (C) 2016 the SaltStack Team
+License: Apache-2.0
+Comment: This plugin was written by Pedro Algarvio <pedro@algarvio.me>
+
+Files: debian/*
+Copyright: (C) 2017 Sean Whitton <spwhitton@spwhitton.name>
+License: Apache-2.0
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, the complete text of the Apache version 2.0 license
+ can be found in "/usr/share/common-licenses/Apache-2.0".
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)))