[Python-modules-commits] r14232 - in packages/webhelpers/trunk/debian (changelog control)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Sat Aug 21 14:38:09 UTC 2010
Date: Saturday, August 21, 2010 @ 14:38:07
Author: piotr
Revision: 14232
* New upstream release
* python-markupsafe added to Depends
Modified:
packages/webhelpers/trunk/debian/changelog
packages/webhelpers/trunk/debian/control
Modified: packages/webhelpers/trunk/debian/changelog
===================================================================
--- packages/webhelpers/trunk/debian/changelog 2010-08-21 11:49:49 UTC (rev 14231)
+++ packages/webhelpers/trunk/debian/changelog 2010-08-21 14:38:07 UTC (rev 14232)
@@ -1,3 +1,10 @@
+webhelpers (1.2-1) experimental; urgency=low
+
+ * New upstream release
+ * python-markupsafe added to Depends
+
+ -- Piotr Ożarowski <piotr at debian.org> Sat, 21 Aug 2010 00:46:36 +0200
+
webhelpers (1.1-1) unstable; urgency=low
* New upstream release
Modified: packages/webhelpers/trunk/debian/control
===================================================================
--- packages/webhelpers/trunk/debian/control 2010-08-21 11:49:49 UTC (rev 14231)
+++ packages/webhelpers/trunk/debian/control 2010-08-21 14:38:07 UTC (rev 14232)
@@ -13,7 +13,7 @@
Package: python-webhelpers
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends},
+Depends: ${python:Depends}, ${misc:Depends}, python-markupsafe,
python-routes (>= 1.1), python-simplejson (>= 1.4), libjs-scriptaculous
Description: library of helper functions to make writing web application templates easier
One of the sub-sections of Web Helpers contains a full port of the template
More information about the Python-modules-commits
mailing list