File: control

package info (click to toggle)
cvsps 2.1-8
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 612 kB
  • sloc: ansic: 4,724; makefile: 60; sh: 26
file content (19 lines) | stat: -rw-r--r-- 815 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: cvsps
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Homepage: http://www.cobite.com/cvsps/
Build-Depends: debhelper (>= 9), zlib1g-dev
Standards-Version: 3.9.6

Package: cvsps
Architecture: any
Depends: cvs, ${misc:Depends}, ${shlibs:Depends}
Description: Tool to generate CVS patch set information
 CVSps is a program for generating 'patch set' information from a CVS
 repository.  A patch set in this case is defined as a set of changes made
 to a collection of files, all committed at the same time (using a single
 'cvs commit' command).  This information is valuable for seeing the
 big picture of the evolution of a CVS project.  While CVS tracks revision
 information, it is often difficult to see what changes were committed
 'atomically' to the repository.