Merge branch 'debian/latest' into debian/bookworm

This commit is contained in:
Hibby 2024-04-08 22:28:56 +01:00
commit b84a355258
Signed by: hibby
SSH Key Fingerprint: SHA256:Y6XbnzN0FEB1R/exPF5hUbHUgE/Nn7M1uT566fxo6pE
2 changed files with 7 additions and 2 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
linbpq (6.0.24.34-2) unstable; urgency=medium
* Fix config permissions bug as reported by Alex 2E1PKY
-- Dave Hibberd <hibby@debian.org> Mon, 08 Apr 2024 22:27:02 +0100
linbpq (6.0.24.34-1~bpo12+1) bookworm; urgency=medium linbpq (6.0.24.34-1~bpo12+1) bookworm; urgency=medium
* Rebuild for bookworm. * Rebuild for bookworm.

3
debian/postinst vendored
View File

@ -24,8 +24,7 @@ if [ "$1" = configure ]; then
adduser linbpq dialout adduser linbpq dialout
chown :linbpq /opt/oarc/bpq chown :linbpq /opt/oarc/bpq
chmod 775 /opt/oarc/bpq chmod 775 /opt/oarc/bpq
chown :linbpq /etc/bpq32.cfg
chmod 664 /etc/bpq32.cfg
# If we have setcap is installed, set the requirements # If we have setcap is installed, set the requirements
# which allows us to install our binaries without the setuid # which allows us to install our binaries without the setuid
# bit. # bit.