svn-buildpackage 0.8.8 source package in Ubuntu

Changelog

svn-buildpackage (0.8.8) unstable; urgency=medium

  * QA upload.
  * d/copyright: Convert to machine-readable format.
  * Switch to 3.0 source format (Closes: #1007498).
  * Drop outdated URLs.

 -- Bastian Germann <email address hidden>  Mon, 17 Oct 2022 23:14:25 +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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
svn-buildpackage_0.8.8.dsc 1.3 KiB aa36b92e9f740562d4009487215f8b34e10d6ad7271c7b63841213ea89701eb1
svn-buildpackage_0.8.8.tar.xz 161.6 KiB d2b9515b57e1784e246c2b4e02a097ebee5e38ce591d6d8272fdf5e412b89d2f

Available diffs

No changes file available.

Binary packages built by this source

svn-buildpackage: helper programs to maintain Debian packages with Subversion

 svn-buildpackage (formerly svn-devscripts) contains tools that help to
 automate the task of maintaining Debian packages inside of a Subversion
 repository. They are intended to be used by Debian maintainers to simplify
 the error-prone actions with the svn, devscripts, and dpkg-dev utilities.
 .
  - svn-inject: creates the initial directory structure of a
         Debian-SVN repository and imports existing packages
  - svn-upgrade: imports upstream changes into the upstream branch and
         updates the Debian trunk directory, merging and tagging as needed
  - svn-buildpackage: wrapper around dpkg-buildpackage (or other builders),
         exporting/merging/tagging source as needed
  - svn-do: exports a source, runs a command inside the exported source and,
         if the command succeeds, copies back the debian/ tree
  - uclean: removes redundant files from upstream source packages
 .
 The package also includes a detailed HOWTO document.