[Python-modules-commits] [python-genty] 03/06: Initial upload.

Tristan Seligmann mithrandi at moszumanska.debian.org
Mon Jan 18 14:22:35 UTC 2016


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

mithrandi pushed a commit to branch master
in repository python-genty.

commit 668d19057f4e032c3e2ca17d5dd123f2749e5e91
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date:   Mon Jan 18 15:47:45 2016 +0200

    Initial upload.
---
 debian/.git-dpm  |  3 +++
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 38 ++++++++++++++++++++++++++++++++++++++
 debian/rules     |  6 ++++++
 debian/watch     |  4 ++++
 6 files changed, 57 insertions(+)

diff --git a/debian/.git-dpm b/debian/.git-dpm
index 7ca4bbe..912f730 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -6,3 +6,6 @@
 python-genty_1.3.0.orig.tar.gz
 7d9e4b1da31a136c47e7ac91a0204e13cefbb35f
 22751
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..2a0a292
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-genty (1.3.0-1) unstable; urgency=low
+
+  * Initial upload.
+
+ -- Tristan Seligmann <mithrandi at debian.org>  Mon, 18 Jan 2016 15:40:03 +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..cc6ab6b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,38 @@
+Source: python-genty
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Tristan Seligmann <mithrandi at debian.org>
+Section: python
+Priority: optional
+Build-Depends: dh-python, python-setuptools (>= 0.6b3), python3-setuptools, python-all (>= 2.6.6-3), python3-all, debhelper (>= 9)
+Standards-Version: 3.9.6
+Homepage: https://github.com/box/genty
+
+Package: python-genty
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Allows you to run a test with multiple data sets (Python 2)
+ Genty, pronounced “gen-tee”, stands for “generate tests”. It is a Python
+ library for generative testing, where a single test can execute over a variety
+ of input.
+ .
+ This package contains the Python 2 version of genty.
+
+Package: python3-genty
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: Allows you to run a test with multiple data sets (Python 3)
+ Genty, pronounced “gen-tee”, stands for “generate tests”. It is a Python
+ library for generative testing, where a single test can execute over a variety
+ of input.
+ .
+ This package contains the Python 3 version of genty.
+
+Package: pypy-genty
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: Allows you to run a test with multiple data sets (PyPy)
+ Genty, pronounced “gen-tee”, stands for “generate tests”. It is a Python
+ library for generative testing, where a single test can execute over a variety
+ of input.
+ .
+ This package contains the PyPy version of genty.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..3e7df53
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=genty
+%:
+	dh $@ --with python2,python3,pypy --buildsystem=pybuild
+
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..39a568a
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# please also check http://pypi.debian.net/genty/watch
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/genty/genty-(.+)\.(?: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/python-genty.git



More information about the Python-modules-commits mailing list