# HG changeset patch # User Paul Boddie # Date 1646072940 -3600 # Node ID d647c05b386afbe9fefefb78a1970d922e9c1338 Tentative Debian packaging for flask-theme. diff -r 000000000000 -r d647c05b386a debian/changelog --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/changelog Mon Feb 28 19:29:00 2022 +0100 @@ -0,0 +1,5 @@ +flask-theme (0.3.5-1) unstable; urgency=low + + * Initial release. + + -- Paul Boddie Fri, 25 Feb 2022 23:37:59 +0100 diff -r 000000000000 -r d647c05b386a debian/compat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/compat Mon Feb 28 19:29:00 2022 +0100 @@ -0,0 +1,1 @@ +10 diff -r 000000000000 -r d647c05b386a debian/control --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/control Mon Feb 28 19:29:00 2022 +0100 @@ -0,0 +1,23 @@ +Source: flask-theme +Section: python +Priority: optional +Maintainer: Paul Boddie +Build-Depends: + debhelper (>= 10), + dh-python, + python3-all, + python3-setuptools, + python3-flask, + python3-nose +Standards-Version: 3.9.8 +X-Python3-Version: >= 3.7 +Homepage: https://github.com/liuliqiang/flask-theme + +Package: python3-flask-theme +Architecture: all +Depends: + python3-flask, + ${misc:Depends}, + ${python3:Depends} +Description: Infrastructure for theming Flask applications + Flask-Theme is an extension to Flask that adds theming support. diff -r 000000000000 -r d647c05b386a debian/copyright --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/copyright Mon Feb 28 19:29:00 2022 +0100 @@ -0,0 +1,34 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Flask-Theme +Source: https://pypi.python.org/pypi/Flask-Theme + +Files: * +Copyright: 2010 Matthew "LeafStorm" Frazier + 2016-2020 Liqiang Lau +License: Expat + +Files: debian/* +Copyright: 2021 Paul Boddie +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 -r 000000000000 -r d647c05b386a debian/rules --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/rules Mon Feb 28 19:29:00 2022 +0100 @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +export PYBUILD_NAME=flask-theme + +%: + dh $@ --with python3 --buildsystem pybuild diff -r 000000000000 -r d647c05b386a debian/source/format --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/source/format Mon Feb 28 19:29:00 2022 +0100 @@ -0,0 +1,1 @@ +3.0 (quilt) diff -r 000000000000 -r d647c05b386a debian/watch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/watch Mon Feb 28 19:29:00 2022 +0100 @@ -0,0 +1,3 @@ +version=3 +opts=uversionmangle=s/(rc|a|b|c)/~$1/ \ +https://pypi.debian.net/Flask-Theme/Flask-Theme-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))