File: control

package info (click to toggle)
forgethtml 0.0.20031008-11
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 72 kB
  • ctags: 171
  • sloc: python: 492; makefile: 5
file content (21 lines) | stat: -rw-r--r-- 951 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
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, dh-python
Standards-Version: 3.9.1
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/forgethtml/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/forgethtml/trunk/
Homepage: http://forgethtml.sourceforge.net

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