Bug#1055599: dh_installsystemd tries to start static unit which deb-systemd-invoke rejects

2023-11-08 Thread Daniel Carpenter
Package: debhelper Version: 13.11.4 If I include this static (i.e. no [Install] section) systemd service: # debian/debhelper-example.service [Service] Type=oneshot ExecStart=true then dh_installsystemd will insert this snippet in postinst: if [ -n "$2" ]; then _dh_action=restart else _d

Bug#1055591: maintainer-script-lacks-home-in-adduser erroneously raised

2023-11-08 Thread Daniel Carpenter
Package: lintian Version: 2.116.3 If my postinst contains: adduser --system --home=/var/lib/myuser myuser Then lintian complains: E: lintian-adduser-bug: maintainer-script-lacks-home-in-adduser "adduser --system --home=/var/lib/myuser myuser" [postinst:2] As a workaround, I can wrap adduser or

Bug#1053449: VisiData requires python3-pkg-resources

2023-10-04 Thread Daniel Carpenter
Package: visidata Version: 2.11-1 When I install visidata in a fresh debian:sid docker container, it crashes when I try to start it: File "/usr/bin/vd", line 3, in import visidata.main File "/usr/lib/python3/dist-packages/visidata/__init__.py", line 102, in import visidata.main Fi

Bug#1051423: Documentation for return command

2023-09-07 Thread Daniel Carpenter
Package: dash Version: 0.5.11+git20200708+dd9ef66-5 Dear maintainer, The dash manpage states: The syntax of the return command is return [exitstatus] It terminates the currently executing function. Return is implemented as a builtin command. I can't find any reference to

Bug#1025976: python3-minimal: debpython.files.from_package passes input to system shell

2022-12-12 Thread Daniel Carpenter
Package: python3-minimal Version: 3.9.2-3 Severity: normal X-Debbugs-Cc: danseb...@gmail.com Dear Maintainer, The from_files function in /usr/share/python3/debpython/files.py passes its argument to the shell. It calls `Popen("/usr/bin/dpkg -L %s" % package_name, shell=True)`, executing the conten

Bug#987188: libcurl3-gnutls from buster-backports enables broken tls 1.3

2021-04-29 Thread Daniel Carpenter
I stumbled upon the same issue when trying to use libcurl to send e-mail via "smtp.googlemail.com" as part of a C application. With curl 7.64, TLS 1.2 is used and the e-mail is sent. However, with curl 7.74, TLS 1.3 is used, and I see (before any SMTP communication): * GnuTLS recv error (-10):