[Amavisd-new-commits] [SCM] Debian packaging for amavisd-new branch, master, updated. debian/1%2.7.1-2

Alexander Wirt formorer at debian.org
Sat Jun 16 17:12:26 UTC 2012


The following commit has been merged in the master branch:
commit 02ccf50af852006b8ef34a901890105cdda8e022
Author: Alexander Wirt <formorer at debian.org>
Date:   Sat Jun 16 18:58:56 2012 +0200

    Add free lha decompresser
    
    Closes: #677692

diff --git a/debian/control b/debian/control
index c65b4ba..8b4498b 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Depends: debconf | debconf-2.0, adduser (>= 3.34), file, libmime-tools-perl, lib
 Provides: amavis
 Conflicts: amavis, logcheck (<= 1.2.62)
 Replaces: amavis
-Suggests: spamassassin (>= 3.1.0a), clamav, clamav-daemon, lha, arj, unrar, zoo, nomarch, cpio, lzop, cabextract, apt-listchanges (>= 2.35), libnet-ldap-perl (>= 1:0.32), libauthen-sasl-perl, libdbi-perl (>= 1.43), dspam, libmail-dkim-perl (>= 0.31), p7zip, rpm, unrar-free, libsnmp-perl 
+Suggests: spamassassin (>= 3.1.0a), clamav, clamav-daemon, lha, arj, unrar, zoo, nomarch, cpio, lzop, cabextract, apt-listchanges (>= 2.35), libnet-ldap-perl (>= 1:0.32), libauthen-sasl-perl, libdbi-perl (>= 1.43), dspam, libmail-dkim-perl (>= 0.31), p7zip, rpm, unrar-free, libsnmp-perl, lhasa 
 Recommends: libnet-patricial-perl, altermime, ripole
 Description: Interface between MTA and virus scanner/content filters
  AMaViSd-new is a script that interfaces a mail transport agent (MTA) with
diff --git a/debian/etc/conf.d/01-debian b/debian/etc/conf.d/01-debian
index 6ea8281..764d8d4 100644
--- a/debian/etc/conf.d/01-debian
+++ b/debian/etc/conf.d/01-debian
@@ -36,7 +36,7 @@ $unarj      = ['arj', 'unarj'];
 #$unrar      = ['rar', 'unrar']; #disabled (non-free, no security support)
 $unrar      = ['unrar-free']; 
 $zoo    = 'zoo';
-#$lha    = 'lha'; #disabled (non-free, no security support)
+$lha    = 'lha';
 $lha	= undef;
 $pax    = 'pax';
 $cpio   = 'cpio';

-- 
Debian packaging for amavisd-new



More information about the Amavisd-new-commits mailing list