~ubuntu-branches/ubuntu/quantal/dovecot/quantal

« back to all changes in this revision

Viewing changes to sieve/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-06-29 09:21:32 UTC
  • mfrom: (4.1.14 sid)
  • Revision ID: james.westby@ubuntu.com-20100629092132-q4pr5lfuvmjqou19
Tags: 1:1.2.12-1ubuntu1
* Merge from Debian Unstable, remaining changes:
  + Add mail-stack-delivery as per server-maverick-mail-integration spec:
   - Update debian/rules
   - Convert existing package to a dummy package and add new binary in debian/control
   - Update maintainer scripts.
   - Move previously installed backups and config files to new package name
     space in preinst
   - Add new debian/mail-stack-delivery.prerm to handle downgrades
   - Rename debian/dovecot-postfix.* to debian/mail-stack-delivery.*
  + Use Snakeoil SSL certificates by default.
    - debian/control: Depend on ssl-cert.
    - debian/patches/ssl-cert-snakeoil.dpatch: Change default SSL cert paths to snakeoil.
    - debian/dovecot-common.postinst: Relax grep for SSL_* a bit.
  + Add autopkgtest to debian/tests/*.
  + Add ufw integration:
    - Created debian/dovecot-common.ufw.profile.
    - debian/rules: install profile.
    - debian/control: suggest ufw.
  + debian/{control,rules}: enable PIE hardening.
  + debian/control: Update Vcs-* headers.
  + Add SMTP-AUTH support for Outlook (login auth mechanism) 
  + debian/dovecot-common.dirs: Added usr/share/doc/dovecot-common
  + debian/patches/fix-dovecot-config-parser.patch: Fix ordering of external config 
    files. (LP: #597818)

Show diffs side-by-side

added added

removed removed

Lines of Context:
219
219
# Testsuite tests
220
220
TESTSUITE_BIN = $(top_srcdir)/src/testsuite/testsuite
221
221
@TESTSUITE_VALGRIND_FALSE@TEST_BIN = $(TESTSUITE_BIN)
222
 
@TESTSUITE_VALGRIND_TRUE@TEST_BIN = valgrind -q --error-exitcode=1 --show-reachable=yes --leak-check=full $(TESTSUITE_BIN) 
223
 
@BUILD_UNFINISHED_FALSE@test_unfinished = 
224
 
@BUILD_UNFINISHED_TRUE@test_unfinished = 
 
222
@TESTSUITE_VALGRIND_TRUE@TEST_BIN = valgrind -q --error-exitcode=1 --show-reachable=yes --leak-check=full $(TESTSUITE_BIN)
 
223
@BUILD_UNFINISHED_FALSE@test_unfinished =
 
224
@BUILD_UNFINISHED_TRUE@test_unfinished =
225
225
test_cases = \
226
226
        tests/testsuite.svtest\
227
227
        tests/control-structures.svtest \
358
358
stamp-h1: $(srcdir)/dummy-config.h.in $(top_builddir)/config.status
359
359
        @rm -f stamp-h1
360
360
        cd $(top_builddir) && $(SHELL) ./config.status dummy-config.h
361
 
$(srcdir)/dummy-config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
 
361
$(srcdir)/dummy-config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
362
362
        cd $(top_srcdir) && $(AUTOHEADER)
363
363
        rm -f stamp-h1
364
364
        touch $@