torrus (3.00-2.0)
[PTS] [DDPO]
COMMITS: VCS has seen 2 commits since the debian/3.00-2.0 tag
- Git: https://salsa.debian.org/debian/torrus.git
-
- Branch: debian/latest
- Path: debian/changelog
- Repo size: 266240
- Browser: https://salsa.debian.org/debian/torrus
- Last scan: 2026-09-04 10:28:33+00
- Error: https://salsa.debian.org/api/v4/projects/debian%2Ftorrus API request failed: 401 Unauthorized at /srv/qa.debian.org/data/vcswatch/vcswatch line 410.
- Next scan: 2026-09-12 10:19:00+00
- Debian changelog in Git:
torrus (3.00-2.0) unstable; urgency=medium
* Remove old file that shows up in Debian Code Search while doing QA work
* Remove obsolete Lintian override
* Bump Standards-Version to 4.7.4, drop Priority: tag
* Rewrite d/watch in v5 format
* Use dh-cruft to register & purge volatile files
* Remove obsolete field Name from debian/upstream/metadata
(already present in machine-readable debian/copyright).
* debian/copyright: use spaces rather than tabs to start continuation lines.
* Remove 3 obsolete maintscript entries.
[ Marc Haber ]
* machine readable debian/copyright
* update debian/watch
* fix more manpage typos
* Rediff patches
[ Ondřej Nový ]
* d/changelog: Remove trailing whitespaces
* d/control: Remove trailing whitespaces
* d/watch: Use https protocol
-- Alexandre Detiste <tchet@debian.org> Mon, 18 May 2026 22:01:42 +0200
- This branch is 2 commits ahead of tag debian/3.00-2.0
- Git log:
commit 2298135551f2a08e0df6515a2f53d24fffefdd88
Merge: 7063764 f74cf26
Author: Alexandre Detiste <alexandre.detiste@gmail.com>
Date: Sun Jul 5 14:06:28 2026 +0200
Merge branch 'sysusers' into 'debian/latest'
Install and use sysusers.d/tmpfiles.d config files
See merge request debian/torrus!4
commit f74cf26217233ea0bed8f824316d48cb31d7d3eb
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Sun Jul 5 11:48:31 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.