pk4 4 source package in Ubuntu

Changelog

pk4 (4) unstable; urgency=medium

  * pk4-replace.1: add another example to illustrate how options are passed
  * apt hook: check if unit is loaded before starting it (Thanks xeen)
  * postrm: systemctl daemon-reload
  * pk4-generate-index.service: add PrivateTmp=yes
  * pk4-replace: only install currently installed packages
  * pk4-replace: add -dist flag (and config option)
  * pk4-replace: log build stdout and stderr to file (Closes: #879729)

 -- Michael Stapelberg <email address hidden>  Fri, 05 Jan 2018 09:35:29 +0100

Upload details

Uploaded by:
Michael
Uploaded to:
Sid
Original maintainer:
Michael
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pk4_4.dsc 1.5 KiB 3d2239dd218b6d75ea86d3aea39f147b0d5b2a85c71d6e0dc7b7042346b2c856
pk4_4.tar.xz 737.0 KiB d73cbd7becfd13ad3aece1bdad60dbb23c814ae23a2330e40360592f4148131c

Available diffs

No changes file available.

Binary packages built by this source

pk4: make available the Debian source package producing the specified package

 pk4 resolves the specified argument(s) as either:
 .
 1. the name of a Debian binary package, and selects its Debian source package.
 2. the name of a Debian source package, and selects it.
 3. or a file path, and selects the Debian source package of the owning package.
 .
 The source package version is either the installed version (if any) or the
 installation candidate, as per “apt-cache policy”.
 .
 Then, pk4 downloads the entire selected source package (every file referenced
 by — and including — its .dsc file) and prints the output directory path.
 .
 pk4…
 • caps the disk usage of the checked out packages by deleting the oldest ones
   after crossing a limit (default: 2GiB).
 • allows users to enable supplied or shipped-with-pk4 hooks, e.g. git-init.
 • optimizes for low latency of each operation.
 • respects your APT configuration, i.e. should work in company intranets.
 • comes with tab completion for bash and zsh.
 • tries hard to download source packages, with fallback to snapshot.debian.org.