cvsutils 0.2.6-1 source package in Ubuntu

Changelog

cvsutils (0.2.6-1) unstable; urgency=medium

  * QA upload
  * New upstream version 0.2.6
  * d/rules: Do not copy SHELL into the scripts' shebang
  * d/control: Specify Multi-Arch: foreign

 -- Gioele Barabucci <email address hidden>  Thu, 24 Aug 2023 15:55:46 +0200

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
all
Section:
vcs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe vcs
Noble release universe vcs

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cvsutils_0.2.6-1.dsc 1.6 KiB 3c64edc03a890a8220ab88e79b184c03dcabb830b2558c4e77922136133d1529
cvsutils_0.2.6.orig.tar.gz 79.2 KiB 174bb632c4ed812a57225a73ecab5293fcbab0368c454d113bf3c039722695bb
cvsutils_0.2.6-1.debian.tar.xz 3.5 KiB 6d35964c7b1dcc32e6fe0360a4467c498c6b7c3ea55bcc06d5b5ede020c242c5

Available diffs

No changes file available.

Binary packages built by this source

cvsutils: CVS utilities for use in working directories

 Several utilities which are used to facilitate working with the
 files in the working directory of a developer using CVS.
 .
 The utilities included in this package are:
 .
  + cvsu: Offline "cvs update" simulator. Lists the files found in
                the current directory (or in the directories which you
                specify).
  + cvsco: "Cruel checkout". Removes results of compilation and
                discards local changes. Deletes all the files except
                listed unmodified ones and checks out everything which
                seems to be missing.
  + cvsdiscard: Discards local changes but keeps results of compilation.
                Works like "cvsco", but only deletes files which are
                likely to cause merge conflicts.
  + cvspurge: CVS-based "make maintainer-clean". Removes results of
                compilation but keeps local changes intact. Removes
                unknown files, but keeps changes in files known to CVS.
  + cvstrim: Removes files and directories unknown to CVS.
  + cvschroot: Makes it possible to change CVS/Root in all subdirectories
                to the given value.
  + cvsdo: Simulates some of the CVS commands (currently add, remove
                and diff) without any access to the CVS server.
  + cvsnotag: Reports untagged files.