pygopherd (3.0.1-2)
[PTS] [DDPO]
COMMITS: VCS has seen 2 commits since the debian/3.0.1-2 tag
- Git: https://salsa.debian.org/python-team/packages/pygopherd.git
-
- Branch: debian/master
- Path: debian/changelog
- Repo size: 831488
- Browser: https://salsa.debian.org/python-team/packages/pygopherd
- Last scan: 2026-08-31 23:24:04+00
- Error: https://salsa.debian.org/api/v4/projects/python-team%2Fpackages%2Fpygopherd API request failed: 401 Unauthorized at /srv/qa.debian.org/data/vcswatch/vcswatch line 410.
- Next scan: 2026-09-07 16:55:00+00
- Debian changelog in Git:
pygopherd (3.0.1-2) unstable; urgency=medium
* Build pygopherd.txt with bash. Closes: #1036521.
* Ack NMU. Closes: #1084562.
-- John Goerzen <jgoerzen@complete.org> Sat, 05 Apr 2025 08:36:39 -0500
- This branch is 2 commits ahead of tag debian/3.0.1-2
- Git log:
commit f8168a49115489a6e1a73e14610fd57107fd3bb6
Merge: 137ec87 9d8296d
Author: Alexandre Detiste <alexandre.detiste@gmail.com>
Date: Tue Jul 21 19:10:16 2026 +0200
Merge branch 'sysusers' into 'debian/master'
Install and use sysusers.d/tmpfiles.d config files
See merge request python-team/packages/pygopherd!1
commit 9d8296d869d08e5a07605f61f0bebe4b05faa443
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Fri Jul 10 21:52:54 2026 +0100
Install and use sysusers.d/tmpfiles.d config files
sysusers.d/tmpfiles.d config files allow a package to use declarative
configuration instead of manually written maintainer scripts. This also
allows image-based systems to be created with /usr/ only, and also
allows for factory resetting a system and recreating /etc/ on boot.
https://www.freedesktop.org/software/systemd/man/latest/sysusers.d.html
https://www.freedesktop.org/software/systemd/man/latest/tmpfiles.d.html
Note that this does not require a hard dependency on systemd,
debhelper generates depetencies correctly so that they work out
of the box on non-systemd and non-linux Debian builds seamlessly.