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
|
Source: viewcvs
Section: devel
Priority: optional
Maintainer: David MartÃnez Moreno <ender@debian.org>
Build-Depends-Indep: sharutils, python-dev, docbook-to-man, python-subversion, python-support (>= 0.3)
Build-Depends: debhelper (>= 5.0.37.2)
Standards-Version: 3.7.2
Package: viewcvs
Architecture: all
Depends: ${python:Depends}, cvs | subversion, rcs, mime-support, debconf (>= 1.0)
Recommends: enscript, apache | httpd
Suggests: cvsgraph, viewcvs-query, python-subversion
Description: view CVS Repositories via HTTP
The ViewCVS software was inspired by cvsweb (by Henner Zeller).
ViewCVS can browse directories, commit-logs, and specific revisions of files.
It can display diffs between versions and show selections of files based on
tags or branches.
.
This version support also subversion repository.
Package: viewcvs-query
Architecture: all
Depends: viewcvs (= ${Source-Version}), python-mysqldb, python-egenix-mxdatetime, ${python:Depends}
Replaces: viewcvs (<< 0.9.2-6)
Description: view CVS (viewcvs-query.cgi)
The ViewCVS software was inspired by cvsweb (by Henner Zeller).
ViewCVS can browse directories, commit-logs, and specific revisions of files.
It can display diffs between versions and show selections of files based on
tags or branches.
.
This package includes viewcvs-query.cgi
|