X-Git-Url: https://evolvis.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=alioth%2Fcvs.git;a=blobdiff_plain;f=debian%2Fcontrol;h=f8b93fe079bf4bd12f9583a688792f20cfdd3078;hp=a676d01e91fed6feef903950438ed536ce0c1986;hb=54dd478a50a8f3d8f7d8854fdc3970e7770c2f2b;hpb=a51f180e93e19ee0b65cc4f6e5e8589fee6d73d1 diff --git a/debian/control b/debian/control index a676d01..f8b93fe 100644 --- a/debian/control +++ b/debian/control @@ -1,17 +1,16 @@ -# $MirOS: contrib/hosted/tg/deb/cvs/debian/control,v 1.13 2011/05/07 00:58:48 tg Exp $ -# Source: cvs Section: vcs Priority: optional Maintainer: Thorsten Glaser Homepage: http://www.nongnu.org/cvs/ -Build-Depends: debhelper (>= 5), autotools-dev, bsdmainutils, groff, - libbsd-dev, libkrb5-dev | heimdal-dev, libpam0g-dev, texi2html, texinfo, - texlive-latex-base, zlib1g-dev -Standards-Version: 3.9.2 -# First word is the $CVSROOT (-d arg) string, second word the module. -Vcs-CVS: :ext:_anoncvs@anoncvs.mirbsd.org:/cvs contrib/hosted/tg/deb/cvs -Vcs-Browser: http://cvs.mirbsd.de/contrib/hosted/tg/deb/cvs/ +Build-Depends: debhelper (>= 10), autopoint, autotools-dev, + bsdmainutils, ghostscript, groff, libbsd-dev, + libkrb5-dev | heimdal-dev, procps, texinfo, + texlive-latex-base, texlive-fonts-recommended, + texlive-latex-recommended, zlib1g-dev +Standards-Version: 3.9.8 +VCS-git: https://anonscm.debian.org/git/collab-maint/cvs.git +VCS-Browser: https://anonscm.debian.org/cgit/collab-maint/cvs.git Package: cvs Architecture: any @@ -19,28 +18,26 @@ Multi-Arch: foreign Depends: ${misc:Depends}, ${shlibs:Depends}, adduser, dpkg (>= 1.15.4) | install-info Recommends: openssh-client +Suggests: mksh (>= 40~), rcs +Enhances: rcs, cvs2svn (>= 2.4.0-4~) Replaces: cvs-doc Conflicts: cvs-doc Provides: cvs-doc Description: Concurrent Versions System - CVS is a version control system, which allows you to keep old versions - of files (usually source code), keep a log of who, when, and why - changes occurred, etc., like RCS or SCCS. It handles multiple - developers, multiple directories, triggers to enable/log/control - various operations, and can work over a wide area network. The - following tasks are not included; they can be done in conjunction with - CVS but will tend to require some script-writing and software other - than CVS: bug-tracking, build management (that is, make and make-like - tools), and automated testing. + CVS is a version control system, which allows you to keep access + to old versions of files (usually source code), keep a log of + who, when, and why changes occurred, etc., like RCS or SCCS. + It handles multiple developers, multiple directories, triggers to + enable/log/control various operations, and can work over a wide + area network. The texinfo manual provides further information on + more tasks that it can perform. . - And a whole lot more. See the manual for more information. - This package includes the client and server both, but pserver has been - deprecated in favour of ssh, so no repositories or inetd server entries - are created automatically any more. + There are some tasks that are not covered by CVS. They can be done in + conjunction with CVS but will tend to require some script-writing and + software other than CVS. These tasks are bug-tracking, build management + (that is, make and make-like tools), and automated testing. However, + CVS makes these tasks easier. . - GNU CVS, with the patches from here applied, is used (in this patched - version) heavily by the MirOS Project, internally, and to maintain the - MirOS BSD, MirPorts Framework, and other subprojects', as well as - hosted projects, such as FWCF, source code and associated other works. - . - This version also contains many patches originating from Debian. + This package contains a CVS binary which can act as both client and + server, although there is no CVS dæmon; to access remote repositories, + please use :extssh: not :pserver: any more.