[Python-modules-commits] r11737 - in packages/mako/trunk/debian (changelog control)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Mon Feb 15 18:56:04 UTC 2010


    Date: Monday, February 15, 2010 @ 18:55:59
  Author: piotr
Revision: 11737

Move python-beaker from Recommends to Suggests (closes: #569986)

Modified:
  packages/mako/trunk/debian/changelog
  packages/mako/trunk/debian/control

Modified: packages/mako/trunk/debian/changelog
===================================================================
--- packages/mako/trunk/debian/changelog	2010-02-15 18:53:36 UTC (rev 11736)
+++ packages/mako/trunk/debian/changelog	2010-02-15 18:55:59 UTC (rev 11737)
@@ -1,3 +1,9 @@
+mako (0.2.5-3) UNRELEASED; urgency=low
+
+  * Move python-beaker from Recommends to Suggests (closes: #569986)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Mon, 15 Feb 2010 19:53:42 +0100
+
 mako (0.2.5-2) unstable; urgency=low
 
   * Add --prefix=/usr to setup.py's install command (fixes FTBFS bug with

Modified: packages/mako/trunk/debian/control
===================================================================
--- packages/mako/trunk/debian/control	2010-02-15 18:53:36 UTC (rev 11736)
+++ packages/mako/trunk/debian/control	2010-02-15 18:55:59 UTC (rev 11737)
@@ -14,7 +14,7 @@
 Package: python-mako
 Architecture: all
 Depends: ${python:Depends}
-Recommends: python-beaker (>= 1.1)
+Suggests: python-beaker (>= 1.1)
 Enhances: python-pylons, python-turbogears, python-pygments
 XB-Python-Version: ${python:Versions}
 Description: fast and lightweight templating for the Python platform




More information about the Python-modules-commits mailing list