updates for debian stretch

This commit is contained in:
Dietmar Maurer 2017-02-02 15:49:13 +01:00
parent 66272709bf
commit 6e3e9894aa
3 changed files with 16 additions and 2 deletions

4
debian/control vendored
View File

@ -1,7 +1,7 @@
Source: proxmox-spamassassin
Section: perl
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>
Standards-Version: 3.7.2
@ -10,7 +10,7 @@ Architecture: any
Provides: libmail-spamassassin-perl
Replaces: spamassassin, spamc
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
Mail::SpamAssassin is a module to identify spam using several methods
including text analysis, internet-based realtime blacklists, statistical

13
debian/patches/bug_835494_perl_INC vendored Normal file
View 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) {

View File

@ -1 +1,2 @@
disable-dkim.patch
bug_835494_perl_INC