errbot (6.2.0+ds-9)
[PTS] [DDPO]
OLD: VCS is behind the version in the archive: 6.2.0+ds-8 < 6.2.0+ds-9.
- Git: https://salsa.debian.org/python-team/packages/errbot.git
-
- Branch: debian/master
- Path: debian/changelog
- Repo size: 1552384
- Browser: https://salsa.debian.org/python-team/packages/errbot
- Last scan: 2026-09-06 08:19:02+00
- Error: https://salsa.debian.org/api/v4/projects/python-team%2Fpackages%2Ferrbot API request failed: 401 Unauthorized at /srv/qa.debian.org/data/vcswatch/vcswatch line 410.
- Next scan: 2026-09-12 12:16:00+00
- Debian changelog in Git:
errbot (6.2.0+ds-8) unstable; urgency=medium
* Team upload.
* Use dh-cruft to register & purge /var/lib/errbot
* Rewrite d/watch in v5 format
* Bump Standards-Version to 4.7.3, no change needed
-- Alexandre Detiste <tchet@debian.org> Sat, 09 May 2026 00:50:15 +0200
- This branch is 2 commits ahead of tag debian/6.2.0+ds-8
- Git log:
commit b7642161050d8e884be989b9b562c10c5ec64631
Merge: 5e7c154 47d57b9
Author: Alexandre Detiste <alexandre.detiste@gmail.com>
Date: Tue Jul 21 19:06:26 2026 +0200
Merge branch 'sysusers' into 'debian/master'
Install and use sysusers.d/tmpfiles.d config files
See merge request python-team/packages/errbot!1
commit 47d57b98783c82ed1a4f1ea9e8dcc68a1eb4d3bc
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Mon Jul 13 19:22:44 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.