[Python-modules-commits] r487 - /packages/cubictemp/trunk/debian/control

adn-guest at users.alioth.debian.org adn-guest at users.alioth.debian.org
Sun May 7 12:29:53 UTC 2006


Author: adn-guest
Date: Sun May  7 12:29:52 2006
New Revision: 487

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=487
Log:
Really corrects Build-Deps{,-Indep} and Deps

Modified:
    packages/cubictemp/trunk/debian/control

Modified: packages/cubictemp/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/cubictemp/trunk/debian/control?rev=487&op=diff
==============================================================================
--- packages/cubictemp/trunk/debian/control (original)
+++ packages/cubictemp/trunk/debian/control Sun May  7 12:29:52 2006
@@ -3,12 +3,13 @@
 Priority: optional
 Maintainer: Mohammed Adnène Trojette <adn+deb at diwi.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends-Indep: debhelper (>= 4.2), cdbs (>= 0.4.23-1.1), dpatch (>= 0.4.33), python-dev, python-support
+Build-Depends: debhelper (>=5), cdbs (>=0.4.39), dpatch (>= 0.4.33)
+Build-Depends-Indep: python-dev
 Standards-Version: 3.7.2
 
 Package: python-cubictemp
 Architecture: all
-Depends: python (>=2.3)
+Depends: python (>=2.3), python-support (>= 0.2.2)
 Description: small, elegant, Python-specific HTML templating system
  Cubictemp integrates tightly with Python, allowing you to pass
  arbitrary Python objects into a HTML template, walk sequences and




More information about the Python-modules-commits mailing list