postsrsd (2.0.11-1)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 2.0.11-2 > 2.0.11-1
- Git: https://salsa.debian.org/debian/postsrsd.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 303104
- Browser: https://salsa.debian.org/debian/postsrsd
- Last scan: 2025-12-01 22:17:01+00
- Next scan: 2025-12-08 06:15:00+00
- CI pipeline status: success
- Debian changelog in Git:
postsrsd (2.0.11-2) UNRELEASED; urgency=medium
* Remove config from /etc/default and use /etc/postsrsd.conf
https://salsa.debian.org/debian/postsrsd/-/merge_requests/5
Thanks to MichaIng.
-- Abhijith PA <abhijith@debian.org> Wed, 05 Nov 2025 09:50:19 +0530
- This branch is 3 commits ahead of tag debian/2.0.11-1
- Git log:
commit be70bc995079c66fe3921147abb836e964b14d43
Author: Abhijith PA <abhijith@disroot.org>
Date: Wed Nov 5 09:54:32 2025 +0530
record changelog 2.0.11-2
commit fcf3ce7ab6e9d04a5fbc7ea67a41c85092f30cbf
Merge: f61f294 728e697
Author: Abhijith PA <abhijith@debian.org>
Date: Sun Nov 2 05:28:21 2025 +0000
Merge branch 'config-cleanup' into 'master'
d/install: remove /etc/default/postsrsd.conf
See merge request debian/postsrsd!5
commit 728e697b721274d89c2468b24e5f1cfd478c5aa0
Author: MichaIng <micha@dietpi.com>
Date: Sat Nov 1 21:08:52 2025 +0100
d/install: remove /etc/default/postsrsd.conf
It is not in use, and non-environment files in /etc/default are uncommon. PostSRSd v1 uses /etc/default/postsrsd, PostSRSd v2 uses /etc/postsrsd.conf, with /usr/share/postsrsd/postsrsd.template as template copied in place via postinst.
Signed-off-by: MichaIng <micha@dietpi.com>