~ubuntu-branches/ubuntu/natty/exim4/natty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Thierry Carrez
  • Date: 2009-05-13 12:15:29 UTC
  • mfrom: (2.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090513121529-bsu2n2jtqh3trou8
Tags: 4.69-11ubuntu1
* Merge from debian unstable (LP: #375923), remaining changes:
  - debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
    Improve handling of broken messages when "exim4 -bp" (mailq) reports
    lines without size info

Show diffs side-by-side

added added

removed removed

Lines of Context:
283
283
        sed -e 's,PERL_COMMAND,/usr/bin/perl,' < $(BUILDDIR)/src/convert4r4.src \
284
284
                > $(DEBIAN)/exim4-base/usr/sbin/exim_convert4r4
285
285
        chmod 755 $(DEBIAN)/exim4-base/usr/sbin/exim_convert4r4
 
286
        cd $(BUILDDIR) && \
 
287
                install -m755 \
 
288
                build-$(buildname)/transport-filter.pl \
 
289
                $(DEBIAN)/exim4-base/usr/share/doc/exim4-base/examples
 
290
        install -m755 \
 
291
                $(BUILDDIR)/util/ratelimit.pl \
 
292
                $(DEBIAN)/exim4-base/usr/share/doc/exim4-base/examples
286
293
        mv $(DEBIAN)/exim4-base/usr/sbin/exim \
287
294
                $(DEBIAN)/exim4-daemon-light/usr/sbin/exim4
288
295
        # fix permissions of /usr/sbin/exim4 if running with restrictive umask,