[Python-modules-commits] r13818 - in packages/flask/trunk/debian (6 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Tue Jul 6 21:38:11 UTC 2010


    Date: Tuesday, July 6, 2010 @ 21:38:09
  Author: piotr
Revision: 13818

* New upstream release
* Convert to dh_python2
* Standards-Version bumped to 3.9.0 (no changes needed)

Added:
  packages/flask/trunk/debian/pydist-overrides
  packages/flask/trunk/debian/python-flask.pydist
Modified:
  packages/flask/trunk/debian/changelog
  packages/flask/trunk/debian/control
  packages/flask/trunk/debian/copyright
  packages/flask/trunk/debian/rules

Modified: packages/flask/trunk/debian/changelog
===================================================================
--- packages/flask/trunk/debian/changelog	2010-07-06 21:26:10 UTC (rev 13817)
+++ packages/flask/trunk/debian/changelog	2010-07-06 21:38:09 UTC (rev 13818)
@@ -1,3 +1,11 @@
+flask (0.5.1-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * Convert to dh_python2
+  * Standards-Version bumped to 3.9.0 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Tue, 06 Jul 2010 19:53:02 +0200
+
 flask (0.4-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/flask/trunk/debian/control
===================================================================
--- packages/flask/trunk/debian/control	2010-07-06 21:26:10 UTC (rev 13817)
+++ packages/flask/trunk/debian/control	2010-07-06 21:38:09 UTC (rev 13818)
@@ -3,9 +3,9 @@
 Priority: optional
 Maintainer: Piotr Ożarowski <piotr at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7), python, python-setuptools (>= 0.6b3), python-support (>= 0.8.4)
+Build-Depends: debhelper (>= 7), python (>= 2.6.5-6), python-setuptools (>= 0.6b3)
 Build-Depends-Indep: python-jinja2, python-werkzeug
-Standards-Version: 3.8.4
+Standards-Version: 3.9.0
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/flask/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/flask/trunk/
 Homepage: http://flask.pocoo.org/

Modified: packages/flask/trunk/debian/copyright
===================================================================
--- packages/flask/trunk/debian/copyright	2010-07-06 21:26:10 UTC (rev 13817)
+++ packages/flask/trunk/debian/copyright	2010-07-06 21:38:09 UTC (rev 13818)
@@ -3,12 +3,39 @@
 
 It was downloaded from http://pypi.python.org/pypi/Flask
 
-Copyright © 2010 by Armin Ronacher
+ Copyright (c) 2010 by Armin Ronacher and contributors.  See AUTHORS
+ for more details.
 
-License: BSD
+ Some rights reserved.
 
+ Redistribution and use in source and binary forms of the software as well
+ as documentation, 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 AND DOCUMENTATION 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 AND DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
+ DAMAGE.
+
 The Debian packaging is © 2010, Piotr Ożarowski <piotr at debian.org> and
 is licensed under the BSD as well.
-
-On Debian systems, the complete text of the BSD License can be found in
-`/usr/share/common-licenses/BSD'

Added: packages/flask/trunk/debian/pydist-overrides
===================================================================
--- packages/flask/trunk/debian/pydist-overrides	                        (rev 0)
+++ packages/flask/trunk/debian/pydist-overrides	2010-07-06 21:38:09 UTC (rev 13818)
@@ -0,0 +1 @@
+Werkzeug python-werkzeug; PEP386

Added: packages/flask/trunk/debian/python-flask.pydist
===================================================================
--- packages/flask/trunk/debian/python-flask.pydist	                        (rev 0)
+++ packages/flask/trunk/debian/python-flask.pydist	2010-07-06 21:38:09 UTC (rev 13818)
@@ -0,0 +1 @@
+Flask python-flask; PEP386

Modified: packages/flask/trunk/debian/rules
===================================================================
--- packages/flask/trunk/debian/rules	2010-07-06 21:26:10 UTC (rev 13817)
+++ packages/flask/trunk/debian/rules	2010-07-06 21:38:09 UTC (rev 13818)
@@ -3,7 +3,7 @@
 export PYTHONPATH=$(CURDIR)
 
 %:
-	dh $@ --buildsystem python_distutils
+	dh $@ --buildsystem python_distutils --with python2
 
 build:
 	dh build




More information about the Python-modules-commits mailing list