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
|
Source: viewcvs
Section: devel
Priority: optional
Maintainer: Takuo KITAME <kitame@debian.org>
Build-Depends: debhelper (>= 4.1.16), sharutils, python-dev (>= 2.3), python-dev (<< 2.4), docbook-to-man, python2.3-subversion
Standards-Version: 3.5.8
Package: viewcvs
Architecture: all
Depends: ${python:Depends}, cvs | subversion, rcs, mime-support, debconf (>= 1.0)
Recommends: enscript, httpd
Suggests: cvsgraph, viewcvs-query, python2.3-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
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
|