]> git.proxmox.com Git - proxmox-spamassassin.git/commitdiff
d/patches: drop unused patches
authorStoiko Ivanov <s.ivanov@proxmox.com>
Fri, 26 May 2023 09:32:47 +0000 (11:32 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 25 Jun 2023 14:26:11 +0000 (16:26 +0200)
with commit 426b8f0a33327cafbb4597ad9c8343b4aa890ed5 we use debhelper
for building, and I missed that the dpkg-buildpackage invocation for
building binary packages only does not prepare the source (by applying
quilt-patches)

Since no regressions for the accidental change were reported both
patches seem unneccessary:
disable-dkim.patch - our users do use DKIM and adapt rules which rely
on it - so it does not seem appropriate to not load the module anymore
(patch was introduced before PMG 5.0)
avoid-init.pre-update.patch: this was addressed differently by
d27e5c832e0188a71b2d416de95e19b348072755

noticed while trying to build the dsc target

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/patches/avoid-init.pre-update.patch [deleted file]
debian/patches/disable-dkim.patch [deleted file]
debian/patches/series [deleted file]

diff --git a/debian/patches/avoid-init.pre-update.patch b/debian/patches/avoid-init.pre-update.patch
deleted file mode 100644 (file)
index 9d66bfe..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/proxmox-spamassassin_3.4.3/rules/init.pre b/proxmox-spamassassin_3.4.3/rules/init.pre
-index f9ee06a..a330bad 100644
---- a/rules/init.pre
-+++ b/rules/init.pre
-@@ -26,6 +26,10 @@
- #
- loadplugin Mail::SpamAssassin::Plugin::URIDNSBL
-+# Hashcash - perform hashcash verification.
-+#
-+loadplugin Mail::SpamAssassin::Plugin::Hashcash
-+
- # SPF - perform SPF verification.
- #
- loadplugin Mail::SpamAssassin::Plugin::SPF
diff --git a/debian/patches/disable-dkim.patch b/debian/patches/disable-dkim.patch
deleted file mode 100644 (file)
index ea96161..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-Index: Mail-SpamAssassin-3.3.1/rules/v312.pre
-===================================================================
---- Mail-SpamAssassin-3.3.1.orig/rules/v312.pre        2010-08-23 11:32:12.000000000 +0200
-+++ Mail-SpamAssassin-3.3.1/rules/v312.pre     2010-08-23 11:33:09.000000000 +0200
-@@ -25,5 +25,5 @@
- # Note that if C<Mail::DKIM> version 0.20 or later is installed, this
- # renders the DomainKeys plugin redundant.
- #
--loadplugin Mail::SpamAssassin::Plugin::DKIM
-+#loadplugin Mail::SpamAssassin::Plugin::DKIM
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644 (file)
index 8f27ebf..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-disable-dkim.patch
-avoid-init.pre-update.patch