]> git.proxmox.com Git - proxmox-spamassassin.git/commitdiff
updates for debian stretch
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 2 Feb 2017 14:49:13 +0000 (15:49 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 2 Feb 2017 14:49:13 +0000 (15:49 +0100)
debian/control
debian/patches/bug_835494_perl_INC [new file with mode: 0644]
debian/patches/series

index 3f3dbcc64c20593c8d2ab88423506772b2fe93cc..e5b7833bed1d0d467861054c8db3782c87631627 100644 (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
diff --git a/debian/patches/bug_835494_perl_INC b/debian/patches/bug_835494_perl_INC
new file mode 100644 (file)
index 0000000..f390ff2
--- /dev/null
@@ -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) {
index 78f208c1bc22c422e4d522d1a7dcf280fa399c43..d2f17870161a4ff1cec295d62f24f9f600e69a65 100644 (file)
@@ -1 +1,2 @@
 disable-dkim.patch
+bug_835494_perl_INC
\ No newline at end of file