File: control

package info (click to toggle)
forgethtml 0.0.20031008-9
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, squeeze
  • size: 60 kB
  • ctags: 172
  • sloc: python: 492; makefile: 5
file content (22 lines) | stat: -rw-r--r-- 902 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: forgethtml
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Morten Werner Olsen <werner@debian.org>
Build-Depends-Indep: python-dev (>= 2.3.5-10), python-support (>= 0.2.3)
Build-Depends: debhelper (>= 5.0.37.1), cdbs (>= 0.4.41)
XS-Python-Version: all
Standards-Version: 3.7.2

Package: python-forgethtml
Architecture: all
Depends: ${python:Depends}
Provides: ${python:Provides}
Conflicts: python2.3-forgethtml, python2.4-forgethtml
Replaces: python2.3-forgethtml, python2.4-forgethtml
XB-Python-Version: ${python:Versions}
Description: Python module for easy HTML-writing
 forgetHTML is a Python module for writing HTML by building a tree
 from different classes, one pr. HTML element. This makes it possible
 to modify and create elements in a different order than they will end
 up in the final HTML output.