Merge ~michal-maloszewski99/ubuntu/+source/amavisd-new:merge-1.2.13.0-3_mantic into ubuntu/+source/amavisd-new:debian/sid

Proposed by Michał Małoszewski
Status: Merged
Merge reported by: git-ubuntu bot
Merged at revision: ed81258882dd9ad914456947cd74ee81b375473e
Proposed branch: ~michal-maloszewski99/ubuntu/+source/amavisd-new:merge-1.2.13.0-3_mantic
Merge into: ubuntu/+source/amavisd-new:debian/sid
Diff against target: 1209 lines (+916/-5)
11 files modified
debian/README.Debian (+17/-0)
debian/amavisd-new-postfix.dirs (+3/-0)
debian/amavisd-new-postfix.postinst (+93/-0)
debian/amavisd-new-postfix.postrm (+24/-0)
debian/amavisd-new.apport (+30/-0)
debian/amavisd-new.dirs (+1/-0)
debian/changelog (+665/-0)
debian/control (+25/-4)
debian/etc/conf.d/21-ubuntu_defaults (+19/-0)
debian/etc/conf.d/40-policy_banks (+33/-0)
debian/rules (+6/-1)
Reviewer Review Type Date Requested Status
Bryce Harrington (community) Approve
Christian Ehrhardt  (community) Needs Fixing
Canonical Server Reporter Pending
git-ubuntu import Pending
Review via email: mp+447076@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

some pre review

Revision history for this message
Michał Małoszewski (michal-maloszewski99) wrote :

execute_after_dh_auto_install:
- mv debian/amavisd-new/usr/bin debian/amavisd-new/usr/sbin

This chunk caused the FTBFS.
There is no debian/amavisd-new/ neither in Ubuntu nor in Debian.

The log that failed says:

   debian/rules execute_after_dh_auto_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
mv debian/amavisd-new/usr/bin debian/amavisd-new/usr/sbin
mv: cannot stat 'debian/amavisd-new/usr/bin': No such file or directory
make[1]: *** [debian/rules:14: execute_after_dh_auto_install] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:7: binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
Build finished at 2023-07-24T14:13:40Z

Finished
--------

+------------------------------------------------------------------------------+
| Cleanup |
+------------------------------------------------------------------------------+

Purging /<<BUILDDIR>>
Not removing build depends: as requested
E: Build failure (dpkg-buildpackage died)

So it is quite explicit message from the logs.

Revision history for this message
Michał Małoszewski (michal-maloszewski99) wrote :

No autopkgtests for that package.

Revision history for this message
Michał Małoszewski (michal-maloszewski99) wrote (last edit ):

Moreover, FYI the debian/rules from the original source package of amavisd-new (apt-get source amavisd-new;dpkg-source -x amavisd-new_2.11.0-6.1ubuntu1.dsc; nano amavisd-new-2.11.0/debian/rules) is different than the one here: https://salsa.debian.org/debian/amavisd-new/-/blob/master/debian/rules, so I think I shouldn't blindly follow debian/rules from debian salsa and to avoid FTBFS I deleted the part mentioned in the 2nd comment from the top.

Revision history for this message
Michał Małoszewski (michal-maloszewski99) wrote (last edit ):

In general as we are outdated, I think we should review the changes in the delta and update them to work with the latest version of the amavisd-new package. I mean, applying the necessary changes from the old delta to the new version of the package.

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

We re-did the merge together

Theories and findings and differences:
- d/control: dh-apparmor should be ordered right
- d/control: indent before unrar and altermine is different
- d/rules: as mentioned before do not drop the mv (unless we understand why)
- d/rules: do not drop distzilla added in Debian

Underlying issue is that th emv fails, but not because the mv is wrong.
In Debian [1] auto_install does
Installing /<<PKGBUILDDIR>>/debian/amavisd-new/usr/bin/amavisd-submit
In our build it does:
Installing /<<PKGBUILDDIR>>/debian/tmp/usr/bin/amavisd-submit

Due to this, the later mv fails.
removing the mv isn't the solution, understanding what is wrong here is.

Debian:
   dh_auto_install -D .build/debian-build --destdir=debian/amavisd-new/ -i
 cd .build/debian-build && make -j4 install DESTDIR=/<<PKGBUILDDIR>>/debian/amavisd-new AM_UPDATE_INFO_DIR=no PREFIX=/usr
Ubuntu:
   dh_auto_install -D .build/debian-build
 cd .build/debian-build && make -j4 install DESTDIR=/<<PKGBUILDDIR>>/debian/tmp AM_UPDATE_INFO_DIR=no PREFIX=/usr

DESTDIR is different - that is the problem.
I do not see yet why that is the case :-/
This ^^ is what you have to find out and fix.

You also might want to re-use my branch merge-2.13.0-3-mantic-CE which fixes some issues in the changelog as we discussed.

[1]: https://buildd.debian.org/status/fetch.php?pkg=amavisd-new&arch=all&ver=1%3A2.13.0-3&stamp=1683851020&raw=1

review: Needs Fixing
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

FYI, I rebuilt the Debian (none of our delta in case we cause it somehow) in unstable and mantic

Essentially:
$ DEB_BUILD_OPTIONS="parallel=4" sbuild --purge=never -Admantic-proposed-amd64 amavisd-new_2.13.0-3.dsc
$ DEB_BUILD_OPTIONS="parallel=4" sbuild --purge=never -Adunstable-amd64 amavisd-new_2.13.0-3.dsc

Both! had:
  DESTDIR=/<<PKGBUILDDIR>>/debian/amavisd-new

So while I do not yet see where/how exactly, it seems to be in our Delta.

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Hah, I do know ...

We do have this delta "New package amavisd-new-postfix".

But this implies a change, quoted from [1]:
"For earlier compat levels then unless --destdir option is specified, the files are installed into debian/package/ if there is only one binary package. In the multiple binary package case, the files are instead installed into debian/tmp/, and should be moved from there to the appropriate package build directory using dh_install(1) or similar tools."

So the existence of amavisd-new-postfix is what changes the behavior.
From there some Debian changes do not apply well to the Ubuntu build anymore.

That amavisd-new-postfix is part of an "custom ubuntu mail stack" which to admit hasn't got much attention in years and mostly carried forward as-is. In this case it is actually mostly an empty package that does its changes to postfix in the postinst maintainer script.
So it does - itself - not need to install anything of the build in dh_auto_install.

Therefore we should be able to set --destdir

[1]: https://manpages.debian.org/testing/debhelper/dh_auto_install.1.de.html

Revision history for this message
Michał Małoszewski (michal-maloszewski99) wrote :

Updated. can be re-reviewed.

Revision history for this message
Bryce Harrington (bryce) wrote :
Download full text (3.2 KiB)

Leaving the formal review to Christian since he owns the review slot, but since he's on PTO today I can give some drive-by review comments:

- In the debian/changelog the first line should include the merge bug number, LP: #2018057

- 0c5c7cf: In changelog entries, I strongly recommend stating *what* was changed and/or *why* it was changed. In this case, "Add information to the README.Debian about Ubuntu specific changes" is too vague. I know you didn't write this and are simply carrying forward the delta (correctly), but especially for longstanding delta it is worth adding some clarity. Sometimes in doing that it gives yourself or future mergers a clue about how the delta can eventually be retired.

  So in this case, look at the change applied to the README.Debian, and update the changelog entry to mention that the Ubuntu specific change was something to do with DKIM. In doing this, you may also find this change goes along with one of the other commits that actually implements the described change, and can be squashed to that one.

- f2f64b5: The changelog entry for this can also be made less vague by mentioning the packages by name (this can help future mergers who may be grepping through the changelog), and by stating the reason for *why* they are missing. In this case because the packages in question aren't provided by Debian or were removed in Debian. It would also be useful to annotate this commit (using the "--CL--" marker trick) and mention this delta is waiting on Debian to resolve, with a link to the Debian bug in question.

- cbb4bb1: This changelog entry is also a bit generic, and would be better to state that it's enabling dkim verification and reducing verbosity about sending mail. There's a couple other settings to undef but I can't tell if those are actually needed or if they actually cause a behavioral change (if they don't, why are they there?) You might also investigate if the dkim verification change should go with the other dkim commit(s).

  Oh, also small misspelling, "insure" should be "ensure".

- 630f928: The commit message here is great! It explains what was changed and why, and identifies actions for future mergers. Two minor suggestions, one would be to clarify the changelog entry to "d/rules: fix build with (empty) amavisd-new-postfix", second would be that this would be another good place to use the "--CL--" trick to separate out the annotation from the changelog entry so you don't have to hand-edit the changelog after the reconstruct-changelog step.

- 2405aa1: Instead of saying "after discussion with the server team" state what the rationale actually was. No one will remember that conversation, and it doesn't really matter where something is discussed, what matters is the decision and rationale. In this case I'm guessing the rationale was that altermime and ripole are universe packages?

I verified the package debuild's successfully locally. There are no DEP8 tests so I did no testing beyond that.

I didn't review the apport hook nor the postinst/postrm changes since while those are part of the Ubuntu delta, those aren't listed as part of the MP's Unmerged commits. (Actually I did quickl...

Read more...

review: Needs Fixing
Revision history for this message
Michał Małoszewski (michal-maloszewski99) wrote :

"Leaving the formal review to Christian since he owns the review slot, but since he's on PTO today I can give some drive-by review comments:"

