[Python-modules-commits] r16964 - in packages/flask/trunk/debian (4 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Sat May 7 18:13:05 UTC 2011
Date: Saturday, May 7, 2011 @ 18:12:56
Author: piotr
Revision: 16964
* Provide flaskext namespace
* Standards-Version bumped to 3.9.2 (no changes needed)
Added:
packages/flask/trunk/debian/__init__.py
packages/flask/trunk/debian/python-flask.pyinstall
Modified:
packages/flask/trunk/debian/changelog
packages/flask/trunk/debian/control
Modified: packages/flask/trunk/debian/changelog
===================================================================
--- packages/flask/trunk/debian/changelog 2011-05-07 13:27:21 UTC (rev 16963)
+++ packages/flask/trunk/debian/changelog 2011-05-07 18:12:56 UTC (rev 16964)
@@ -1,3 +1,10 @@
+flask (0.6.1-2) unstable; urgency=low
+
+ * Provide flaskext namespace
+ * Standards-Version bumped to 3.9.2 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org> Sat, 07 May 2011 19:34:59 +0200
+
flask (0.6.1-1) unstable; urgency=low
* New upstream release
Modified: packages/flask/trunk/debian/control
===================================================================
--- packages/flask/trunk/debian/control 2011-05-07 13:27:21 UTC (rev 16963)
+++ packages/flask/trunk/debian/control 2011-05-07 18:12:56 UTC (rev 16964)
@@ -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 (>= 2.6.5-6), python-setuptools (>= 0.6b3)
+Build-Depends: debhelper (>= 7), python (>= 2.6.6-6), python-setuptools (>= 0.6b3)
Build-Depends-Indep: python-jinja2, python-werkzeug
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
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/
Added: packages/flask/trunk/debian/python-flask.pyinstall
===================================================================
--- packages/flask/trunk/debian/python-flask.pyinstall (rev 0)
+++ packages/flask/trunk/debian/python-flask.pyinstall 2011-05-07 18:12:56 UTC (rev 16964)
@@ -0,0 +1 @@
+debian/__init__.py flaskext
More information about the Python-modules-commits
mailing list