File: control

package info (click to toggle)
forgethtml 0.0.20031008-10
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 80 kB
  • ctags: 172
  • sloc: python: 492; makefile: 6
file content (24 lines) | stat: -rw-r--r-- 1,088 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
Source: forgethtml
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Morten Werner Forsbring <werner@debian.org>
Build-Depends: debhelper (>= 5.0.37.1), cdbs (>= 0.4.41), python-all, python-support (>= 0.3)
XS-Python-Version: all
Standards-Version: 3.9.1
Vcs-Svn: svn://svn.debian.org/python-modules/packages/forgethtml/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/forgethtml/trunk/
Homepage: http://forgethtml.sourceforge.net

Package: python-forgethtml
Architecture: all
Depends: ${misc: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.