~ubuntu-branches/ubuntu/utopic/spamassassin/utopic-updates

« back to all changes in this revision

Viewing changes to Makefile.PL

  • Committer: Package Import Robot
  • Author(s): Noah Meyerhans
  • Date: 2014-02-14 22:45:15 UTC
  • mfrom: (0.8.1) (0.6.2) (5.1.22 sid)
  • Revision ID: package-import@ubuntu.com-20140214224515-z1es2twos8xh7n2y
Tags: 3.4.0-1
* New upstream version! (Closes: 738963, 738872, 738867)
* Scrub the environment when switching to the debian-spamd user in
  postinst and cron.daily. (Closes: 738951)
* Enhancements to postinst to better manage ownership of
  /var/lib/spamassassin, via Iain Lane <iain.lane@canonical.com>
  (Closes: 738974)

Show diffs side-by-side

added added

removed removed

Lines of Context:
186
186
        'IO::Zlib'      => 1.04,          # for sa-update
187
187
        'Mail::DKIM'    => 0.31,
188
188
        'Net::DNS'      => (RUNNING_ON_WINDOWS ? 0.46 : 0.34), # bugs in older revs
189
 
        'NetAddr::IP'   => 4.000,
 
189
        'NetAddr::IP'   => 4.010,
190
190
        'Sys::Hostname' => 0,
191
191
        'Time::HiRes'   => 0,
192
192
        'Time::Local'   => 0,
343
343
    'DB_File' =>                   0,
344
344
    'Net::SMTP' =>                 0,
345
345
    'Mail::SPF' =>                 0,
346
 
    'IP::Country::Fast' =>         0,
 
346
    'Geo::IP' =>                   0,
347
347
    'Razor2::Client::Agent' =>     2.61,
348
348
    'Net::Ident' =>                0,
349
349
    'IO::Socket::INET6' =>         0,
1104
1104
        $(PERL) -MFile::Copy -e "copy(q{rules/v312.pre}, q{$(B_CONFDIR)/v312.pre}) unless -f q{$(B_CONFDIR)/v312.pre}"
1105
1105
        $(PERL) -MFile::Copy -e "copy(q{rules/v320.pre}, q{$(B_CONFDIR)/v320.pre}) unless -f q{$(B_CONFDIR)/v320.pre}"
1106
1106
        $(PERL) -MFile::Copy -e "copy(q{rules/v330.pre}, q{$(B_CONFDIR)/v330.pre}) unless -f q{$(B_CONFDIR)/v330.pre}"
 
1107
        $(PERL) -MFile::Copy -e "copy(q{rules/v340.pre}, q{$(B_CONFDIR)/v340.pre}) unless -f q{$(B_CONFDIR)/v340.pre}"
1107
1108
 
1108
1109
data__install:
1109
1110
        -$(MKPATH) $(B_DATADIR)