debian/0000755000000000000000000000000012205457056007174 5ustar debian/rules0000755000000000000000000000057212204764365010263 0ustar #!/usr/bin/make -f export PYBUILD_DESTDIR_python2=debian/python-flask-principal/ export PYBUILD_DESTDIR_python2-dbg=debian/python-flask-principal-dbg/ export PYBUILD_DESTDIR_python3=debian/python3-flask-principal/ export PYBUILD_DESTDIR_python3-dbg=debian/python3-flask-principal-dbg/ export PYBUILD_DISABLE_python3=test %: dh $@ --with python2,python3 --buildsystem=pybuild debian/compat0000644000000000000000000000000212205246157010370 0ustar 9 debian/copyright0000644000000000000000000000425512176543121011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Flask-Principal Source: https://github.com/mattupstate/flask-principal Files: * Copyright: Matt Wright License: Expat Copyright (c) 2010 Ali Afshar Copyright (c) 2012-2013 Matt Wright . 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. Files: debian/* Copyright: 2013 Tonnerre Lombard License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/clean0000644000000000000000000000003312176543121010171 0ustar Flask_Principal.egg-info/* debian/control0000644000000000000000000000315512205257577010611 0ustar Source: flask-principal Maintainer: Tonnerre LOMBARD Homepage: https://flask-principal.readthedocs.org/ Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python, python-all (>= 2.6.6-3), python-blinker, python-flask, python-nose, python-setuptools (>= 0.6b3), python3-all (>= 3.2), python3-flask, python3-setuptools (>= 0.6b3) Standards-Version: 3.9.4 Package: python-flask-principal Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: identity management for Flask Flask-Principal provides a very loose framework to tie in providers of two types of service, often located in different parts of a web application: . - Authentication providers - User information providers . For example, an authentication provider may be oauth, using Flask-OAuth and the user information may be stored in a relational database. Looseness of the framework is provided by using signals as the interface. . This is the Python 2 version of the package. Package: python3-flask-principal Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: identity management for Flask Flask-Principal provides a very loose framework to tie in providers of two types of service, often located in different parts of a web application: . - Authentication providers - User information providers . For example, an authentication provider may be oauth, using Flask-OAuth and the user information may be stored in a relational database. Looseness of the framework is provided by using signals as the interface. . This is the Python 3 version of the package. debian/watch0000644000000000000000000000014012177030121010204 0ustar version=3 https://pypi.python.org/packages/source/F/Flask-Principal/Flask-Principal-(.+).tar.gz debian/source/0000755000000000000000000000000012176543121010470 5ustar debian/source/options0000644000000000000000000000003712176543121012106 0ustar extend-diff-ignore="\.egg-info"debian/source/format0000644000000000000000000000001412176543121011676 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000025512177025306011045 0ustar flask-principal (0.4.0-1) unstable; urgency=low * Initial release. Closes: 718555 -- Tonnerre LOMBARD Thu, 01 Aug 2013 19:40:33 +0200 debian/py3dist-overrides0000644000000000000000000000001012205457056012505 0ustar blinker