[Python-modules-commits] r13127 - in packages/flask/trunk/debian (changelog control rules)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Fri May 28 20:25:46 UTC 2010
Date: Friday, May 28, 2010 @ 20:25:23
Author: piotr
Revision: 13127
* New upstream release
* Add python-jinja2 and python-werkzeug to Build-Depends-Indep (for tests)
Modified:
packages/flask/trunk/debian/changelog
packages/flask/trunk/debian/control
packages/flask/trunk/debian/rules
Modified: packages/flask/trunk/debian/changelog
===================================================================
--- packages/flask/trunk/debian/changelog 2010-05-28 19:55:23 UTC (rev 13126)
+++ packages/flask/trunk/debian/changelog 2010-05-28 20:25:23 UTC (rev 13127)
@@ -1,3 +1,10 @@
+flask (0.3.1-1) unstable; urgency=low
+
+ * New upstream release
+ * Add python-jinja2 and python-werkzeug to Build-Depends-Indep (for tests)
+
+ -- Piotr Ożarowski <piotr at debian.org> Fri, 28 May 2010 22:08:19 +0200
+
flask (0.2-1) unstable; urgency=low
* New upstream release
Modified: packages/flask/trunk/debian/control
===================================================================
--- packages/flask/trunk/debian/control 2010-05-28 19:55:23 UTC (rev 13126)
+++ packages/flask/trunk/debian/control 2010-05-28 20:25:23 UTC (rev 13127)
@@ -4,6 +4,7 @@
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-Indep: python-jinja2, python-werkzeug
Standards-Version: 3.8.4
Vcs-Svn: svn://svn.debian.org/python-modules/packages/flask/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/flask/trunk/
Modified: packages/flask/trunk/debian/rules
===================================================================
--- packages/flask/trunk/debian/rules 2010-05-28 19:55:23 UTC (rev 13126)
+++ packages/flask/trunk/debian/rules 2010-05-28 20:25:23 UTC (rev 13127)
@@ -1,4 +1,6 @@
#!/usr/bin/make -f
+
+export PYTHONPATH=$(CURDIR)
%:
dh $@
More information about the Python-modules-commits
mailing list