mercurial-buildpackage 0.10 source package in Ubuntu

Changelog

mercurial-buildpackage (0.10) unstable; urgency=low


  * Taking over this package... (Closes: #628953)
  * Add support for xz-compressed tarballs. (Closes: #658648)
    - Bump dependency on pristine-tar to >= 1.18.
  * Fix (most) problems with pristine tarball generation. (Closes: #626855)
    - Ensure that we have the source root directory in the tarball.
    - Ensure that the source root directory is correctly named.
    - Force owner, group and permissions to 0 when generating the xdelta.
    This should be enough to cover the usual use cases.
    It's fairly safe to say that anything else is going to be Fun™...
  * Don't spawn shells for tar.
  * Handle version info differently: vendor-specific version strings can be
    specified via a make variable, VENDOR_VERSION.
    Also, tidy up version checking in debian/rules and set VENDOR_VERSION to
    the vendor name as reported by dpkg-vendor.
    (Closes: #612271)
  * Have all commands respond to --help, -h and -?.
  * Put upstream tags on the upstream branch. It makes more sense to me than
    tagging a prior commit in the main branch.
  * Improved the concurrent stdout/stderr reading (referenced below).
  * Add -S (--source-only) to mercurial-buildpackage.
  * Add a note to README.txt about hacking on mercurial-buildpackage source.
  * Add build-arch and build-indep targets in debian/rules.
    (The latter is currently empty.)
  * Correctly quote (or unquote) hyphens in the man pages.
  * Add a dummy debian/watch.
  * Misc cleanup.

  [Jens Peter Secher]
  * Found a way to concurrently read stdout and stderr from a Process
    which means that there should be no more stalled build processes.
  * Allow successive import-dsc also when only the debian files changed.
  * Complain when importing tarballs that have no root directory but use
    dpkg-source with --no-check to allow manual tampering with the
    imported tarballs.

 -- Darren Salt <email address hidden>  Mon, 16 Jul 2012 19:05:58 +0100

Upload details

Uploaded by:
Darren Salt
Uploaded to:
Sid
Original maintainer:
Darren Salt
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe devel

Downloads

File Size SHA-256 Checksum
mercurial-buildpackage_0.10.dsc 1.5 KiB 1ee79bb988a2ed14c2a3f3c9bcb0f7f91565556a0d1dd2886bd9f7de8e88ee4e
mercurial-buildpackage_0.10.tar.gz 31.5 KiB 76c00a33945bbccb69f36019e6e556809342a317f18561fa664967cfd957e470

Available diffs

No changes file available.

Binary packages built by this source

mercurial-buildpackage: Suite to maintain Debian packages in Mercurial repository

 This package helps to automate the task of maintaining Debian
 packages by using the distributed version-control system Mercurial.
 The programs included are:
 .
 mercurial-importdsc: Import an existing Debian source package into a
 Mercurial repository.
 .
 mercurial-importorig: Import new upstream tarballs.
 .
 mercurial-pristinetar: Recreate source tarballs from the Mercurial
 repository so they are identical to original upstream tarballs.
 .
 mercurial-buildpackage: Build a Debian package from the Mercurial
 repository, either in-place or using pbuilder.
 .
 mercurial-tagversion: Mark an uploaded Debian package for future
 reference.