From: Don Armstrong Date: Sun, 23 Aug 2020 18:58:20 +0000 (-0700) Subject: update debian/compat to 12 X-Git-Tag: debian/0.4.0-2~2 X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Fspamass-milter.git;a=commitdiff_plain;h=9d7573adaa8f82afc209ffe656d0f0aed6146b49 update debian/compat to 12 --- diff --git a/debian/NEWS b/debian/NEWS new file mode 100644 index 0000000..ec0469e --- /dev/null +++ b/debian/NEWS @@ -0,0 +1,36 @@ +spamass-milter (0.3.1-6) unstable; urgency=low + + * Note that users of postfix may wish to add "milter_connect_macros = j + {daemon_name} v {if_name} _" to their main.cf if they haven't already + done so. See README.Debian. + + -- Don Armstrong Mon, 05 Jan 2009 13:04:21 -0800 + +spamass-milter (0.3.1-5) unstable; urgency=low + + * spamass-milter now tries to run as spamass-milter. This means that the + socket can no longer be located in /var/run/sendmail/spamass.sock and + must be moved to /var/run/spamass/spamass.sock. The init.d script + checks for the old location and reverts to running as root with a + warning. To switch to the new behavoir, change your + /etc/mail/localconf.m4 appropriately (or wherever you specify + milters.) + + * The default for unknown users is now the spamass-milter user, which is + passed to spamc. Its home directory is /var/lib/spamass-milter. If you + wish to use a different user, simply edit /etc/defaults/spamass-milter + + * spamass-milter now attempts to automatically detect postfix installs + and set up SOCKET, RUNAS, SOCKETOWNER, and SOCKETMODE appropriately. + + -- Don Armstrong Mon, 19 Feb 2007 16:10:19 -0800 + +spamass-milter (0.3.0-2) unstable; urgency=low + + * spamass-milter now has a (currently not available upstream) -I option + which will allow authenticated senders to skip SA checks in outbound + mail. As this option is not yet integrated in upstream, the actually + command line option may change in the future. You Have Been Warned. + + -- Don Armstrong Fri, 23 Dec 2005 03:28:31 -0800 + diff --git a/debian/NEWS.Debian b/debian/NEWS.Debian deleted file mode 100644 index ec0469e..0000000 --- a/debian/NEWS.Debian +++ /dev/null @@ -1,36 +0,0 @@ -spamass-milter (0.3.1-6) unstable; urgency=low - - * Note that users of postfix may wish to add "milter_connect_macros = j - {daemon_name} v {if_name} _" to their main.cf if they haven't already - done so. See README.Debian. - - -- Don Armstrong Mon, 05 Jan 2009 13:04:21 -0800 - -spamass-milter (0.3.1-5) unstable; urgency=low - - * spamass-milter now tries to run as spamass-milter. This means that the - socket can no longer be located in /var/run/sendmail/spamass.sock and - must be moved to /var/run/spamass/spamass.sock. The init.d script - checks for the old location and reverts to running as root with a - warning. To switch to the new behavoir, change your - /etc/mail/localconf.m4 appropriately (or wherever you specify - milters.) - - * The default for unknown users is now the spamass-milter user, which is - passed to spamc. Its home directory is /var/lib/spamass-milter. If you - wish to use a different user, simply edit /etc/defaults/spamass-milter - - * spamass-milter now attempts to automatically detect postfix installs - and set up SOCKET, RUNAS, SOCKETOWNER, and SOCKETMODE appropriately. - - -- Don Armstrong Mon, 19 Feb 2007 16:10:19 -0800 - -spamass-milter (0.3.0-2) unstable; urgency=low - - * spamass-milter now has a (currently not available upstream) -I option - which will allow authenticated senders to skip SA checks in outbound - mail. As this option is not yet integrated in upstream, the actually - command line option may change in the future. You Have Been Warned. - - -- Don Armstrong Fri, 23 Dec 2005 03:28:31 -0800 - diff --git a/debian/compat b/debian/compat index ec63514..48082f7 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +12 diff --git a/debian/control b/debian/control index 64d41cf..85e086e 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,8 @@ Source: spamass-milter Section: mail Priority: optional -Standards-Version: 4.1.4 -Build-Depends: libmilter-dev, debhelper (>= 9), groff-base, autotools-dev +Standards-Version: 4.2.0 +Build-Depends: libmilter-dev, debhelper (>= 12), groff-base, autotools-dev Maintainer: Don Armstrong Vcs-Git: https://git.donarmstrong.com/deb_pkgs/spamass-milter.git Vcs-Browser: https://git.donarmstrong.com/deb_pkgs/spamass-milter.git