cvs-buildpackage 5.25 source package in Ubuntu

Changelog

cvs-buildpackage (5.25) unstable; urgency=medium

  * QA upload.
  * debian/local.mk: Fix mtimes before "dpkg --build".

 -- Santiago Vila <email address hidden>  Mon, 31 Aug 2015 12:15:20 +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

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cvs-buildpackage_5.25.dsc 1.0 KiB f9ec2ba887756566c824ed2e371930de0b072def36b8880bf72415e71602ff24
cvs-buildpackage_5.25.tar.gz 59.1 KiB 28e31b6889750b4316fd3a20e58685f078783069e7d15e00b746e15e5acd2681

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.