bip (0.9.3-1.2)
[PTS] [DDPO]
OLD: VCS is behind the version in the archive: 0.9.3-1 < 0.9.3-1.2.
- Git: https://salsa.debian.org/debian/bip.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 221184
- Browser: https://salsa.debian.org/debian/bip
- Last scan: 2026-08-07 00:52:12+00
- Error: https://salsa.debian.org/api/v4/projects/debian%2Fbip API request failed: 401 Unauthorized at /srv/qa.debian.org/data/vcswatch/vcswatch line 410.
- Next scan: 2026-08-14 04:38:00+00
- Debian changelog in Git:
bip (0.9.3-1) unstable; urgency=medium
[ Pierre-Louis Bonicoli ]
* New upstream release
* Update copyright file
-- Marc Dequènes (Duck) <Duck@DuckCorp.org> Tue, 22 Mar 2022 01:19:31 +0900
- This branch is 3 commits ahead of tag debian/0.9.3-1
- Git log:
commit b83a4ff5e08224f3c16721ad6739e8e4252b772b
Merge: 7af2fca 0d63046
Author: Luca Boccassi <bluca@debian.org>
Date: Sun Jul 5 09:03:52 2026 +0000
Merge branch 'sysusers' into 'master'
Install and use sysusers.d/tmpfiles.d config files
See merge request debian/bip!8
commit 0d630469970be2c7b9bc109aeec896c0bb959e04
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Mon Jun 29 19:37:11 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.
commit 3f5bcdf3aea0d67d03f1c8d863e90b8bb4f47703
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Mon Jun 29 19:36:01 2026 +0100
Stop deleting system users on purge
This is widely considered bad practice, as the kernel recycles UIDs/GIDs.
So any potential leftover file/directory can then become owned by the next
user/group that gets added, with unpredictable consequences.