1CVS-DEBC(1) General Commands Manual CVS-DEBC(1)
2
3
4
6 cvs-debc - view contents of a cvs-buildpackage/cvs-debuild generated
7 package
8
10 cvs-debc [options] [package ...]
11
13 cvs-debc is run from the CVS working directory after cvs-buildpackage
14 or cvs-debuild. It uses the cvs-buildpackage system to locate the
15 .changes file generated in that run. It then displays information
16 about the .deb files which were generated in that run, by running dpkg-
17 deb -I and dpkg-deb -c on every .deb archive listed in the .changes
18 file, assuming that all of the .deb archives live in the same directory
19 as the .changes file. It is useful for ensuring that the expected
20 files have ended up in the Debian package.
21
22 If a list of packages is given on the command line, then only those
23 debs with names in this list of packages will be processed.
24
25 Note that unlike cvs-buildpackage, the only way to specify the source
26 package name is with the -P option; you cannot simply have it as the
27 last command-line parameter.
28
30 All current cvs-buildpackage options are silently accepted; however,
31 only the ones listed below have any effect. For more details on all of
32 them, see the cvs-buildpackage(1) manpage.
33
34 -adebian-architecture, -tGNU-system-type
35 See dpkg-architecture(1) for a description of these options.
36 They affect the search for the .changes file. They are provided
37 to mimic the behaviour of dpkg-buildpackage when determining the
38 name of the .changes file.
39
40 -Mmodule
41 The name of the CVS module.
42
43 -Ppackage
44 The name of the package.
45
46 -Vversion
47 The version number of the package.
48
49 -Ttag The CVS tag to use for exporting sources.
50
51 -Rroot directory
52 Root of the original sources archive.
53
54 -Wwork directory
55 The full path name for the cvs-buildpackage working directory.
56
57 -xprefix
58 This option provides the CVS default module prefix.
59
60 --help, --version
61 Show help message and version information respectively.
62
64 cvs-buildpackage(1), cvs-debi(1), cvs-debuild(1), debc(1)
65
67 cvs-buildpackage was written by Manoj Srivastava, and the current ver‐
68 sion of debi was written by Julian Gilbey <jdg@debian.org>. They have
69 been combined into this program by Julian Gilbey.
70
71
72
73DEBIAN Debian Utilities CVS-DEBC(1)