XSLTools

Change of packages/ubuntu-feisty/python-xsltools/debian/control

610:6f45f0c7603f
packages/ubuntu-feisty/python-xsltools/debian/control
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/packages/ubuntu-feisty/python-xsltools/debian/control	Sat Sep 08 16:21:49 2007 +0000
     1.3 @@ -0,0 +1,20 @@
     1.4 +Source: xsltools
     1.5 +Section: python
     1.6 +Priority: optional
     1.7 +Maintainer: Paul Boddie <paul@boddie.org.uk>
     1.8 +Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), python2.4-webstack (>= 1.2.5), python-epydoc (>= 2.1-6ubuntu1)
     1.9 +XS-Python-Version: all
    1.10 +Standards-Version: 3.7.2.1
    1.11 +
    1.12 +Package: python-xsltools
    1.13 +Architecture: all
    1.14 +Depends: ${python:Depends}, python-libxml2dom (>= 0.4.3), python-libxslt1 (>= 1.1.20-0ubuntu2), python-webstack (>= 1.2.5)
    1.15 +Conflicts: python2.4-xsltools (<< 0.4.7-0ubuntu1)
    1.16 +Replaces: python2.4-xsltools (<< 0.4.7-0ubuntu1)
    1.17 +Suggests: python-qtxmldom, python-qt3 (>= 3.17-0ubuntu3), qt3-designer
    1.18 +XB-Python-Version: ${python:Versions}
    1.19 +Description: Modules and packages for the development of XML/XSL-based applications
    1.20 + XSLTools is a distribution providing modules and packages for the development
    1.21 + of XML/XSL-based applications in Python, including Web-based applications,
    1.22 + utilising the open source libxml2 and libxslt libraries through the libxml2dom
    1.23 + wrapper.