cvs-buildpackage 5.26+nmu1 source package in Ubuntu

Changelog

cvs-buildpackage (5.26+nmu1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Fri, 20 May 2022 19:37:21 +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 devel
Noble release universe devel
Mantic release universe devel
Lunar release universe devel

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cvs-buildpackage_5.26+nmu1.dsc 1.4 KiB 2326bd710bb206eb928083e68d8c3d5276e893d7d8bdb717e54f54cbc71dc030
cvs-buildpackage_5.26+nmu1.tar.xz 39.1 KiB dea367d2a63d19092a5c2ecd69b7a6dab240dac120e3567b2ca9ec7b084c5ff4

Available diffs

No changes file available.

Binary packages built by this source

cvs-buildpackage: set of Debian package scripts for CVS source trees

 This package provides the capability to inject or import Debian
 source packages into a CVS repository, build a Debian package from
 the CVS repository, and helps in integrating upstream changes into
 the repository.
 .
 The import or inject process takes a dsc (Debian source control)
 file, and imports it into CVS. The module path can maintains
 distribution and section information; for example, one may inject
 hemm/hemm/devel/make into the repository.
 .
 The build process works analogously to dpkg-buildpackage, and can be
 used from within the checked out source tree, or with additional
 information, can be used from anywhere. In the latter case, you can
 build any previous version of the package, as long as the
 corresponding orig.tar.gz file is still around. The build script
 checks out the relevant version from the CVS repository, and runs
 dpkg-buildpackage to create the Debian package.
 .
 Combined, these utilities provide an infrastructure to facilitate the
 use of CVS by Debian maintainers. This allows one to keep separate
 CVS branches of a package for stable, unstable, and possibly
 experimental distributions, along with the other benefits of a
 version control system.
 .
 This can be used to generate a unified CVS source tree, for example.