[Python-modules-commits] r26463 - in packages/flask-sqlalchemy/trunk (16 files)

toabctl-guest at users.alioth.debian.org toabctl-guest at users.alioth.debian.org
Thu Nov 21 20:30:07 UTC 2013


    Date: Thursday, November 21, 2013 @ 20:30:06
  Author: toabctl-guest
Revision: 26463

[svn-inject] Applying Debian modifications (1.0-1) to trunk

Added:
  packages/flask-sqlalchemy/trunk/debian/
  packages/flask-sqlalchemy/trunk/debian/changelog
  packages/flask-sqlalchemy/trunk/debian/compat
  packages/flask-sqlalchemy/trunk/debian/control
  packages/flask-sqlalchemy/trunk/debian/copyright
  packages/flask-sqlalchemy/trunk/debian/docs
  packages/flask-sqlalchemy/trunk/debian/python-flask-sqlalchemy-doc/
  packages/flask-sqlalchemy/trunk/debian/python-flask-sqlalchemy-doc/usr/
  packages/flask-sqlalchemy/trunk/debian/python-flask-sqlalchemy-doc/usr/share/
  packages/flask-sqlalchemy/trunk/debian/python-flask-sqlalchemy-doc/usr/share/doc/
  packages/flask-sqlalchemy/trunk/debian/python-flask-sqlalchemy-doc/usr/share/doc/python-flask-sqlalchemy-doc/
  packages/flask-sqlalchemy/trunk/debian/python-flask-sqlalchemy-doc/usr/share/doc/python-flask-sqlalchemy-doc/README
  packages/flask-sqlalchemy/trunk/debian/python-flask-sqlalchemy-doc/usr/share/doc/python-flask-sqlalchemy-doc/copyright
  packages/flask-sqlalchemy/trunk/debian/rules
  packages/flask-sqlalchemy/trunk/debian/source/
  packages/flask-sqlalchemy/trunk/debian/source/format


