File: control

package info (click to toggle)
forgethtml 0.0.20031008-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 56 kB
  • ctags: 171
  • sloc: python: 492; makefile: 55
file content (27 lines) | stat: -rw-r--r-- 1,049 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
23
24
25
26
27
Source: forgethtml
Section: python
Priority: optional
Maintainer: Morten Werner Olsen <werner@skolelinux.no>
Build-Depends: debhelper (>= 4.0.0), python, python2.3, python2.3-dev
Standards-Version: 3.6.1

Package: python-forgethtml
Architecture: all
Depends: python (>= 2.3), python (<< 2.4), python2.3-forgethtml
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.
 .
 This dummy package just depends on the right, default version of Python
 and forgetHTML.

Package: python2.3-forgethtml
Architecture: any
Depends: python2.3
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.