charybdis (4.1.2-1)
[PTS] [DDPO]
COMMITS: VCS has seen 2 commits since the debian/4.1.2-1 tag
- Git: https://salsa.debian.org/debian/charybdis.git -b debian
-
- Branch: debian
- Path: debian/changelog
- Browser: https://salsa.debian.org/debian/charybdis
- Last scan: 2022-05-17 10:32:47+00
- Next scan: 2022-05-24 11:14:00+00
- Debian changelog in Git:
charybdis (4.1.2-1) unstable; urgency=medium
[ Antoine Beaupré ]
* clean out automatically generated file correctly
* fix reload target in systemd
[ Unit 193 ]
* New upstream release.
* d/compat, d/control:
- Drop d/compat in favor of debhelper-compat, bump to 12.
* d/control:
- Set homepage to github project.
- Pre-Depend on ${misc:Pre-Depends}.
* Update Standards-Version to 4.4.0.
-- Unit 193 <unit193@ubuntu.com> Sun, 08 Sep 2019 19:19:56 -0400
- This branch is 2 commits ahead of tag debian/4.1.2-1
- Git log:
commit f92cc4e0d79e39c6e0e1b60d6f59c3d5d8ae7fba
Merge: 448d26ef 90cf9755
Author: Antoine Beaupré <anarcat@debian.org>
Date: Mon Jun 22 19:22:43 2020 +0000
Merge branch 'init_reload_broken' into 'debian'
The init script currently refuses to run the reload command
See merge request debian/charybdis!1
commit 90cf9755d466bc8930f06acf171dbd5fba49f631
Author: Gabriel Filion <gabster@lelutin.ca>
Date: Mon Jun 22 01:42:34 2020 -0400
The init script currently refuses to run the reload command
Because of a change in start-stop-daemon, matching a process only on a
PIDFILE that is not owned by root is disallowed for security reasons.
This means that the reload function currently doesn't do anything.
Let's tell start-stop-daemon which owner (user) to expect for the
PIDFILE and process running user.