Property changes on: packages/flask-sqlalchemy/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/flask-sqlalchemy/trunk/debian/changelog
===================================================================
--- packages/flask-sqlalchemy/trunk/debian/changelog	                        (rev 0)
+++ packages/flask-sqlalchemy/trunk/debian/changelog	2013-11-21 20:30:06 UTC (rev 26463)
@@ -0,0 +1,5 @@
+flask-sqlalchemy (1.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #730132)
+
+ -- Thomas Bechtold <thomasbechtold at jpberlin.de>  Thu, 21 Nov 2013 20:52:53 +0100

Added: packages/flask-sqlalchemy/trunk/debian/compat
===================================================================
--- packages/flask-sqlalchemy/trunk/debian/compat	                        (rev 0)
+++ packages/flask-sqlalchemy/trunk/debian/compat	2013-11-21 20:30:06 UTC (rev 26463)
@@ -0,0 +1 @@
+9

Added: packages/flask-sqlalchemy/trunk/debian/control
===================================================================
--- packages/flask-sqlalchemy/trunk/debian/control	                        (rev 0)
+++ packages/flask-sqlalchemy/trunk/debian/control	2013-11-21 20:30:06 UTC (rev 26463)
@@ -0,0 +1,46 @@
+Source: flask-sqlalchemy
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Thomas Bechtold <thomasbechtold at jpberlin.de>
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all (>= 2.6.6-3~),
+               python-docutils,
+               python-setuptools,
+               python3-all,
+               python3-setuptools,
+               python-flask (>= 0.10),
+               python3-flask (>= 0.10),
+               python-sqlalchemy,
+               python3-sqlalchemy,
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.2
+Standards-Version: 3.9.5
+Homepage: https://pypi.python.org/pypi/Flask-SQLAlchemy
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/flask-sqlalchemy/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/flask-sqlalchemy/trunk/
+
+Package: python-flask-sqlalchemy
+Architecture: all
+Depends: ${misc:Depends},
+         ${python:Depends},
+         python-sqlalchemy,
+         python-flask (>= 0.10),
+Description: Adds SQLAlchemy support to your Flask application 
+ Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good
+ intentions.
+ .
+ This python2 package adds SQLAlchemy support to Flask.
+
+Package: python3-flask-sqlalchemy
+Architecture: all
+Depends: ${misc:Depends},
+         ${python:Depends},
+         python3-sqlalchemy,
+         python3-flask (>= 0.10),
+Description: Adds SQLAlchemy support to your Flask application 
+ Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good
+ intentions.
+ .
+ This python3 package adds SQLAlchemy support to Flask.

Added: packages/flask-sqlalchemy/trunk/debian/copyright
===================================================================
--- packages/flask-sqlalchemy/trunk/debian/copyright	                        (rev 0)
+++ packages/flask-sqlalchemy/trunk/debian/copyright	2013-11-21 20:30:06 UTC (rev 26463)
@@ -0,0 +1,45 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: flask-sqlalchemy
+Source: https://pypi.python.org/pypi/Flask-SQLAlchemy/
+
+Files: *
+Copyright: 2010-2012 Armin Ronacher
+License: BSD-3-Clause
+
+Files: flask_sqlalchemy/_compat.py
+Copyright: 2013 Daniel Neuhäuser
+License: BSD-3-Clause
+
+Files: flask_sqlalchemy/__init__.py
+Copyright: 2012 Armin Ronacher
+           2012 Daniel Neuhäuser
+License: BSD-3-Clause
+
+Files: debian/*
+Copyright: 2013 Thomas Bechtold <thomasbechtold at jpberlin.de>
+License: BSD-3-Clause
+
+License: BSD-3-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. 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.
+ 3. Neither the name of the University nor the names of its contributors
+    may 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 HOLDERS 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.

Added: packages/flask-sqlalchemy/trunk/debian/docs
===================================================================
--- packages/flask-sqlalchemy/trunk/debian/docs	                        (rev 0)
+++ packages/flask-sqlalchemy/trunk/debian/docs	2013-11-21 20:30:06 UTC (rev 26463)
@@ -0,0 +1 @@
+README

Added: packages/flask-sqlalchemy/trunk/debian/python-flask-sqlalchemy-doc/usr/share/doc/python-flask-sqlalchemy-doc/README
===================================================================
--- packages/flask-sqlalchemy/trunk/debian/python-flask-sqlalchemy-doc/usr/share/doc/python-flask-sqlalchemy-doc/README	                        (rev 0)
+++ packages/flask-sqlalchemy/trunk/debian/python-flask-sqlalchemy-doc/usr/share/doc/python-flask-sqlalchemy-doc/README	2013-11-21 20:30:06 UTC (rev 26463)
@@ -0,0 +1,3 @@
+Flask-SQLAlchemy
+
+Adds SQLAlchemy support to Flask.  Under development.

Added: packages/flask-sqlalchemy/trunk/debian/python-flask-sqlalchemy-doc/usr/share/doc/python-flask-sqlalchemy-doc/copyright
===================================================================
--- packages/flask-sqlalchemy/trunk/debian/python-flask-sqlalchemy-doc/usr/share/doc/python-flask-sqlalchemy-doc/copyright	                        (rev 0)
+++ packages/flask-sqlalchemy/trunk/debian/python-flask-sqlalchemy-doc/usr/share/doc/python-flask-sqlalchemy-doc/copyright	2013-11-21 20:30:06 UTC (rev 26463)
@@ -0,0 +1,45 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: flask-sqlalchemy
+Source: https://pypi.python.org/pypi/Flask-SQLAlchemy/
+
+Files: *
+Copyright: 2010-2012 Armin Ronacher
+License: BSD-3-Clause
+
+Files: flask_sqlalchemy/_compat.py
+Copyright: 2013 Daniel Neuhäuser
+License: BSD-3-Clause
+
+Files: flask_sqlalchemy/__init__.py
+Copyright: 2012 Armin Ronacher
+           2012 Daniel Neuhäuser
+License: BSD-3-Clause
+
+Files: debian/*
+Copyright: 2013 Thomas Bechtold <thomasbechtold at jpberlin.de>
+License: BSD-3-Clause
+
+License: BSD-3-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. 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.
+ 3. Neither the name of the University nor the names of its contributors
+    may 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 HOLDERS 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.

Added: packages/flask-sqlalchemy/trunk/debian/rules
===================================================================
--- packages/flask-sqlalchemy/trunk/debian/rules	                        (rev 0)
+++ packages/flask-sqlalchemy/trunk/debian/rules	2013-11-21 20:30:06 UTC (rev 26463)
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+export PYBUILD_NAME=flask-sqlalchemy
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild


Property changes on: packages/flask-sqlalchemy/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/flask-sqlalchemy/trunk/debian/source/format
===================================================================
--- packages/flask-sqlalchemy/trunk/debian/source/format	                        (rev 0)
+++ packages/flask-sqlalchemy/trunk/debian/source/format	2013-11-21 20:30:06 UTC (rev 26463)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Python-modules-commits mailing list