File: control

package info (click to toggle)
turbogears2-doc 2.3.7-1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 6,208 kB
  • ctags: 105
  • sloc: python: 271; makefile: 132; sh: 20
file content (28 lines) | stat: -rw-r--r-- 1,056 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
Source: turbogears2-doc
Section: doc
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends:
 debhelper (>= 9),
 python-sphinx,
 python-babel,
 python-turbogears2 (>= 2.3.5),
 python-crank
Standards-Version: 3.9.6
Homepage: http://turbogears.org/documentation.html
#Vcs-Svn: svn://svn.debian.org/python-modules/packages/turbogears2-doc/trunk/
#Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/turbogears2-doc/trunk/

Package: python-turbogears2-doc
Architecture: all
Depends: ${misc:Depends}, libjs-jquery, libjs-underscore
Description: documentation for the TurboGears2 web framework
 TurboGears2 is a framework to develop web applications in Python,
 following a model-view-controller architecture.
 .
 The main TurboGears2 package is python-turbogears2. This package
 contains the framework documentation (architecture description,
 tutorials, references, howtos and recipes, ...)
 .
 The documentation shipped by this package corresponds to what is
 usually available on the TG2 documentation website.