File: control.in

package info (click to toggle)
python-weblib 1.3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 320 kB
  • ctags: 558
  • sloc: python: 1,494; makefile: 18
file content (42 lines) | stat: -rw-r--r-- 1,654 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Source: python-weblib
Section: python
Priority: optional
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.8.1
Build-Depends: @cdbs@
Vcs-Git: git://git.debian.org/git/collab-maint/python-weblib.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/python-weblib.git;a=summary
Homepage: http://www.stroeder.com/pylib/PyWebLib/

Package: python-weblib-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: Yet another web programming framework for Python - docs
 The module package pyweblib consists of several submodules:
 .
   * pyweblib.forms        class library for handling <FORM> input
   * pyweblib.session      server-side web session handling
   * pyweblib.helper       misc. stuff useful in CGI-BINs
   * pyweblib.sslenv       retrieves SSL-related env vars
   * pyweblib.httphelper   very basic HTTP functions
 .
 This package contains documentation and a few example scripts.

Package: python-weblib
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Provides: ${python:Replaces}
Suggests: python-weblib-doc
XB-Python-Version: ${python:Versions}
Description: Yet another web programming framework for Python - library
 The module package pyweblib consists of several submodules:
 .
   * pyweblib.forms        class library for handling <FORM> input
   * pyweblib.session      server-side web session handling
   * pyweblib.helper       misc. stuff useful in CGI-BINs
   * pyweblib.sslenv       retrieves SSL-related env vars
   * pyweblib.httphelper   very basic HTTP functions
 .
 This package is an empty dummy package that always depends on
 a package built for Debian's default Python version.