[Python-modules-commits] [pytest-django] 04/04: Add debian files.

Brian May bam at moszumanska.debian.org
Thu Oct 22 23:41:49 UTC 2015


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

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

commit 69fc7c10c7dedf986b462bb874c9fd375e317854
Author: Brian May <brian at microcomaustralia.com.au>
Date:   Fri Oct 23 09:36:08 2015 +1100

    Add debian files.
---
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 33 +++++++++++++++++++++++++++++++++
 debian/copyright | 36 ++++++++++++++++++++++++++++++++++++
 debian/rules     |  8 ++++++++
 debian/watch     |  3 +++
 6 files changed, 86 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..cc8d000
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+pytest-django (2.9.1-1) UNRELEASED; urgency=low
+
+  * Initial version. Closes: #802727.
+
+ -- Brian May <bam at debian.org>  Fri, 23 Oct 2015 09:24:46 +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..e183a16
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,33 @@
+Source: pytest-django
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Brian May <bam at debian.org>
+Section: python
+Priority: optional
+Build-Depends:
+    debhelper (>= 9), dh-python,
+    python-all (>= 2.6.6-3), python-setuptools (>= 0.6b3), python-setuptools-scm,
+    python3-all, python3-setuptools, python3-setuptools-scm,
+Standards-Version: 3.9.6
+Homepage: http://pytest-django.readthedocs.org/
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/pytest-django.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pytest-django.git
+
+Package: python-pytest-django
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Django plugin for py.test.
+ Running your test suite with pytest-django allows you to access features
+ of pytest that wouldn't normally be available with the Django’s
+ manage.py test command.
+ .
+ This package contains the python 2 version.
+
+Package: python3-pytest-django
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Django plugin for py.test.
+ Running your test suite with pytest-django allows you to access features
+ of pytest that wouldn't normally be available with the Django’s
+ manage.py test command.
+ .
+ This package contains the python 3 version.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e11bcd4
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: pytest-django
+Source: <https://pypi.python.org/pypi/pytest-django/>
+
+Files: *
+Copyright: 2009, Ben Firshman
+License: BSD-3-Clause
+
+Files: debian/*
+Copyright: 2015 Brian May <bam at debian.org>
+License: BSD-3-Clause
+
+License: BSD-3-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the University nor the names of its contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..b38525a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.8.2 at
+# Fri, 23 Oct 2015 09:24:46 +1100
+export PYBUILD_NAME=pytest-django
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..0358fba
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/pytest-django/pytest-django-(.+)\.(?: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-django.git



More information about the Python-modules-commits mailing list