[Python-modules-commits] [python-jsontest] 04/04: added debian/

Daniel Stender stender at moszumanska.debian.org
Sat Jun 4 03:46:59 UTC 2016


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

stender pushed a commit to branch master
in repository python-jsontest.

commit e60ee527e4752e806bc15bdb721f005218aae49d
Author: Daniel Stender <stender at debian.org>
Date:   Sat Jun 4 05:43:13 2016 +0200

    added debian/
---
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 24 ++++++++++++++++++++++++
 debian/copyright | 31 +++++++++++++++++++++++++++++++
 debian/rules     |  5 +++++
 debian/watch     |  3 +++
 6 files changed, 69 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..02b20fa
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-jsontest (1.2-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #823305).
+
+ -- Daniel Stender <stender at debian.org>  Sat, 04 Jun 2016 05:13:43 +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..eb2665b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: python-jsontest
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Daniel Stender <stender at debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python3,
+ python3-setuptools
+Standards-Version: 3.9.8
+Homepage: https://github.com/Fizzadar/JsonTest
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pytest-jsontest.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pytest-jsontest.git
+X-Python3-Version: >= 3.5
+
+Package: python3-jsontest
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python3:Depends}
+Description: Python metaclass for generating tests from JSON files
+ JsonTest is a small metaclass designed for automatically generating tests
+ based off JSON files. Originally build for testing ElacticQuery.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e7303a9
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: JsonTest
+Upstream-Contact: Nick Barrett <pointlessrambler at gmail.com>
+Source: https://github.com/Fizzadar/JsonTest
+
+Files: *
+Copyright: 2015 Nick Barrett <pointlessrambler at gmail.com>
+License: Expat
+
+Files: debian/*
+Copyright: 2016 Daniel Stender <stender at debian.org>
+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/rules b/debian/rules
new file mode 100755
index 0000000..186e317
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+
+%:
+	dh $@ --with python3 --buildsystem=pybuild
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..0141b51
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts="filenamemangle=s/(?:.*)?v?(\d[\d\.]+)\.tar\.gz/python-jsontest-$1.tar.gz/" \
+https://github.com/Fizzadar/JsonTest/releases (?:.*/)?v?(\d[\d\.]+)\.tar\.gz

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



More information about the Python-modules-commits mailing list