cvs 2:1.12.13+real-6 source package in Ubuntu Linaro Evaluation Build

Changelog

cvs (2:1.12.13+real-6) unstable; urgency=low

  * d/watch: mangle the +real away until 1.12.14 is out,
    as this is an artefact from the old (epoch 1) packaging
  * Demote mksh to Suggests, recommended (hah!) by many
    (Closes: #631110) (merges back 2:1.12.13+real-5ubuntu1)
  * Honour Policy §11.4; fix by YOSHINO Yoshihito (Closes: #631936)
  * Use upstream-source-in-CVS packaging, clean up
  * d/rules: Add build-{arch,indep} targets as aliases to build
  * Bring d/copyright more in sync with this distfile’s reality
  * d/control: Reword package description. (Closes: #631826)
  * If sleeping at exit, sleep another 20 ms (2 HZ), to avoid
    possible race conditions. (Should work around LP: #12230)
  * Update in sync with MirPorts 1.12.13-12 = MirOS BSD 0AAF.1
  * Stop installing cvsbug(8), use reportbug instead
 -- Thorsten Glaser <email address hidden>   Fri,  29 Jul 2011 08:58:16 +0000

Upload details

Uploaded by:
Thorsten Glaser
Uploaded to:
Oneiric
Original maintainer:
Thorsten Glaser
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oneiric based series for Ubuntu LEB release universe devel

Builds

Oneiric: [FULLYBUILT] armel

Downloads

File Size SHA-256 Checksum
cvs_1.12.13+real.orig.tar.gz 4.5 MiB 4734971a59471744e4ad8665c1dca54cb3ebf9fc66ce9c2dff3d04670d3f7312
cvs_1.12.13+real-6.diff.gz 83.4 KiB a7eeb768b2c9a3f9173d92aba93cbf3fe6355a69b6ef384655417c00d33ea679
cvs_1.12.13+real-6.dsc 1.9 KiB 2c9d7f0c8fba26e27501d557a5f63c66836e2fd02126b5ca617c072bb7af2554

View changes file

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.