mirror of
https://git.proxmox.com/git/proxmox-spamassassin
synced 2025-08-09 05:23:26 +00:00
updates for debian stretch
This commit is contained in:
parent
66272709bf
commit
6e3e9894aa
4
debian/control
vendored
4
debian/control
vendored
@ -1,7 +1,7 @@
|
|||||||
Source: proxmox-spamassassin
|
Source: proxmox-spamassassin
|
||||||
Section: perl
|
Section: perl
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper (>= 5.0.0), perl (>= 5.8.8-7)
|
Build-Depends: debhelper (>= 5.0.0), perl (>= 5.8.8-7), curl, libhtml-parser-perl, libnet-dns-perl, libnetaddr-ip-perl, libberkeleydb-perl, netbase, libmail-spf-perl, razor, libmail-dkim-perl (>= 0.25), libnet-cidr-lite-perl, libencode-detect-perl, libgeo-ip-perl, libwww-perl
|
||||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||||
Standards-Version: 3.7.2
|
Standards-Version: 3.7.2
|
||||||
|
|
||||||
@ -10,7 +10,7 @@ Architecture: any
|
|||||||
Provides: libmail-spamassassin-perl
|
Provides: libmail-spamassassin-perl
|
||||||
Replaces: spamassassin, spamc
|
Replaces: spamassassin, spamc
|
||||||
Conflicts: proxmox-plugin-imageinfo
|
Conflicts: proxmox-plugin-imageinfo
|
||||||
Depends: perl (>= 5.8.0), perl-modules (>= 5.10.0), libc6 (>= 2.3.6-6), zlib1g (>= 1:1.2.1), libhtml-parser-perl (>= 3.24), curl, debconf (>= 1.2.0), libnet-dns-perl, libmailtools-perl, libmail-spf-perl, libnet-ident-perl, libdbi-perl, libwww-perl, libarchive-tar-perl, libio-zlib-perl, libmail-dkim-perl (>= 0.25), libnetaddr-ip-perl, libsocket6-perl, libsys-hostname-long-perl, libio-socket-inet6-perl, libio-socket-ssl-perl, razor, libencode-detect-perl
|
Depends: perl (>= 5.8.0), libc6 (>= 2.3.6-6), zlib1g (>= 1:1.2.1), libhtml-parser-perl (>= 3.24), curl, debconf (>= 1.2.0), libnet-dns-perl, libmailtools-perl, libmail-spf-perl, libnet-ident-perl, libdbi-perl, libwww-perl, libarchive-tar-perl, libio-zlib-perl, libmail-dkim-perl (>= 0.25), libnetaddr-ip-perl, libsocket6-perl, libsys-hostname-long-perl, libio-socket-inet6-perl, libio-socket-ssl-perl, razor, libencode-detect-perl, libhttp-date-perl, libsys-syslog-perl, libberkeleydb-perl, netbase, libnet-cidr-lite-perl, libgeo-ip-perl
|
||||||
Description: Spam detector and markup engine
|
Description: Spam detector and markup engine
|
||||||
Mail::SpamAssassin is a module to identify spam using several methods
|
Mail::SpamAssassin is a module to identify spam using several methods
|
||||||
including text analysis, internet-based realtime blacklists, statistical
|
including text analysis, internet-based realtime blacklists, statistical
|
||||||
|
13
debian/patches/bug_835494_perl_INC
vendored
Normal file
13
debian/patches/bug_835494_perl_INC
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
Index: spamassassin-3.4.1/spamc/configure.pl
|
||||||
|
===================================================================
|
||||||
|
--- spamassassin-3.4.1.orig/spamc/configure.pl
|
||||||
|
+++ spamassassin-3.4.1/spamc/configure.pl
|
||||||
|
@@ -66,7 +66,7 @@ print join(' ', $Config{'perlpath'}, "ve
|
||||||
|
# Do the same thing as for the preprocessor below.
|
||||||
|
package version_h;
|
||||||
|
my $Z = $0;
|
||||||
|
- local $0 = "version.h.pl";
|
||||||
|
+ local $0 = "./version.h.pl";
|
||||||
|
local @ARGV = ();
|
||||||
|
# Got to check for defined because the script returns shell error level!
|
||||||
|
unless (defined do $0) {
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1 +1,2 @@
|
|||||||
disable-dkim.patch
|
disable-dkim.patch
|
||||||
|
bug_835494_perl_INC
|
Loading…
Reference in New Issue
Block a user