- 21 Mar, 2022 1 commit
-
-
Scott Kitterman authored
-
- 10 Feb, 2022 1 commit
-
-
Scott Kitterman authored
-
- 21 Jan, 2022 1 commit
-
-
Scott Kitterman authored
Document in README.Debian that new postfix-resolvconf.path/service files need to be manually enabled if needed and override dh_installsystemd to that effect
-
- 18 Jan, 2022 1 commit
-
-
Scott Kitterman authored
Add postfix-resolvconf.path/service to watch for resolv.conf changes and restart postfix using the existing hook if it is updated. Addresses-Debian-Bug: 1003152
-
- 15 Jan, 2022 8 commits
-
-
Scott Kitterman authored
-
Scott Kitterman authored
-
Scott Kitterman authored
-
Scott Kitterman authored
-
Scott Kitterman authored
-
Wietse Venema authored
-
Christian Göttsche authored
671d960c added the dpkg option `extend-diff-ignore`, which also pleases building postfix twice regarding changed html files due to updates to their dependency source files from Debian patches.
-
Christian Göttsche authored
The man pages are not safely build in parallel as every target uses the same temporary file `junk`.
-
- 09 Jan, 2022 3 commits
-
-
Scott Kitterman authored
-
The shared libraries in the postfix base package are not intended to be used by other packages, as they are not versioned and do not have an ABI stability guarantee. Since they are not versioned and not in the default library directories of the dynamic linker skip the calls of ldconfig(8). See Debian Policy 8.1.1
-
The shared libraries of plugins doe not have an ABI stability and no third party package should link against them. Seems those were needed 5 years ago: 51889fcd
-
- 08 Jan, 2022 12 commits
-
-
Christian Göttsche authored
Please pylint: C0325: Unnecessary parens after 'return' keyword (superfluous-parens) C0305: Trailing newlines (trailing-newlines) W0404: Reimport 'sys' (imported line 27) (reimported) R1732: Consider using 'with' for resource-allocating operations (consider-using-with) R1732: Consider using 'with' for resource-allocating operations (consider-using-with) W0611: Unused import os (unused-import) -
Christian Göttsche authored
Please pylint: C0325: Unnecessary parens after 'return' keyword (superfluous-parens) C0305: Trailing newlines (trailing-newlines) W0404: Reimport 'sys' (imported line 27) (reimported) R1732: Consider using 'with' for resource-allocating operations (consider-using-with) R1732: Consider using 'with' for resource-allocating operations (consider-using-with) W0611: Unused import os (unused-import) -
Christian Göttsche authored
postinst.functions is available since Buster and all other maintainer scripts include it unconditionally already.
-
Christian Göttsche authored
-
Christian Göttsche authored
Use strict mode and enable warnings. Rework file handling to not use barewords, see https://wiki.sei.cmu.edu/confluence/display/perl/FIO00-PL.+Do+not+use+bareword+file+handles
-
Christian Göttsche authored
Debhelper will inject appropriate code already: # Automatically added by dh_installsystemd/13.6 if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -d /run/systemd/system ] ; then deb-systemd-invoke stop 'postfix.service' >/dev/null || true fi # End automatically added section # Automatically added by dh_installinit/13.6 if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -x "/etc/init.d/postfix" ] ; then invoke-rc.d --skip-systemd-native postfix stop || exit 1 fi # End automatically added section Reorder, so the directories get removed afterwards. -
Christian Göttsche authored
Drop unused variables, canonicalize condition.
-
Christian Göttsche authored
Quote paths, drop unused variables, canonicalize conditions.
-
Christian Göttsche authored
-
Christian Göttsche authored
-
Christian Göttsche authored
Since the only remaining usage was inside postfix.postinst it is not necessary to keep it for upgrades.
-
Christian Göttsche authored
Create the directories with the default SELinux context in the first place, instead of fixing it later on.
-
- 06 Jan, 2022 6 commits
-
-
The substvars files for each binary package are sufficient.
-
-
-
The included html pages are being cleaned and then later re-generated since source code changes in Debian patches, e.g to src/smtpd/smtpd.c, causing the resulting html page to be re-generated, i.e. smtpd.8.html. Previously only smtpd.8.html, posttls-finger.1.html and makedefs.1.html were build, now all of them.
-
Otherwise make just treats it as a variable. txt2man -t postfix-collate -r postfix-3.6.3 -d -s 1 auxiliary/collate/README > debian/postfix/usr/share/man/man1/postfix-collate.1 expand: 1: No such file or directory
-
Christian Göttsche authored
Spotted by a vigilant observer.
-
- 05 Jan, 2022 2 commits
-
-
-
Christian Göttsche authored
-
- 04 Jan, 2022 5 commits
-
-
Scott Kitterman authored
-
Wietse Venema authored
Addresses-Debian-Bug: 999694
-
Scott Kitterman authored
Add collate.pl script as postfix-collate Addresses-Debian-Bug: 941457
-
Scott Kitterman authored
-
Scott Kitterman authored
Addresses-Debian-Bug: 964762
-