diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..55721a5 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +flask-testing (0.4.2-1) unstable; urgency=low + + * Initial release (closes: #NNNNNN) + + -- Stefano Zacchiroli Fri, 04 Dec 2015 16:56:47 +0000 + 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..d1495ee --- /dev/null +++ b/debian/control @@ -0,0 +1,60 @@ +Source: flask-testing +Section: python +Priority: optional +Maintainer: Stefano Zacchiroli +Uploaders: Debian Python Modules Team +Build-Depends: debhelper (>= 9), dh-python, + python-all, + python-flask, + python-setuptools, + python3-all, + python3-setuptools, + python3-sphinx, +Standards-Version: 3.9.6 +Homepage: https://github.com/jarus/flask-testing +Vcs-Git: git://anonscm.debian.org/python-modules/packages/flask-testing.git +Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/flask-testing.git + +Package: python-flask-testing +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, +Recommends: ${python:Recommends} +Suggests: ${python:Suggests} +XB-Python-Egg-Name: Flask-Testing +Description: Unit testing for Flask - Python 2.X + Flask-Testing + ------------- + . + Flask unittest integration. + . + Links + ````` + . + * `documentation ` + * `development version ` + +Package: python3-flask-testing +Architecture: all +Depends: ${misc:Depends}, ${python3:Depends}, +Recommends: ${python3:Recommends} +Suggests: ${python3:Suggests} +XB-Python-Egg-Name: Flask-Testing +Description: Unit testing for Flask + Flask-Testing + ------------- + . + Flask unittest integration. + . + Links + ````` + . + * `documentation ` + * `development version ` + +Package: python-flask-testing-doc +Section: doc +Architecture: all +Priority: extra +Depends: ${misc:Depends}, ${sphinxdoc:Depends} +Description: documentation for the Flask-Testing Python library + This package provides documentation for Flask-Testing diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..b7b7554 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,45 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Flask-Testing +Upstream-Contact: Dan Jacob +Source: https://github.com/jarus/flask-testing + +Files: * +Copyright: (c) 2010 by Dan Jacob. +License: BSD + +Files: debian/* +Copyright: 2015 © Stefano Zacchiroli +License: BSD + +License: BSD + Copyright (c) 2010 by Dan Jacob. + . + Some rights reserved. + . + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + . + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + . + * 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. + . + * The names of the contributors may not be used to endorse or + promote products derived from this software without specific + prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 COPYRIGHT + OWNER 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. \ No newline at end of file diff --git a/debian/python-flask-testing-doc.docs b/debian/python-flask-testing-doc.docs new file mode 100644 index 0000000..7669d78 --- /dev/null +++ b/debian/python-flask-testing-doc.docs @@ -0,0 +1,2 @@ +.pybuild/docs/* +README diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..0d22a8e --- /dev/null +++ b/debian/rules @@ -0,0 +1,12 @@ +#! /usr/bin/make -f + +export PYBUILD_NAME=flask-testing +%: + dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild + +override_dh_auto_build: + dh_auto_build + cd docs && \ + PYTHONPATH=$(CURDIR) http_proxy= https_proxy= \ + sphinx-build -N -E -T -b html . $(CURDIR)/.pybuild/docs/html/ + rm -rf $(CURDIR)/.pybuild/docs/html/.doctrees diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 0000000..d81db3f --- /dev/null +++ b/debian/source/options @@ -0,0 +1 @@ +extend-diff-ignore="^[^/]+.egg-info/" diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..927ac57 --- /dev/null +++ b/debian/watch @@ -0,0 +1,4 @@ +# try also https://pypi.debian.net/Flask-Testing/watch +version=3 +opts=uversionmangle=s/(rc|a|b|c)/~$1/ \ +https://pypi.debian.net/Flask-Testing/Flask-Testing-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))