mini-dinstall 0.7.3 source package in Ubuntu

Changelog

mini-dinstall (0.7.3) unstable; urgency=medium

  [ Krytarik Raido ]
  * [d1d92b5] Improve handling of mail features. (Closes: #1027267, #1027268)
  * [298f88d] Fix deprecation warnings on Thread.getName() (Closes: #1055247)
  * [b2b0bf3] Fix infinite loop on faulty Changes files. (LP: #1835212)
  * [a2969f0] Fix deprecation warnings on Thread.isSet()
  * [b9730cb] Update for Python 3.12

  [ Christoph Goehre ]
  * [ad12a30] Check GPG keyrings for read access before using them.
    (Closes: #1027263)

  [ Gioele Barabucci ]
  * [887a02c] gitignore: Ignore temp files and Python cache

  [ Franz Heger ]
  * [6038d1e] Resolve aliases when rejecting changes files
  * [5819c56] Skip missing files when rejecting packages

  [ Unit 193 ]
  * [95bf5d2] Add a simple systemd user unit, disabled by default.

 -- Unit 193 <email address hidden>  Wed, 22 May 2024 17:34:13 -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
Oracular release universe devel

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mini-dinstall_0.7.3.dsc 1.7 KiB cf3f66000e25b86664f3caa0c3da1b321c2bcdef113c337cd19781a9b4cd22eb
mini-dinstall_0.7.3.tar.xz 42.4 KiB a81884b626ebc63e4ef07708794ed62bf02880d1062ca2bf560b907c3b8ae733

Available diffs

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.