cvs 2:1.12.13+real-12 source package in Ubuntu

Changelog

cvs (2:1.12.13+real-12) unstable; urgency=medium


  * Add texlive-fonts-recommended B-D (thanks Norbert Preining)
    to fix FTBFS in sid (thanks Daniel Schepler) (Closes: #739138)
  * Policy 3.9.5 (no changes AFAICT)
  * Check distfile with upstream signing key (thanks lintian)

 -- Thorsten Glaser <email address hidden>  Sun, 16 Feb 2014 14:07:36 +0000

Upload details

Uploaded by:
Thorsten Glaser
Uploaded to:
Sid
Original maintainer:
Thorsten Glaser
Architectures:
any
Section:
vcs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main devel

Downloads

File Size SHA-256 Checksum
cvs_1.12.13+real-12.dsc 2.0 KiB 116916a0ac96da640b21b618e8d0bfa7966e7b645d48b4b2f45e308c56f1c068
cvs_1.12.13+real.orig.tar.gz 4.5 MiB 4734971a59471744e4ad8665c1dca54cb3ebf9fc66ce9c2dff3d04670d3f7312
cvs_1.12.13+real-12.diff.gz 103.0 KiB e299971de1c9c5732e543a2c5805a94e2770dc2bee2e9f2d8f399db68060077b

No changes file available.

Binary packages built by this source

cvs: Concurrent Versions System

 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.
 .
 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.
 .
 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.