mini-dinstall 0.7.0 source package in Ubuntu

Changelog

mini-dinstall (0.7.0) unstable; urgency=medium

  [ Unit 193 ]
  * [8ba508e] sign-release.sh: Add support for gpg2.
  * [9883708] Support installing upstream detached signatures.
  * [23ac25c] Port to Python 3
  * [4b168e8] Archive directory on command line should take precedence over
    config. (Closes: #496231)
  * [91ad709] Deprecate chown_changes_files in favor of restrict_changes_files.
    (Closes: #821960)
  * [6e52580] Add --foreground to the manpage and add a NEWS entry for the
    chown_changes_files deprecation.
  * [da75337] Update packaging to reflect python3 port.
  * [4d171bb] Utilize debhelper-compat and bump to 12.
  * [adde19d] Update Vcs-* fields to Salsa.
  * [df2fa73] Add myself to uploaders.
  * [4018b18] Bump Standards-Version to 4.4.0.
  * [3fccdae] Clean up extraneous whitespace in files.

  [ Krytarik Raido ]
  * [dc580be] Various improvements in coding style.
  * [11bda2c] Drop unused files and code.
  * [1cd7d0f] Switch to using the subprocess module.
  * [946753d] Update documentation on recent changes.
  * [1826155] Add error handling on empty PID file. (Closes: #894890)
  * [95b28f9] Add support for override files. (Closes: #780972)

  [ Pavel Shramov ]
  * [dc4416d] Add --foreground option (Closes: #451947)

  [ Heinrich Schuchardt ]
  * [96702ad] Create Release file for source subdirectory. (Closes: #798121)

 -- Unit 193 <email address hidden>  Tue, 30 Jul 2019 02:09:51 -0400

Upload details

Uploaded by:
Christoph Goehre
Uploaded to:
Sid
Original maintainer:
Christoph Goehre
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe devel

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mini-dinstall_0.7.0.dsc 1.6 KiB 791062d4eaf9de0adf859fff7451b403a494bbf99c0a94f7e2de6f9b133841e1
mini-dinstall_0.7.0.tar.xz 41.3 KiB f51e76f96dadf858bfb2742016dc5d0a415d9d502473f7c69fa1ec6b82dcfe35

No changes file available.

Binary packages built by this source

mini-dinstall: daemon for updating Debian packages in a repository

 This program implements a miniature version of the "dinstall" program
 which installs packages in the Debian archive. It doesn't require a
 PostgreSQL database, and is very easy to set up, maintain, and use.
 mini-dinstall can be run via cron, or as a daemon.
 .
 This package is expressly designed for personal apt repositories, and
 the like. In this vein, it contains fewer sanity checks; for
 example, it will happily install a lower version of a package. You
 can also generally just 'rm' files from the repository, and
 mini-dinstall won't care. In fact, (when run as a daemon) it will
 automatically detect that the directory changed, and update the
 Packages file.