Due to that sentence, I haven't addressed fixes from Bryce's comment (it does not mean that I do not agree), but there might be situations where reviewers have different perspectives on something (what is obvious), and I would like to apply fixes after two people review it (if applicable).

Long story short, I do not want the situation where I add fixes after Bryce's review, then let's suppose specific thing is not okay according to the second reviewer, and then I would have to fix it again.

I would want to see comments from two reviewers, then do a kind of tradeoff, discuss if I wouldn't agree with any point, etc., and then apply changes once.

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Well, 07-26 fixed what I wanted - which was mostly how to overcome the FTBFS in a better way.
You have taken over my WIP suggestion, which I assume that means worked well in your tests as you said it it is ready for re-review.

Then on 08-02 Bryce was so kind to beat me in giving this a second look - thanks.

I ack to all of Bryce suggestions, but I also see your reason for hesitation - let me explain.

First time you presented the delta re-split in a different way and re-ordered its appearance in changelog - that made it hard to compare and match.
Then after my work with you we re-ordered it so that old=new (in regard to order) which helped a lot - but we didn't touch the text of the messages as we were both quite exhausted at that time already from all the shuffling.
Now Bryce asks you to change the texts and I can understand thinking "uh, wasn't this what I tried before" :-)
But he is not asking you to change order again, everything stays in place and just gets a nice improvement in wording.
I'm +1 with that and encourage you to do that so that I can final-review and final-approve it then.

One thing Bryce asked was to not say "after discussion with the server team" which I agree.
But then, you just carried forward this - and the discussion is from 2012 let me help a bit :-)
When you go back in the past enough in the CL you see:
  [6aa7cfb] Recommend altermime and ripole (Closes: #665469)
And as a consequence of that
  * debian/control: drop altermime and ripole to Suggests after discussions
    with the server team. (LP: 992879)

So there you at least have a bug ref.
And since then no one complained about those being missing, so the decision seems to have been right :-)

A good message might therefore
1. would state that as the reason
2. still reference the old bug (which was lost in CL a few years later)
So a good message could be:
 * d/control: drop altermime and ripole to Suggests as they are optional and universe dependencies (LP: 992879)

But no problem would be good without being a never ending rabbit whole - right?
In looking at this I've seen ripole doesn't exist since >Bionic.
Which means it is wrong in Debian (and known https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971896)
So you can change this to:
1. just move altermime, keep ripole a recommends as it is a no-op due to not existing
2. the commit and changelog text then could be
 * d/control: drop altermime to Suggests as it is an optional universe dependency (LP: 992879)

Oh and a last comment - as this is the repo with so many similar branches.
You could maybe delete the wrong old branches in your LP repo to make this easier?

Once this is all ready, ping me for a final check and sponsoring

Revision history for this message
Michał Małoszewski (michal-maloszewski99) wrote (last edit ):

Things from the comments fixed, old wrong branches deleted. It can be re-reviewed.

"In looking at this I've seen ripole doesn't exist since >Bionic."
(Btw the d/control in that MP does not contain ripole in Recommends. -> commit: 09e3edf)

Revision history for this message
Bryce Harrington (bryce) wrote :

Uploaded:

triage-mantic+23.10: ~/pkg/AmavisdNew/review-lp2018057/amavisd-new-gu$ grep ^Vcs ../amavisd-new_2.13.0-3ubuntu1_source.changes
Vcs-Git: https://git.launchpad.net/~bryce/ubuntu/+source/amavisd-new
Vcs-Git-Commit: ed81258882dd9ad914456947cd74ee81b375473e
Vcs-Git-Ref: refs/heads/merge-1.2.13.0-3_mantic
triage-mantic+23.10: ~/pkg/AmavisdNew/review-lp2018057/amavisd-new-gu$ dput ubuntu ../amavisd-new_2.13.0-3ubuntu1_source.changes
D: Setting host argument.
Checking signature on .changes
gpg: ../amavisd-new_2.13.0-3ubuntu1_source.changes: Valid signature from E603B2578FB8F0FB
Checking signature on .dsc
gpg: ../amavisd-new_2.13.0-3ubuntu1.dsc: Valid signature from E603B2578FB8F0FB
Uploading to ubuntu (via ftp to upload.ubuntu.com):
  Uploading amavisd-new_2.13.0-3ubuntu1.dsc: done.
  Uploading amavisd-new_2.13.0-3ubuntu1.debian.tar.xz: done.
  Uploading amavisd-new_2.13.0-3ubuntu1_source.buildinfo: done.
  Uploading amavisd-new_2.13.0-3ubuntu1_source.changes: done.
