[Python-modules-commits] [pytest-localserver] 02/05: Imported Debian patch 0.3.4-1

Daniel Stender danstender-guest at moszumanska.debian.org
Sat Jul 18 16:49:18 UTC 2015


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

danstender-guest pushed a commit to branch master
in repository pytest-localserver.

commit a090897c9a203a17c13363f86b40689ec7e3d22b
Author: Daniel Stender <debian at danielstender.com>
Date:   Sat Jul 18 17:45:26 2015 +0200

    Imported Debian patch 0.3.4-1
---
 debian/changelog      |  5 +++++
 debian/compat         |  1 +
 debian/control        | 44 ++++++++++++++++++++++++++++++++++++++++++++
 debian/copyright      | 32 ++++++++++++++++++++++++++++++++
 debian/gbp.conf       |  8 ++++++++
 debian/rules          | 11 +++++++++++
 debian/source/format  |  1 +
 debian/source/options |  1 +
 debian/watch          |  3 +++
 9 files changed, 106 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..88a3ec1
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+pytest-localserver (0.3.4-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #792784)
+
+ -- Daniel Stender <debian at danielstender.com>  Sat, 18 Jul 2015 17:45:26 +0200
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..9d89588
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,44 @@
+Source: pytest-localserver
+Section: python
+Priority: optional
+Maintainer: Daniel Stender <debian at danielstender.com>
+Uploaders:
+ Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all,
+ python-pytest,
+ python-requests,
+ python-setuptools,
+ python-six,
+ python-werkzeug,
+ python3-all,
+ python3-pytest,
+ python3-requests,
+ python3-setuptools,
+ python3-six,
+ python3-werkzeug
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/pytest-localserver.git
+Vcs-Browser: http://anonscm.debian.org/cgit/python-modules/packages/pytest-localserver.git
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.3
+
+Package: python-pytest-localserver
+Architecture: all
+Depends:
+ python-pytest,
+ ${misc:Depends},
+ ${python:Depends}
+Description: py.test plugin to test server connections locally (Python 2)
+ Hello, world!
+
+Package: python3-pytest-localserver
+Architecture: all
+Depends:
+ python3-pytest,
+ ${misc:Depends},
+ ${python3:Depends}
+Description: py.test plugin to test server connections locally (Python 3)
+ Hello, world!
\ No newline at end of file
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..b4045be
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pytest-localserver
+Upstream-Contact: Sebastian Rahlf <basti at redtoad.de>
+Source: https://pypi.python.org/pypi/pytest-localserver
+
+Files: *
+Copyright: 2010-2013 Sebastian Rahlf
+License: Expat
+
+Files: debian/*
+Copyright: 2015 Daniel Stender <debian at danielstender.com>
+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/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..e146337
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,8 @@
+[DEFAULT]
+upstream-tag = upstream/%(version)s
+debian-tag = debian/%(version)s
+pristine-tar = True
+
+[git-import-orig]
+upstream-branch = upstream
+debian-branch = master
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..58c893d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+#export DEB_BUILD_OPTIONS=nocheck
+export PYBUILD_TEST_PYTEST=1
+export PYBUILD_NAME=pytest-localserver
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_installdocs:
+	dh_installdocs -A README
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/source/options b/debian/source/options
new file mode 100644
index 0000000..6e88e49
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore="^[^/]+\.egg-info/"
\ No newline at end of file
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..62f904c
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/pytest-localserver/pytest-localserver-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ No newline at end of file

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



More information about the Python-modules-commits mailing list