dupload_2.10.2_amd64.changes ACCEPTED into unstable

2023-11-18 Thread Debian FTP Masters
Thank you for your contribution to Debian. Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sun, 19 Nov 2023 03:54:35 +0100 Source: dupload Architecture: source Version: 2.10.2 Distribution: unstable Urgency: medium Maintainer: Dpkg Developers Changed-By: Guillem Jo

Processing of dupload_2.10.2_amd64.changes

2023-11-18 Thread Debian FTP Masters
dupload_2.10.2_amd64.changes uploaded successfully to localhost along with the files: dupload_2.10.2.dsc dupload_2.10.2.tar.xz dupload_2.10.2_amd64.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)

Re: Proper way to do setcap in maintscript

2023-11-18 Thread Niels Thykier
Helmut Grohne: Hi Niels, thanks for reaching out. Thanks for the quick feedback. :) On Sat, Nov 18, 2023 at 05:13:44PM +0100, Niels Thykier wrote: * Should the snippet use dpkg-statoverride instead of a chmod? (If dpkg-statoverride is used, how will this interact with the next b

Re: Proper way to do setcap in maintscript

2023-11-18 Thread Helmut Grohne
Hi Niels, thanks for reaching out. On Sat, Nov 18, 2023 at 05:13:44PM +0100, Niels Thykier wrote: > * Should the snippet use dpkg-statoverride instead of a chmod? >(If dpkg-statoverride is used, how will this interact with the next > bullet?) I don't think dpkg-statoverride can do capab

Proper way to do setcap in maintscript

2023-11-18 Thread Niels Thykier
Hi, I have seen the following pattern in multiple packages, where we use `setcap` to replace a setuid (or setgid) mode with a capability. I think it is about time that we get proper packaging helper support for it. ``` if [ "$1" = configure ]; then if command -v setcap > /dev/null; then