Successfully uploaded packages.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/README.Debian b/debian/README.Debian
2index 4f58e0d..575c0ae 100644
3--- a/debian/README.Debian
4+++ b/debian/README.Debian
5@@ -24,6 +24,8 @@ Read-write conffiles: /etc/amavis/conf.d/
6 15-av_scanners: AV scanner interface configuration
7 15-content_filter_mode: Use this to re-enable spamassassin/av checks
8 20-debian_defaults: Commonly modified settings
9+ 21-ubuntu_defaults: Additional Ubuntu specific changes
10+ 40-policy_banks: DKIM whitelist
11 50-user: Place your overrides here, if you want
12
13 If the package detects legacy config files, it renames them adding a
14@@ -131,3 +133,18 @@ system.
15 You can change the backend in /etc/default/amavisd-snmp-subagent.
16
17 -- Your amavisd-new maintainers (and contributors)
18+
19+Ubuntu Changes
20+--------------
21+
22+The Ubuntu variant of this package is generally very similar to the standard
23+Debian package. The major difference is that we enable DKIM verification by
24+default and provide an additional config file, 40-policy_banks, to for easy
25+DKIM based whitelisting. Domains recommended by upstream are whitelisted by
26+default. You can over-ride DKIM verification in 50-user if you don't want it.
27+
28+At any given moment there may be bug fixes applied in the Ubuntu package, but
29+not yet in Debian. It is the goal of Ubuntu to feed these back to Debian.
30+
31+
32+ -- Scott Kitterman <scott@kitterman.com>
33diff --git a/debian/amavisd-new-postfix.dirs b/debian/amavisd-new-postfix.dirs
34new file mode 100644
35index 0000000..d13e1a4
36--- /dev/null
37+++ b/debian/amavisd-new-postfix.dirs
38@@ -0,0 +1,3 @@
39+var/lib/amavisd-new-postfix
40+var/lib/amavisd-new-postfix/backups
41+etc/amavis/conf.d
42diff --git a/debian/amavisd-new-postfix.postinst b/debian/amavisd-new-postfix.postinst
43new file mode 100644
44index 0000000..07221b4
45--- /dev/null
46+++ b/debian/amavisd-new-postfix.postinst
47@@ -0,0 +1,93 @@
48+#! /bin/sh
49+# postinst script for amavisd-new-postfix
50+
51+set -e
52+
53+# summary of how this script can be called:
54+# * <postinst> `configure' <most-recently-configured-version>
55+# * <old-postinst> `abort-upgrade' <new version>
56+# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
57+# <new-version>
58+# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
59+# <failed-install-package> <version> `removing'
60+# <conflicting-package> <version>
61+# for details, see http://www.debian.org/doc/debian-policy/ or
62+# the debian-policy package
63+#
64+# quoting from the policy:
65+# Any necessary prompting should almost always be confined to the
66+# post-installation script, and should be protected with a conditional
67+# so that unnecessary prompting doesn't happen if a package's
68+# installation fails and the `postinst' is called with `abort-upgrade',
69+# `abort-remove' or `abort-deconfigure'.
70+
71+POSTFIX_BCKFILE="/var/lib/amavisd-new-postfix/backups/main.cf-backup"
72+POSTFIX_MASTER_BCKFILE="/var/lib/amavisd-new-postfix/backups/master.cf-backup"
73+
74+set_postfix_option() {
75+ opt="$1"
76+ # Backup the existion value of the option
77+ postconf $(echo ${opt} | cut -d= -f1) >> ${POSTFIX_BCKFILE} || true
78+ # Set the new value of the option
79+ postconf -e "${opt}"
80+}
81+
82+case "$1" in
83+ configure)
84+ if [ -f "/etc/postfix/main.cf" ]; then
85+ if [ -z "$2" -o ! -e "$POSTFIX_BCKFILE" ]; then
86+ if which postconf >/dev/null; then
87+ # Setup postfix
88+ set_postfix_option "content_filter = smtp-amavis:[localhost]:10024"
89+ set_postfix_option "policy-spf_time_limit = 3600s"
90+ SMTPD_RECIP_RESTR=`postconf smtpd_recipient_restrictions`
91+ set_postfix_option "$SMTPD_RECIP_RESTR, check_policy_service unix:private/policy-spf"
92+ fi
93+ cp /etc/postfix/master.cf $POSTFIX_MASTER_BCKFILE
94+ postfix-add-policy policy-spf nobody /usr/bin/policyd-spf
95+ postfix-add-filter smtp-amavis 10025
96+ fi
97+ else
98+ echo ""
99+ echo "Postfix not configured. Run"
100+ echo "sudo dpkg-reconfigure postfix and choose"
101+ echo "the type of mail server. Then run"
102+ echo "sudo dpkg-reconfigure amavisd-new-postfix to"
103+ echo "finish amavisd-new-postfix installation."
104+ echo ""
105+ fi
106+ if [ -x "/etc/init.d/postfix" ]; then
107+ if [ -x /usr/sbin/invoke-rc.d ]; then
108+ invoke-rc.d postfix restart
109+ else
110+ /etc/init.d/postfix restart
111+ fi
112+ fi
113+ if [ -x "/etc/init.d/amavis" ]; then
114+ if [ -x /usr/sbin/invoke-rc.d ]; then
115+ invoke-rc.d amavis restart
116+ else
117+ /etc/init.d/amavis restart
118+ fi
119+ fi
120+
121+
122+ ;;
123+
124+ abort-upgrade|abort-remove|abort-deconfigure)
125+
126+ ;;
127+
128+ *)
129+ echo "postinst called with unknown argument \`$1'" >&2
130+ exit 1
131+ ;;
132+esac
133+
134+# dh_installdeb will replace this with shell code automatically
135+# generated by other debhelper scripts.
136+
137+#DEBHELPER#
138+
139+exit 0
140+
141diff --git a/debian/amavisd-new-postfix.postrm b/debian/amavisd-new-postfix.postrm
142new file mode 100644
143index 0000000..7f8a40d
144--- /dev/null
145+++ b/debian/amavisd-new-postfix.postrm
146@@ -0,0 +1,24 @@
147+#!/bin/sh
148+set -e
149+
150+POSTFIX_BCKFILE="/var/lib/amavisd-new-postfix/backups/main.cf-backup"
151+
152+if [ "$1" = "remove" ]; then
153+ if which postconf >/dev/null && [ -f "${POSTFIX_BCKFILE}" ]; then
154+ while read line; do
155+ postconf -e "$line"
156+ done < "${POSTFIX_BCKFILE}"
157+ rm -f "${POSTFIX_BCKFILE}"
158+ fi
159+ if [ -x "/etc/init.d/postfix" ]; then
160+ if [ -x /usr/sbin/invoke-rc.d ]; then
161+ invoke-rc.d postfix reload
162+ else
163+ /etc/init.d/postfix reload
164+ fi
165+ fi
166+fi
167+
168+#DEBHELPER#
169+
170+exit 0
171diff --git a/debian/amavisd-new.apport b/debian/amavisd-new.apport
172new file mode 100644
173index 0000000..69fbdcf
174--- /dev/null
175+++ b/debian/amavisd-new.apport
176@@ -0,0 +1,30 @@
177+'''Apport package hook for amavisd-new.
178+
179+(c) 2019 Canonical Ltd.
180+Contributors:
181+Christian Ehrhardt <christian.ehrhardt@canonical.com>
182+
183+This program is free software; you can redistribute it and/or modify it
184+under the terms of the GNU General Public License as published by the
185+Free Software Foundation; either version 2 of the License, or (at your
186+option) any later version. See http://www.gnu.org/copyleft/gpl.html for
187+the full text of the license.
188+'''
189+
190+import re
191+import apport
192+import apport.hookutils
193+
194+def add_info(report, ui):
195+ out = apport.hookutils.command_output(['systemctl', 'status',
196+ 'amavis']).strip()
197+ fqdnbug = re.search("You must explicitly assign a FQDN of this host", out)
198+ if fqdnbug:
199+ ui.information("Your amavisd service fails to start as you have not \n"
200+ "configured hostname to be a Fully Qualified Domain \n"
201+ "Name. You will see the same reported by amavis, see \n"
202+ " $ systemctl status amavis\n"
203+ "Consider fixing either your hostname or set the \n"
204+ "desired value at /etc/amavis/conf.d/05-node_id")
205+ report['UnreportableReason'] = 'Known local configuation issue'
206+ return
207diff --git a/debian/amavisd-new.dirs b/debian/amavisd-new.dirs
208new file mode 100644
209index 0000000..bbe54c6
210--- /dev/null
211+++ b/debian/amavisd-new.dirs
212@@ -0,0 +1 @@
213+usr/share/apport/package-hooks
214diff --git a/debian/changelog b/debian/changelog
215index f5076ce..8e53e4c 100644
216--- a/debian/changelog
217+++ b/debian/changelog
218@@ -1,3 +1,35 @@
219+amavisd-new (1:2.13.0-3ubuntu1) mantic; urgency=medium
220+
221+ * Merge with Debian unstable (LP: #2018057). Remaining changes:
222+ - d/README.Debian: Add information about the Ubuntu variant of
223+ amavisd-new and the major differences between that package in
224+ Ubuntu and Debian to raise awareness about the additional config
225+ file which is 40-policy_banks.
226+ - d/README.Debian, d/etc/conf.d/21-ubuntu_defaults: Enable DKIM
227+ verification and reducing verbosity about sending mail.
228+ + Reduce email responses for virus/blocked mail so as not to be a
229+ backscatter source by default.
230+ + Enable DKIM checking by default.
231+ - d/README.Debian, d/etc/conf.d/40-policy_banks: Include policy-bank
232+ of known good domains for DKIM whitelisting in 40-policy_banks.
233+ - d/control: Drop altermime and ripole to Suggests as they are
234+ optional and universe dependencies (LP: 992879).
235+ - d/control, d/amavisd-new-postfix.*: New package amavisd-new-postfix,
236+ configuration for anti-spam/virus.
237+ - do not report FQDN misconfiguration through apport.
238+ (LP #1587695).
239+ + d/control: b-dep on dh_apparmor.
240+ + d/rules: enable dh_apparmor.
241+ + d/amavisd-new.apport: apport script
242+ + d/amavisd-new.dirs: layout required dirs
243+ * New Changes:
244+ - d/control: Delete packages ripole and dspam - which are missing -
245+ from Suggests to not mislead anyone who would want to make use of
246+ those (LP: #1891643).
247+ - d/rules: fix build with (empty) amavisd-new-postfix
248+
249+ -- Michal Maloszewski <michal.maloszewski@canonical.com> Mon, 17 Jul 2023 23:17:01 +0200
250+
251 amavisd-new (1:2.13.0-3) unstable; urgency=medium
252
253 * Fix failure to purge without adduser. Closes: #1035841.
254@@ -26,6 +58,56 @@ amavisd-new (1:2.13.0-1) unstable; urgency=medium
255
256 -- Brian May <bam@debian.org> Thu, 23 Feb 2023 16:00:54 +1100
257
258+amavisd-new (1:2.12.2-1.1ubuntu1) lunar; urgency=medium
259+
260+ * Merge from Debian unstable (LP: #1993383). Remaining changes:
261+ - Add information in README.Debian about Ubuntu specific changes.
262+ - d/README.Debian, d/etc/conf.d/21-ubuntu_defaults: Ubuntu
263+ configuration changes in 21-ubuntu_defaults.
264+ + Reduce email responses for virus/blocked mail so as not to be
265+ a backscatter source by default.
266+ + Enable DKIM checking by default.
267+ - d/README.Debian,d/etc/conf.d/40-policy_banks: Include
268+ policy-bank of known good domains for DKIM whitelisting
269+ in 40-policy_banks.
270+ - d/control: drop altermime and ripole to Suggests after
271+ discussions with the server team.
272+ - d/control,d/amavisd-new-postfix.*: new package
273+ amavisd-new-postfix, configuration for anti-spam/virus.
274+ - do not report FQDN misconfiguration through apport.
275+ (LP #1587695).
276+ + d/control: b-dep on dh_apparmor
277+ + d/rules: enable dh_apparmor
278+ + d/amavisd-new.apport: apport script
279+ + d/amavisd-new.dirs: layout required dirs
280+
281+ -- Sergio Durigan Junior <sergio.durigan@canonical.com> Fri, 18 Nov 2022 14:23:22 -0500
282+
283+amavisd-new (1:2.12.2-1ubuntu1) jammy; urgency=medium
284+
285+ * Merge with Debian unstable (LP: #1946841). Remaining changes:
286+ - Add information in README.Debian about Ubuntu specific changes.
287+ - d/README.Debian, d/etc/conf.d/21-ubuntu_defaults: Ubuntu
288+ configuration changes in 21-ubuntu_defaults.
289+ + Reduce email responses for virus/blocked mail so as not to be
290+ a backscatter source by default.
291+ + Enable DKIM checking by default.
292+ - d/README.Debian,d/etc/conf.d/40-policy_banks: Include
293+ policy-bank of known good domains for DKIM whitelisting
294+ in 40-policy_banks.
295+ - d/control: drop altermime and ripole to Suggests after
296+ discussions with the server team.
297+ - d/control,d/amavisd-new-postfix.*: new package
298+ amavisd-new-postfix, configuration for anti-spam/virus.
299+ - do not report FQDN misconfiguration through apport.
300+ (LP #1587695).
301+ + d/control: b-dep on dh_apparmor
302+ + d/rules: enable dh_apparmor
303+ + d/amavisd-new.apport: apport script
304+ + d/amavisd-new.dirs: layout required dirs
305+
306+ -- Miriam España Acebal <miriam.espana@canonical.com> Fri, 18 Feb 2022 13:14:20 +0100
307+
308 amavisd-new (1:2.12.2-1) unstable; urgency=medium
309
310 [ Sergio Durigan Junior ]
311@@ -42,12 +124,61 @@ amavisd-new (1:2.12.2-1) unstable; urgency=medium
312
313 -- Brian May <bam@debian.org> Wed, 09 Feb 2022 09:00:48 +1100
314
315+amavisd-new (1:2.11.1-5ubuntu1) impish; urgency=medium
316+
317+ * Merge with Debian unstable. Remaining changes:
318+ - Add information in README.Debian about Ubuntu specific changes.
319+ - Ubuntu configuration changes in 21-ubuntu_defaults.
320+ + Reduce email responses for virus/blocked mail so as not to be a
321+ backscatter source by default
322+ + Enable DKIM checking by default
323+ - Include policy-bank of known good domains for DKIM whitelisting
324+ in 40-policy_banks.
325+ - debian/control: drop altermime and ripole to Suggests after discussions
326+ with the server team.
327+ - amavisd-new-postfix configuration for anti-spam/virus.
328+ - do not report FQDN misconfiguration through apport. (LP #1587695)
329+ + d/amavisd-new.apport: apport script
330+ + d/amavisd-new.dirs: layout required dirs
331+ + d/control: b-dep on dh_apparmor
332+ + d/rules: enable dh_apparmor
333+ * Added:
334+ - d/amavisd-new-postfix.postrm: add #DEBHELPER# to the end of the script.
335+ [squash this change with "amavisd-new-postfix configuration for
336+ anti-spam/virus" (4e84c665522d1be) in the next merge]
337+ - d/amavisd-new-postfix.*: use a FHS compliant dir to store backup files.
338+ [squash this change with "amavisd-new-postfix configuration for
339+ anti-spam/virus" (4e84c665522d1be) in the next merge]
340+
341+ -- Lucas Kanashiro <kanashiro@ubuntu.com> Wed, 14 Jul 2021 17:22:39 -0300
342+
343 amavisd-new (1:2.11.1-5) unstable; urgency=medium
344
345 * Add missing dependency on libnet-snmp-perl. Closes: #936052.
346
347 -- Brian May <bam@debian.org> Tue, 08 Jun 2021 08:51:44 +1000
348
349+amavisd-new (1:2.11.1-4ubuntu1) hirsute; urgency=medium
350+
351+ * Merge with Debian unstable. Remaining changes:
352+ - Add information in README.Debian about Ubuntu specific changes.
353+ - Ubuntu configuration changes in 21-ubuntu_defaults.
354+ + Reduce email responses for virus/blocked mail so as not to be a
355+ backscatter source by default
356+ + Enable DKIM checking by default
357+ - Include policy-bank of known good domains for DKIM whitelisting
358+ in 40-policy_banks.
359+ - debian/control: drop altermime and ripole to Suggests after discussions
360+ with the server team.
361+ - amavisd-new-postfix configuration for anti-spam/virus.
362+ - do not report FQDN misconfiguration through apport. (LP #1587695)
363+ + d/amavisd-new.apport: apport script
364+ + d/amavisd-new.dirs: layout required dirs
365+ + d/control: b-dep on dh_apparmor
366+ + d/rules: enable dh_apparmor
367+
368+ -- Lucas Kanashiro <kanashiro@ubuntu.com> Wed, 18 Nov 2020 17:39:15 -0300
369+
370 amavisd-new (1:2.11.1-4) unstable; urgency=low
371
372 [ Debian Janitor ]
373@@ -66,6 +197,27 @@ amavisd-new (1:2.11.1-4) unstable; urgency=low
374
375 -- Brian May <bam@debian.org> Tue, 15 Sep 2020 07:47:11 +1000
376
377+amavisd-new (1:2.11.1-2ubuntu1) groovy; urgency=medium
378+
379+ * Merge with Debian unstable. Remaining changes:
380+ - Add information in README.Debian about Ubuntu specific changes.
381+ - Ubuntu configuration changes in 21-ubuntu_defaults.
382+ + Reduce email responses for virus/blocked mail so as not to be a
383+ backscatter source by default
384+ + Enable DKIM checking by default
385+ - Include policy-bank of known good domains for DKIM whitelisting
386+ in 40-policy_banks.
387+ - debian/control: drop altermime and ripole to Suggests after discussions
388+ with the server team.
389+ - amavisd-new-postfix configuration for anti-spam/virus.
390+ - do not report FQDN misconfiguration through apport. (LP #1587695)
391+ + d/amavisd-new.apport: apport script
392+ + d/amavisd-new.dirs: layout required dirs
393+ + d/control: b-dep on dh_apparmor
394+ + d/rules: enable dh_apparmor
395+
396+ -- Lucas Kanashiro <kanashiro@ubuntu.com> Mon, 11 May 2020 17:36:35 -0300
397+
398 amavisd-new (1:2.11.1-2) unstable; urgency=medium
399
400 * Ensure RuntimeDirectory is set. Closes: #955247.
401@@ -79,6 +231,30 @@ amavisd-new (1:2.11.1-1) unstable; urgency=medium
402
403 -- Brian May <bam@debian.org> Tue, 04 Feb 2020 07:58:33 +1100
404
405+amavisd-new (1:2.11.0-6.1ubuntu1) eoan; urgency=medium
406+
407+ * Merge with Debian unstable. Remaining changes:
408+ - Add information in README.Debian about Ubuntu specific changes
409+ - Ubuntu configuration changes in 21-ubuntu_defaults
410+ - Reduce email responses for virus/blocked mail so as not to be a
411+ backscatter source by default
412+ - Enable DKIM checking by default
413+ - Include policy-bank of known good domains for DKIM whitelisting
414+ in 40-policy_banks
415+ - debian/control: drop altermime and ripole to Suggests after discussions
416+ with the server team.
417+ - amavisd-new-postfix configuration for anti-spam/virus
418+ - do not report FQDN misconfiguration through apport (LP #1587695)
419+ - d/amavisd-new.apport: apport script
420+ - d/amavisd-new.dirs: layout required dirs
421+ - d/control: b-dep on dh_apparmor
422+ - d/rules: enable dh_apparmor
423+ * Dropped Changes:
424+ - Fix DKIM signing in 2.11.0 (LP: 1770532)
425+ [in Debian for #882324]
426+
427+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Fri, 26 Apr 2019 09:10:13 +0200
428+
429 amavisd-new (1:2.11.0-6.1) unstable; urgency=medium
430
431 * Non-maintainer upload.
432@@ -93,6 +269,33 @@ amavisd-new (1:2.11.0-6) unstable; urgency=medium
433
434 -- Brian May <bam@debian.org> Wed, 13 Feb 2019 17:48:10 +1100
435
436+amavisd-new (1:2.11.0-5ubuntu2) eoan; urgency=medium
437+
438+ * do not report FQDN misconfiguration through apport (LP: #1587695)
439+ - d/amavisd-new.apport: apport script
440+ - d/amavisd-new.dirs: layout required dirs
441+ - d/control: b-dep on dh_apport
442+ - d/rules: enable dh_apport
443+
444+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Mon, 08 Apr 2019 16:48:34 +0200
445+
446+amavisd-new (1:2.11.0-5ubuntu1) disco; urgency=medium
447+
448+ * Merge with Debian unstable (LP: #1814900). Remaining changes:
449+ - Add information in README.Debian about Ubuntu specific changes
450+ - Ubuntu configuration changes in 21-ubuntu_defaults
451+ - Reduce email responses for virus/blocked mail so as not to be a
452+ backscatter source by default
453+ - Enable DKIM checking by default
454+ - Include policy-bank of known good domains for DKIM whitelisting
455+ in 40-policy_banks
456+ - debian/control: drop altermime and ripole to Suggests after discussions
457+ with the server team.
458+ - amavisd-new-postfix configuration for anti-spam/virus
459+ - Fix DKIM signing in 2.11.0 (LP #1770532)
460+
461+ -- Karl Stenerud <kstenerud@gmail.com> Wed, 06 Feb 2019 17:02:57 +0100
462+
463 amavisd-new (1:2.11.0-5) unstable; urgency=medium
464
465 * Apply updated patch to left brace in regex. Closes: #920720.
466@@ -110,6 +313,29 @@ amavisd-new (1:2.11.0-4) unstable; urgency=medium
467
468 -- Brian May <bam@debian.org> Mon, 28 Jan 2019 13:19:51 +1300
469
470+amavisd-new (1:2.11.0-3ubuntu1) disco; urgency=medium
471+
472+ * Merge with Debian unstable (LP: #1811400). Remaining changes:
473+ - Add information in README.Debian about Ubuntu specific changes
474+ - Ubuntu configuration changes in 21-ubuntu_defaults
475+ - Reduce email responses for virus/blocked mail so as not to be a
476+ backscatter source by default
477+ - Enable DKIM checking by default
478+ - Include policy-bank of known good domains for DKIM whitelisting
479+ in 40-policy_banks
480+ - debian/control: drop altermime and ripole to Suggests after discussions
481+ with the server team.
482+ - amavisd-new-postfix configuration for anti-spam/virus
483+ - Fix DKIM signing in 2.11.0 (LP #1770532)
484+ * Dropped Changes:
485+ - d/p/100_more_amavisd_helpers_fixes: Fix Debian/Ubuntu pathing in
486+ amavisd-release (LP #1792293)
487+ [Fixed in 1:2.11.0-3]
488+ - disabled Norman Virus Control (LP 1582318)
489+ [Fixed in 1:2.11.0-2]
490+
491+ -- Karl Stenerud <kstenerud@gmail.com> Fri, 18 Jan 2019 13:20:09 +0100
492+
493 amavisd-new (1:2.11.0-3) unstable; urgency=medium
494
495 * Update Vcs-* control headers for salsa repository.
496@@ -124,6 +350,33 @@ amavisd-new (1:2.11.0-2) unstable; urgency=medium
497
498 -- Brian May <bam@debian.org> Sat, 25 Nov 2017 17:41:46 +1100
499
500+amavisd-new (1:2.11.0-1ubuntu2) cosmic; urgency=medium
501+
502+ * d/p/100_more_amavisd_helpers_fixes: Fix Debian/Ubuntu pathing in
503+ amavisd-release (LP: #1792293)
504+ * d/p/105_amavisd_fix_originating_dkim_signing.patch: Fix DKIM signing
505+ in 2.11.0 (LP: #1770532)
506+
507+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Mon, 24 Sep 2018 14:05:01 +0200
508+
509+amavisd-new (1:2.11.0-1ubuntu1) bionic; urgency=medium
510+
511+ * Merge with Debian unstable. Remaining changes:
512+ - Add information in README.Debian about Ubuntu specific changes
513+ - Ubuntu configuration changes in 21-ubuntu_defaults
514+ - Reduce email responses for virus/blocked mail so as not to be a
515+ backscatter source by default
516+ - Enable DKIM checking by default
517+ - Include policy-bank of known good domains for DKIM whitelisting
518+ in 40-policy_banks
519+ - debian/control: drop altermime and ripole to Suggests after discussions
520+ with the server team.
521+ - amavisd-new-postfix configuration for anti-spam/virus
522+ - disabled Norman Virus Control (LP 1582318)
523+ Debian incorrectly states it fixed at the moment, delta still needed.
524+
525+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 16 Nov 2017 11:51:19 +0100
526+
527 amavisd-new (1:2.11.0-1) unstable; urgency=medium
528
529 * Disable Norman Virus Control by default. Closes: #832511.
530@@ -134,6 +387,28 @@ amavisd-new (1:2.11.0-1) unstable; urgency=medium
531
532 -- Brian May <bam@debian.org> Fri, 14 Jul 2017 12:16:01 +1000
533
534+amavisd-new (1:2.10.1-4ubuntu1) yakkety; urgency=medium
535+
536+ * Merge from Debian, remaining changes:
537+ + Add information in README.Debian about Ubuntu specific changes
538+ + Ubuntu configuration changes in 21-ubuntu_defaults
539+ - Reduce email responses for virus/blocked mail so as not to be a
540+ backscatter source by default
541+ - Enable DKIM checking by default
542+ + Include policy-bank of known good domains for DKIM whitelisting
543+ in 40-policy_banks
544+ + debian/control: drop altermime and ripole to Suggests after discussions
545+ with the server team.
546+ + amavisd-new-postfix configuration for anti-spam/virus
547+ * Dropped changes:
548+ + 22-amavisd-new-postfix which was forgotten since 2.6.5-0ubuntu1.
549+ * Added changes:
550+ + fix whitespace damage in d/control at amavisd-new-postfix
551+ + d/etc/conf.d/15-av_scanners disabled Norman Virus Control as it conflicts
552+ with packaged /usr/bin/nvcc of nvidia-cuda-toolkit (LP: #1582318)
553+
554+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Mon, 25 Jul 2016 16:11:53 +0200
555+
556 amavisd-new (1:2.10.1-4) unstable; urgency=medium
557
558 * Fix typo in recommends.
559@@ -144,12 +419,52 @@ amavisd-new (1:2.10.1-4) unstable; urgency=medium
560
561 -- Brian May <bam@debian.org> Mon, 16 May 2016 08:50:17 +1000
562
563+amavisd-new (1:2.10.1-2ubuntu1) xenial; urgency=medium
564+
565+ * Merge from Debian, remaining changes:
566+ + Add information in README.Debian about Ubuntu specific changes
567+ + Ubuntu configuration changes in 21-ubuntu_defaults
568+ - Reduce email responses for virus/blocked mail so as not to be a
569+ backscatter source by default
570+ - Enable DKIM checking by default
571+ + Include policy-bank of known good domains for DKIM whitelisting
572+ in 40-policy_banks
573+ + debian/control: drop altermime and ripole to Suggests after discussions
574+ with the server team.
575+ + amavisd-new-postfix configuration for anti-spam/virus
576+ + debian/rules: Add some comments about 22-amavisd-new-postfix file being forgotten
577+ since 2.6.5-0ubuntu1. Decision has been made to keep this state, by commenting out,
578+ to avoid a different behavior which could disturb various configuration tools
579+ assumptions, and also because we expect to remove the delta in Xenial +1.
580+
581+ -- Pierre-André MOREY <pierre-andre.morey@canonical.com> Mon, 15 Feb 2016 17:47:52 +0100
582+
583 amavisd-new (1:2.10.1-2) unstable; urgency=medium
584
585 * Set LC_ALL before running daemon. Closes: #812325.
586
587 -- Brian May <bam@debian.org> Fri, 29 Jan 2016 11:00:58 +1100
588
589+amavisd-new (1:2.10.1-1ubuntu1) xenial; urgency=medium
590+
591+ * Merge from Debian stable, (LP: #1357424) remaining changes:
592+ + Add information in README.Debian about Ubuntu specific changes
593+ + Ubuntu configuration changes in 21-ubuntu_defaults
594+ - Reduce email responses for virus/blocked mail so as not to be a
595+ backscatter source by default
596+ - Enable DKIM checking by default
597+ + Include policy-bank of known good domains for DKIM whitelisting
598+ in 40-policy_banks
599+ + debian/control: drop altermime and ripole to Suggests after discussions
600+ with the server team.
601+ + amavisd-new-postfix configuration for anti-spam/virus
602+ * debian/rules: Add some comments about 22-amavisd-new-postfix file being forgotten
603+ since 2.6.5-0ubuntu1. Decision has been made to keep this state, by commenting out,
604+ to avoid a different behavior which could disturb various configuration tools
605+ assumptions, and also because we expect to remove the delta in Xenial +1.
606+
607+ -- Pierre-André MOREY <pierre-andre.morey@canonical.com> Tue, 12 Jan 2016 15:40:02 +0100
608+
609 amavisd-new (1:2.10.1-1) unstable; urgency=medium
610
611 * [486e81e] Update watchfile
612@@ -202,12 +517,57 @@ amavisd-new (1:2.9.0-1) unstable; urgency=low
613
614 -- Alexander Wirt <formorer@debian.org> Sat, 10 May 2014 22:51:45 +0200
615
616+amavisd-new (1:2.7.1-2ubuntu3) quantal; urgency=low
617+
618+ * debian/control: drop altermime and ripole to Suggests after discussions
619+ with the server team. (LP: 992879)
620+
621+ -- Jamie Strandboge <jamie@ubuntu.com> Fri, 21 Sep 2012 10:23:40 -0500
622+
623+amavisd-new (1:2.7.1-2ubuntu2) quantal; urgency=low
624+
625+ * Fix invalid 'spf-policyd_time_limit' parametere in
626+ amavisd-new-postifx (LP: #996569)
627+
628+ -- Ante Karamatic <ivoks@ubuntu.com> Sun, 29 Jul 2012 10:31:31 +0200
629+
630+amavisd-new (1:2.7.1-2ubuntu1) quantal; urgency=low
631+
632+ * Merge from Debian unstable, remaining changes:
633+ - amavisd-new-postfix configuration for anti-spam/virus
634+ - Add information in README.Debian about Ubuntu specific changes
635+ - Ubuntu configuration changes in 21-ubuntu_defaults
636+ - Reduce email responses for virus/blocked mail so as not to be a
637+ backscatter source by default
638+ - Enable DKIM checking by default
639+ - Include policy-bank of known good domains for DKIM whitelisting
640+ in 40-policy_banks
641+ - Drop use of hardening-wrapper, since we're no longer compiling
642+ anything.
643+
644+ -- Logan Rosen <logatronico@gmail.com> Tue, 10 Jul 2012 22:05:35 -0400
645+
646 amavisd-new (1:2.7.1-2) unstable; urgency=low
647
648 * [02ccf50] Add free lha decompresser (Closes: #677692)
649
650 -- Alexander Wirt <formorer@debian.org> Sat, 16 Jun 2012 19:04:24 +0200
651
652+amavisd-new (1:2.7.1-1ubuntu1) quantal; urgency=low
653+
654+ * Merge from Debian unstable, remaining changes:
655+ - amavisd-new-postfix configuration for anti-spam/virus
656+ - Add information in README.Debian about Ubuntu specific changes
657+ - Ubuntu configuration changes in 21-ubuntu_defaults
658+ - Reduce email responses for virus/blocked mail so as not to be a
659+ backscatter source by default
660+ - Enable DKIM checking by default
661+ - Include policy-bank of known good domains for DKIM whitelisting
662+ in 40-policy_banks
663+ * Drop use of hardening-wrapper, since we're no longer compiling anything.
664+
665+ -- Steve Langasek <steve.langasek@ubuntu.com> Tue, 01 May 2012 05:40:33 +0000
666+
667 amavisd-new (1:2.7.1-1) unstable; urgency=low
668
669 * [a1fea9f] Imported Upstream version 2.7.1
670@@ -251,6 +611,39 @@ amavisd-new (1:2.7.0-1) unstable; urgency=low
671
672 -- Alexander Wirt <formorer@debian.org> Sun, 18 Dec 2011 20:08:41 +0100
673
674+amavisd-new (1:2.6.5-0ubuntu3) oneiric; urgency=low
675+
676+ * debian/patches/00patch-opts: "-U" option to patch is obsolete, replaced
677+ with --reject-format=unified.
678+
679+ -- Steve Langasek <steve.langasek@ubuntu.com> Tue, 16 Aug 2011 23:24:31 -0700
680+
681+amavisd-new (1:2.6.5-0ubuntu2) natty; urgency=low
682+
683+ * Fix amavisd-new-postfix to be arch all since it has no arch specific
684+ content
685+
686+ -- Scott Kitterman <scott@kitterman.com> Thu, 07 Apr 2011 18:46:45 -0400
687+
688+amavisd-new (1:2.6.5-0ubuntu1) natty; urgency=low
689+
690+ * New upstream bugfix release
691+ - Update 65_fixtldcheck.dpatch to match upstream changes
692+ - Remove 90_do_not_send_dsn_if_D_REJECT.dpatch, was cherrypicked, included
693+ upstream
694+ * Merge from Debian unstable. Remaining Ubuntu changes:
695+ - amavisd-new-postfix configuration for anti-spam/virus
696+ - Add and enable hardened build for PIE
697+ - Add information in README.Debian about Ubuntu specific changes
698+ - Ubuntu configuration changes in 21-ubuntu_defaults
699+ - Reduce email responses for virus/blocked mail so as not to be a
700+ backscatter source by default
701+ - Enable DKIM checking by default
702+ - Include policy-bank of known good domains for DKIM whitelisting
703+ in 40-policy_banks
704+
705+ -- Scott Kitterman <scott@kitterman.com> Thu, 07 Apr 2011 16:23:22 -0400
706+
707 amavisd-new (1:2.6.4-4) unstable; urgency=low
708
709 [ Alexander Wirt ]
710@@ -291,6 +684,59 @@ amavisd-new (1:2.6.4-2) unstable; urgency=low
711
712 -- Alexander Wirt <formorer@debian.org> Tue, 26 Jan 2010 11:31:00 +0100
713
714+amavisd-new (1:2.6.4-1ubuntu6) maverick; urgency=low
715+
716+ * Initial amavisd-new-postfix configuration:
717+ - AntiSpam: Amavis, Spamassassin, SPF
718+ - AntiVirus: Amavis, ClamAV
719+
720+ -- Ante Karamatic <ivoks@ubuntu.com> Mon, 02 Aug 2010 21:24:32 +0200
721+
722+amavisd-new (1:2.6.4-1ubuntu5) lucid; urgency=low
723+
724+ * debian/amavisd-new.cron.daily: Fail gracefully if package has been removed
725+ (LP: #428814)
726+
727+ -- Thierry Carrez <thierry.carrez@ubuntu.com> Mon, 29 Mar 2010 12:05:32 +0200
728+
729+amavisd-new (1:2.6.4-1ubuntu4) lucid; urgency=low
730+
731+ * rebuild rest of main for armel armv7/thumb2 optimization;
732+ UbuntuSpec:mobile-lucid-arm-gcc-v7-thumb2
733+
734+ -- Alexander Sack <asac@ubuntu.com> Fri, 05 Mar 2010 03:09:16 +0100
735+
736+amavisd-new (1:2.6.4-1ubuntu3) karmic; urgency=low
737+
738+ * debian/{control,rules}: add and enable hardened build for PIE
739+ (Debian bug 542722).
740+
741+ -- Kees Cook <kees@ubuntu.com> Thu, 20 Aug 2009 17:23:07 -0700
742+
743+amavisd-new (1:2.6.4-1ubuntu2) karmic; urgency=low
744+
745+ * Add libcompress-raw-zlib-perl (> 2.020) to Recommends so zip files can be
746+ extracted
747+
748+ -- Scott Kitterman <scott@kitterman.com> Thu, 09 Jul 2009 09:39:44 -0400
749+
750+amavisd-new (1:2.6.4-1ubuntu1) karmic; urgency=low
751+
752+ * Merge from debian unstable, remaining changes:
753+ - Add information in README.Debian about Ubuntu specific changes
754+ - Ubuntu configuration changes in 21-ubuntu_defaults
755+ - Reduce email responses for virus/blocked mail so as not to be a
756+ backscatter source by default
757+ - Enable DKIM checking by default
758+ - Include policy-bank of known good domains for DKIM whitelisting
759+ in 40-policy_banks
760+ - Bump required version of libconvert-uulib-perl to (>= 1.0.8)
761+ - Version depends on libmail-dkim-perl to (>= 0.31) and do not also
762+ suggest it
763+ - Retain depends on libcompress-zlib-perl for backports
764+
765+ -- Scott Kitterman <scott@kitterman.com> Thu, 09 Jul 2009 01:29:14 -0400
766+
767 amavisd-new (1:2.6.4-1) unstable; urgency=low
768
769 * New upstream release
770@@ -308,6 +754,22 @@ amavisd-new (1:2.6.4-1) unstable; urgency=low
771
772 -- Alexander Wirt <formorer@debian.org> Fri, 03 Jul 2009 15:50:52 +0200
773
774+amavisd-new (1:2.6.3-3ubuntu1) karmic; urgency=low
775+
776+ * Merge from debian unstable, remaining changes: LP: #379979
777+ - Add information in README.Debian about Ubuntu specific changes
778+ - Ubuntu configuration changes in 21-ubuntu_defaults
779+ - Reduce email responses for virus/blocked mail so as not to be a
780+ backscatter source by default
781+ - Enable DKIM checking by default
782+ - libmail-dkim-perl (>= 0.31) recommends instead of suggests
783+ - Include policy-bank of known good domains for DKIM whitelisting
784+ in 40-policy_banks
785+ - Add missing ; to default hostname option in debian/etc/conf.d/05-node_id
786+ - Bump required version of libconvert-uulib-perl to (>= 1.0.8)
787+
788+ -- Bhavani Shankar <right2bhavi@gmail.com> Mon, 25 May 2009 19:01:04 +0530
789+
790 amavisd-new (1:2.6.3-3) unstable; urgency=low
791
792 * Fix socketpath for clamav in 15-avscanners
793@@ -323,6 +785,22 @@ amavisd-new (1:2.6.3-2) unstable; urgency=low
794
795 -- Alexander Wirt <formorer@debian.org> Sat, 23 May 2009 11:34:09 +0200
796
797+amavisd-new (1:2.6.3-1ubuntu1) karmic; urgency=low
798+
799+ * Merge from debian unstable, remaining changes:
800+ - Add information in README.Debian about Ubuntu specific changes
801+ - Ubuntu configuration changes in 21-ubuntu_defaults
802+ - Reduce email responses for virus/blocked mail so as not to be a
803+ backscatter source by default
804+ - Enable DKIM checking by default
805+ - libmail-dkim-perl (>= 0.31) recommends instead of suggests
806+ - Include policy-bank of known good domains for DKIM whitelisting
807+ in 40-policy_banks
808+ - Add missing ; to default hostname option in debian/etc/conf.d/05-node_id
809+ - Bump required version of libconvert-uulib-perl to (>= 1.0.8)
810+
811+ -- Scott Kitterman <scott@kitterman.com> Fri, 01 May 2009 01:17:03 -0400
812+
813 amavisd-new (1:2.6.3-1) unstable; urgency=low
814
815 * New upstream version (Closes: #525375)
816@@ -335,6 +813,31 @@ amavisd-new (1:2.6.3-1) unstable; urgency=low
817
818 -- Alexander Wirt <formorer@debian.org> Fri, 24 Apr 2009 09:40:23 +0200
819
820+amavisd-new (1:2.6.2-2ubuntu2) jaunty; urgency=low
821+
822+ * fix default config to not send bounce mail to sender for
823+ banned filenames in mail (LP: #360689)
824+ - debian/etc/conf.d/21-ubuntu_defaults
825+
826+ -- Imre Gergely <gimre@narancs.net> Mon, 13 Apr 2009 23:02:24 +0300
827+
828+amavisd-new (1:2.6.2-2ubuntu1) jaunty; urgency=low
829+
830+ * Merge from debian unstable, remaining changes:
831+ - Add information in README.Debian about Ubuntu specific changes
832+ - Ubuntu configuration changes in 21-ubuntu_defaults
833+ - Reduce email responses for virus/blocked mail so as not to be a
834+ backscatter source by default
835+ - Enable DKIM checking by default
836+ - libmail-dkim-perl (>= 0.31) recommends instead of suggests
837+ - Include policy-bank of known good domains for DKIM whitelisting
838+ in 40-policy_banks
839+ - Add missing ; to default hostname option in debian/etc/conf.d/05-node_id
840+ - Add ${misc:Depends} for amavisd-new and amavisd-new-milter
841+ - Bump required version of libconvert-uulib-perl to (>= 1.0.8)
842+
843+ -- Scott Kitterman <scott@kitterman.com> Tue, 10 Mar 2009 10:30:03 -0400
844+
845 amavisd-new (1:2.6.2-2) unstable; urgency=medium
846
847 * Update antivirusscanner definitions. This is security relevant since
848@@ -366,6 +869,43 @@ amavisd-new (1:2.6.2-1) unstable; urgency=low
849
850 -- Alexander Wirt <formorer@debian.org> Mon, 02 Mar 2009 22:20:39 +0100
851
852+amavisd-new (1:2.6.2-0ubuntu1) jaunty; urgency=low
853+
854+ * New upstream release
855+ - Tarball no longer needs to be repackaged because non-free IETF RFC has
856+ been removed by upstream
857+ * Add ${misc:Depends} for amavisd-new and amavisd-new-milter
858+
859+ -- Scott Kitterman <scott@kitterman.com> Mon, 15 Dec 2008 10:21:14 -0500
860+
861+amavisd-new (1:2.6.2~rc2.dfsg-0ubuntu1) jaunty; urgency=low
862+
863+ * New upstream RC release
864+ - Bump required version of libconvert-uulib-perl to (>= 1.0.8~)
865+ * Drop $warnbannedsender and $warnbadhsender from Ubuntu specific config
866+ - They are unset by default and should be left that way to keep the
867+ default configuration from being a backscatter source
868+
869+ -- Scott Kitterman <scott@kitterman.com> Sat, 06 Dec 2008 00:55:44 -0500
870+
871+amavisd-new (1:2.6.1.dfsg-2ubuntu1) intrepid; urgency=low
872+
873+ * Merge from debian unstable, remaining changes:
874+ - Add information in README.Debian about Ubuntu specific changes
875+ - libmail-dkim-perl (>= 0.31) recommends instead of suggests and
876+ enable DKIM checking by default
877+ - Include policy-bank of known good domains for DKIM whitelisting
878+ in 40-policy_banks
879+ - Add unrar-free to 01-debian config so it will be used if intstalled and
880+ also add it as an alternate suggests to unrar
881+ - Updated logcheck/ignore.d.server/amavisd-new
882+ * Consolidate Ubuntu configuration changes in 21-ubuntu_defaults
883+ - Reduce email responses for virus/blocked mail so as not to be a
884+ backscatter source by default
885+ * Add missing ; to default hostname option in debian/etc/conf.d/05-node_id
886+
887+ -- Scott Kitterman <scott@kitterman.com> Fri, 10 Oct 2008 23:58:30 -0400
888+
889 amavisd-new (1:2.6.1.dfsg-2) unstable; urgency=low
890
891 [ Christian Perrier ]
892@@ -376,6 +916,29 @@ amavisd-new (1:2.6.1.dfsg-2) unstable; urgency=low
893
894 -- Alexander Wirt <formorer@debian.org> Sat, 27 Sep 2008 09:27:55 +0200
895
896+amavisd-new (1:2.6.1.dfsg-1ubuntu2) intrepid; urgency=low
897+
898+ * Fix all the comments in debian/etc/conf.d/40-policy_banks so they
899+ are actually comments (LP: #255251)
900+ * Add information in README.Debian about Ubuntu specific changes
901+
902+ -- Scott Kitterman <scott@kitterman.com> Wed, 06 Aug 2008 22:39:06 -0400
903+
904+amavisd-new (1:2.6.1.dfsg-1ubuntu1) intrepid; urgency=low
905+
906+ * Merge from debian unstable, remaining changes:
907+ - libmail-dkim-perl (>= 0.31) recommends instead of suggests and
908+ enable DKIM checking by default
909+ - Include policy-bank of known good domains for DKIM whitelisting
910+ in 40-policy_banks instead of 20-debian_defaults (previous Ubuntu
911+ location) to minimize user prompts during upgrades
912+ - Add unrar-free to 01-debian config so it will be used if intstalled and
913+ also add it as an alternate suggests to unrar
914+ - Updated logcheck/ignore.d.server/amavisd-new
915+ * Other Ubuntu changes incorporated by Debian
916+
917+ -- Scott Kitterman <scott@kitterman.com> Fri, 01 Aug 2008 22:34:17 -0400
918+
919 amavisd-new (1:2.6.1.dfsg-1) unstable; urgency=low
920
921 * New upstream release
922@@ -386,6 +949,32 @@ amavisd-new (1:2.6.1.dfsg-1) unstable; urgency=low
923
924 -- Alexander Wirt <formorer@debian.org> Thu, 24 Jul 2008 20:56:32 +0200
925
926+amavisd-new (1:2.6.0.dfsg-2ubuntu1) intrepid; urgency=low
927+
928+ * Merge from Debian unstable. Remaining Ubuntu changes:
929+ - Updated logcheck/ignore.d.server/amavisd-new (LP: #188754)
930+ - Add libmail-dkim-perl (>= 0.31) to recommends for new DKIM based
931+ whitelisting
932+ - Added 81_fqdn-warning.dpatch so that correct config file path for
933+ Debian/Ubuntu is displayed if it needs to be set manually
934+ - Renumbered from 71 to put it after the new Debian patch
935+ - Added patch description
936+ - Add commented out $myhostname definition to debian/etc/conf.d05-node_id
937+ so that it will be easier for people who don't know Perl syntax to set
938+ - Updated debian/patches/40_fix_paths.dpatch to use the new path
939+ (/var/lib) for amavis-release
940+ - Modify Maintainer value to match the DebianMaintainerField
941+ specification.
942+ * Drop previous Ubuntu changes in debian/control and debian/rules to remove
943+ amavisd-new-milter package for transition to Main
944+ - No longer needed now that libmilter is in Main
945+ * Added unrar-free to 01-debian config so it will be used if intstalled
946+ (Closes: #442010)
947+ * Enable DKIM verification by default along with policy-bank whitelist
948+ of good domains recommended in upstream documentation
949+
950+ -- Scott Kitterman <scott@kitterman.com> Thu, 03 Jul 2008 01:56:39 -0400
951+
952 amavisd-new (1:2.6.0.dfsg-2) unstable; urgency=low
953
954 * Remove rfc4871 from upstream tarball (Closes: #484881)
955@@ -394,6 +983,27 @@ amavisd-new (1:2.6.0.dfsg-2) unstable; urgency=low
956
957 -- Alexander Wirt <formorer@debian.org> Wed, 02 Jul 2008 22:30:43 +0200
958
959+amavisd-new (1:2.6.0-1ubuntu1) intrepid; urgency=low
960+
961+ * Merge from Debian unstable. Remaining Ubuntu changes:
962+ - Updated logcheck/ignore.d.server/amavisd-new (LP: #188754)
963+ - Add libmail-dkim-perl (>= 0.31) to recommends for new DKIM based
964+ whitelisting
965+ - Added 81_fqdn-warning.dpatch so that correct config file path for
966+ Debian/Ubuntu is displayed if it needs to be set manually
967+ - Renumbered from 71 to put it after the new Debian patch
968+ - Added patch description
969+ - Add commented out $myhostname definition to debian/etc/conf.d05-node_id
970+ so that it will be easier for people who don't know Perl syntax to set
971+ - Updated debian/patches/40_fix_paths.dpatch to use the new path
972+ (/var/lib) for amavis-release
973+ - Remove amavisd-new-milter package for transition to Main
974+ - Remove libmilter-dev from build-dep
975+ - Comment out debian/rules related to amavisd-new-milter
976+ - Change maintainer to Ubuntu Core Developers
977+
978+ -- Scott Kitterman <scott@kitterman.com> Wed, 11 Jun 2008 21:07:08 -0400
979+
980 amavisd-new (1:2.6.0-1) unstable; urgency=low
981
982 * New upstream version
983@@ -407,6 +1017,34 @@ amavisd-new (1:2.6.0-1) unstable; urgency=low
984
985 -- Alexander Wirt <formorer@debian.org> Tue, 20 May 2008 18:57:16 +0200
986
987+amavisd-new (1:2.5.3-1ubuntu3) hardy; urgency=low
988+
989+ * Update debian/patches/40_fix_paths.dpatch to use the new path (/var/lib)
990+ for amavis-release (LP: #199124)
991+
992+ -- Scott Kitterman <scott@kitterman.com> Tue, 11 Mar 2008 00:13:51 -0400
993+
994+amavisd-new (1:2.5.3-1ubuntu2) hardy; urgency=low
995+
996+ * Remove amavisd-new-milter package for transition to Main
997+ * Remove libmilter-dev from build-dep
998+ * Comment out debian/rules related to amavisd-new-milter
999+ * Change maintainer to Ubuntu Core Developers
1000+
1001+ -- Scott Kitterman <scott@kitterman.com> Fri, 08 Feb 2008 07:41:52 -0500
1002+
1003+amavisd-new (1:2.5.3-1ubuntu1) hardy; urgency=low
1004+
1005+
1006+ * Merge from debian unstable, remaining changes:
1007+ - Added 71_fqdn-warning.dpatch so that correct config file path for
1008+ Debian/Ubuntu is displayed if it needs to be set manually.
1009+ - Add commented out $myhostname definition to debian/etc/conf.d05-node_id
1010+ so that it will be easier for people who don't know Perl syntax to set
1011+ - Change maintainer to MOTU
1012+
1013+ -- Scott Kitterman <scott@kitterman.com> Tue, 15 Jan 2008 14:14:32 -0500
1014+
1015 amavisd-new (1:2.5.3-1) unstable; urgency=low
1016
1017 * Enable quarantine hashing (Closes: #447240)
1018@@ -416,6 +1054,16 @@ amavisd-new (1:2.5.3-1) unstable; urgency=low
1019
1020 -- Alexander Wirt <formorer@debian.org> Thu, 20 Dec 2007 13:54:21 +0100
1021
1022+amavisd-new (1:2.5.2-2ubuntu1) hardy; urgency=low
1023+
1024+ * Merge from Debian Unstable. Remaining Ubuntu changes:
1025+ - Freshend and renumbered 71_fqdn-warning.dpatch
1026+ - Add commented out $myhostname definition to debian/etc/conf.d05-node_id
1027+ so that it will be easier for people who don't know Perl syntax to set
1028+ - Change maintainer to MOTU
1029+
1030+ -- Scott Kitterman <scott@kitterman.com> Sun, 04 Nov 2007 01:18:46 -0400
1031+
1032 amavisd-new (1:2.5.2-2) unstable; urgency=low
1033
1034 * Make milter tempdir group writeable (Closes: #442372)
1035@@ -483,6 +1131,22 @@ amavisd-new (1:2.4.3-1) unstable; urgency=low
1036
1037 -- Henrique de Moraes Holschuh <hmh@debian.org> Sat, 4 Nov 2006 01:40:27 -0300
1038
1039+amavisd-new (1:2.4.2-6.2ubuntu1) gutsy; urgency=low
1040+
1041+ * Add dpatch to debian/rules, add build-dep on dpatch, add debian/patches,
1042+ and add debian/patches/00list
1043+ * Add 01fqdn-warning.dpatch so that correct config file path for Debian/
1044+ Ubuntu is displayed if it needs to be set manually.
1045+ * Change default MTA to Postfix in debian/control
1046+ * Add commented out $myhostname definition to debian/etc/conf.d05-node_id
1047+ so that it will be easier for people who don't know Perl syntax to set
1048+ * Change maintainer to MOTU
1049+ * Add debian/compat and bump to 5, adjust debhelper version in build-dep
1050+ * Add [ ! -f Makefile ] || to clean in debian/rules to avoid trapping all
1051+ errors.
1052+
1053+ -- Scott Kitterman <scott@kitterman.com> Thu, 04 Oct 2007 14:57:45 -0400
1054+
1055 amavisd-new (1:2.4.2-1.1) unstable; urgency=medium
1056
1057 * Non-maintainer upload.
1058@@ -1757,3 +2421,4 @@ amavis (0.3.12pre5.20020310-1) unstable; urgency=low
1059 * Initial Release.
1060
1061 -- Brian May <bam@snoopy.apana.org.au> Fri, 8 Mar 2002 15:31:24 +1100
1062+
1063diff --git a/debian/control b/debian/control
1064index 98c276d..8f24a1c 100644
1065--- a/debian/control
1066+++ b/debian/control
1067@@ -1,11 +1,13 @@
1068 Source: amavisd-new
1069 Section: mail
1070 Priority: optional
1071-Maintainer: Brian May <bam@debian.org>
1072+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
1073+XSBC-Original-Maintainer: Brian May <bam@debian.org>
1074 Uploaders: Henrique de Moraes Holschuh <hmh@debian.org>,
1075 Alexander Wirt <formorer@debian.org>
1076 Build-Depends:
1077 debhelper-compat (= 13),
1078+ dh-apport,
1079 dh-dist-zilla,
1080 dh-exec,
1081 libberkeleydb-perl,
1082@@ -60,7 +62,6 @@ Suggests: apt-listchanges,
1083 clamav,
1084 clamav-daemon,
1085 cpio,
1086- dspam,
1087 lhasa,
1088 libauthen-sasl-perl,
1089 libdbi-perl,
1090@@ -75,8 +76,9 @@ Suggests: apt-listchanges,
1091 p7zip,
1092 rpm,
1093 spamassassin,
1094- unrar
1095-Recommends: altermime, libnet-patricia-perl, ripole
1096+ unrar,
1097+ altermime,
1098+Recommends: libnet-patricia-perl
1099 Description: Interface between MTA and virus scanner/content filters
1100 AMaViSd-new is a script that interfaces a mail transport agent (MTA) with
1101 zero or more virus scanners, and spamassassin (optional).
1102@@ -90,3 +92,22 @@ Description: Interface between MTA and virus scanner/content filters
1103 filter mode than using the AMaViS pipe client. It supports sendmail milter
1104 through the amavisd-new-milter package.
1105
1106+Package: amavisd-new-postfix
1107+Architecture: all
1108+Depends: ${shlibs:Depends}, amavisd-new (= ${source:Version}), ${misc:Depends}, postfix, postfix-policyd-spf-python, spamassassin
1109+Recommends: clamav-daemon, clamav-freshclam, zoo, unzip, unarj, bzip2
1110+Description: part of Ubuntu mail stack provided by Ubuntu server team
1111+ AMaViSd-new is a script that interfaces a mail transport agent (MTA) with
1112+ zero or more virus scanners, and spamassassin (optional).
1113+ .
1114+ It supports all common virus scanners (more than 20 different AVs), with
1115+ direct talk-to-daemon support for ClamAV, OpenAntiVirus, Trophie, AVG,
1116+ f-prot, and Sophos AVs.
1117+ .
1118+ AMaViSd-new supports all MTAs through its generic SMTP/LMTP filter mode
1119+ (ideal for postfix and exim). It is faster and safer to use the SMTP/LMTP
1120+ filter mode than using the AMaViS pipe client. It supports sendmail milter
1121+ through this package.
1122+ .
1123+ This package contains configuration files for amavis and alters postfix
1124+ configuration to utilize amavisd-new.
1125diff --git a/debian/etc/conf.d/21-ubuntu_defaults b/debian/etc/conf.d/21-ubuntu_defaults
1126new file mode 100644
1127index 0000000..83b755f
1128--- /dev/null
1129+++ b/debian/etc/conf.d/21-ubuntu_defaults
1130@@ -0,0 +1,19 @@
1131+use strict;
1132+
1133+#
1134+# These are Ubuntu specific defaults for amavisd-new configuration
1135+#
1136+# DOMAIN KEYS IDENTIFIED MAIL (DKIM)
1137+$enable_dkim_verification = 1;
1138+# Don't be verbose about sending mail:
1139+@whitelist_sender_acl = qw( .$mydomain );
1140+$final_virus_destiny = D_DISCARD; # (defaults to D_BOUNCE)
1141+$final_banned_destiny = D_DISCARD; # (defaults to D_BOUNCE)
1142+$final_spam_destiny = D_DISCARD; # (defaults to D_REJECT)
1143+$final_bad_header_destiny = D_PASS; # (defaults to D_PASS), D_BOUNCE suggested
1144+
1145+$virus_admin = undef;
1146+$spam_admin = undef;
1147+
1148+#------------ Do not modify anything below this line -------------
1149+1; # ensure a defined return
1150diff --git a/debian/etc/conf.d/40-policy_banks b/debian/etc/conf.d/40-policy_banks
1151new file mode 100644
1152index 0000000..dad8caf
1153--- /dev/null
1154+++ b/debian/etc/conf.d/40-policy_banks
1155@@ -0,0 +1,33 @@
1156+# DKIM signing domain whitelist. The domain to use is the domain after
1157+# d= in the DKIM header.
1158+
1159+@author_to_policy_bank_maps = ( {
1160+ # 'friends.example.net' => 'WHITELIST,NOBANNEDCHECK',
1161+ # 'user1@cust.example.net' => 'WHITELIST,NOBANNEDCHECK',
1162+ '.ebay.com' => 'WHITELIST',
1163+ '.ebay.co.uk' => 'WHITELIST',
1164+ 'ebay.at' => 'WHITELIST',
1165+ 'ebay.ca' => 'WHITELIST',
1166+ 'ebay.de' => 'WHITELIST',
1167+ 'ebay.fr' => 'WHITELIST',
1168+ '.paypal.co.uk' => 'WHITELIST',
1169+ '.paypal.com' => 'WHITELIST', # author signatures
1170+ './@paypal.com' => 'WHITELIST', # 3rd-party sign. by paypal.com
1171+ 'alert.bankofamerica.com' => 'WHITELIST',
1172+ 'amazon.com' => 'WHITELIST',
1173+ 'cisco.com' => 'WHITELIST',
1174+ '.cnn.com' => 'WHITELIST',
1175+ 'skype.net' => 'WHITELIST',
1176+ 'welcome.skype.com' => 'WHITELIST',
1177+ 'cc.yahoo-inc.com' => 'WHITELIST',
1178+ 'cc.yahoo-inc.com/@yahoo-inc.com' => 'WHITELIST',
1179+ # 'google.com' => 'MILD_WHITELIST',
1180+ # 'googlemail.com' => 'MILD_WHITELIST',
1181+ # './@googlegroups.com' => 'MILD_WHITELIST',
1182+ # './@yahoogroups.com' => 'MILD_WHITELIST',
1183+ # './@yahoogroups.co.uk' => 'MILD_WHITELIST',
1184+ # './@yahoogroupes.fr' => 'MILD_WHITELIST',
1185+ # 'yousendit.com' => 'MILD_WHITELIST',
1186+ # 'meetup.com' => 'MILD_WHITELIST',
1187+ # 'dailyhoroscope@astrology.com' => 'MILD_WHITELIST',
1188+ } );
1189diff --git a/debian/rules b/debian/rules
1190index d800045..56ccc3c 100755
1191--- a/debian/rules
1192+++ b/debian/rules
1193@@ -4,11 +4,16 @@
1194 #export DH_OPTIONS=-v
1195
1196 %:
1197- dh $@ --with dist-zilla
1198+ dh $@ --with dist-zilla,apport
1199
1200 execute_after_dh_installinit:
1201 dh_installsysusers
1202
1203+# Due to the presence of amavisd-new-postfix - which is empty except postinst
1204+# magic - this is needed to behave as expected by other parts of the build
1205+override_dh_auto_install:
1206+ dh_auto_install -D .build/debian-build --destdir=debian/amavisd-new
1207+
1208 execute_after_dh_auto_install:
1209 mv debian/amavisd-new/usr/bin debian/amavisd-new/usr/sbin
1210

Subscribers

People subscribed via source and target branches