~ubuntu-dev/ubuntu/lucid/dovecot/lucid-201002101901

« back to all changes in this revision

Viewing changes to src/plugins/Makefile.in

  • Committer: Chuck Short
  • Date: 2010-01-21 20:21:25 UTC
  • mfrom: (4.1.11 squeeze)
  • Revision ID: zulcss@ubuntu.com-20100121202125-pme73o491kfwj5nc
* Merge from debian testing, remaining changes:
  + Add new binary pkg dovecot-postfix that integrates postfix and dovecot
    automatically: (LP: #164837)
  + debian/control:
    - add new binary with short description
    - set Architecture all for dovecot-postfix (LP: #329878)
  + debian/dovecot-postfix.postinst:
    - create initial certificate symlinks to snakeoil.
    - set up postfix with postconf to:
      - use Maildir/ as the default mailbox.
      - use dovecot as the sasl authentication server.
      - use dovecot LDA (deliver).
      - use tls for smtp{d} services.
    - fix certificates paths in postfix' main.cf
    - add reject_unauth_destination to postfix' recipient restrictions
    - add reject_unknown_sender_domain to postfix' sender restriction
    - rename configuration name on remove, delete on purge
    - restart dovecot after linking certificates
    - handle use case when postfix is unconfigurated
  + debian/dovecot-postfix.dirs: create backup directory for postfix's config
    configuration
  + restart postfix and dovecot.
  + debian/dovecot-postfix.postrm:
    - remove all dovecot related configuration from postfix.
    - restart postfix and dovecot.
  + debian/dovecot-common.init:
    - check if /etc/dovecot/dovecot-postfix.conf exists and use it
      as the configuration file if so.
  + debian/patches/warning-ubuntu-postfix.dpatch
    - add warning about dovecot-postfix.conf in dovecot default
      configuration file
  + debian/patches/dovecot-postfix.conf.diff:
    - Ubuntu server custom changes to the default dovecot configuration for
      better interfation with postfix.
    - enable sieve plugin.
    - Ubuntu server custom changes to the default dovecot configuration for
      better integration with postfix:
      - enable imap, pop3, imaps, pop3s and managesieve by default.
      - enable dovecot LDA (deliver).
      - enable SASL auth socket in postfix private directory
   + debian/rules:
     - copy, patch and install dovecot-postfix.conf in /etc/dovecot/.
     - build architecure independent packages too
   + 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/*.
   + Fast TearDown: Update the lsb init header to not stop in level 6.
   + Add ufw integration:
     - Created debian/dovecot-common.ufw.profile.
     - debian/rules: install profile.
     - debian/control: suggest ufw.
   + debian/{control,rules}: enable PIE hardening.
   + dovecot-imapd, dovecot-pop3: Replaces dovecot-common (<< 1:1.1). (LP: #254721)
   + debian/control: Update Vcs-* headers.
   + Add SMTP-AUTH support for Outlook (login auth mechanism)
* New upstream release.
* debian/patches/gold-fix.patch: Removed. Fixed upstream.
* Moved libexec to lib corrections in dovecot-managesieve.patch and
  dovecot-managesieve-dist.patch to dovecot-example.patch
* debian/patches/dovecot-mboxlocking.patch: Regenerated to avoid FTBFS
  when quilt isn't installed.
* debian/patches/quota-mountpoint.patch: Removed. Not needed anymore.
* debian/patches/dovecot-quota.patch: Removed. Quotas aren't properly
  enabled unless mail_plugins = quota imap_quota.
* debian/patches/gold-fix.patch: Fixed configure script to build even
  with binutils-gold or --no-add-needed linker flag (Closes: #554306)
* debian/dovecot-common.init: fixed LSB headers. Thanks to Pascal Volk.
  (Closes: #558040)
* debian/changelog: added CVE references to previous changelog entry.
* debian/rules: checked up the build system. It's not fragile anymore.
  (Closes: 493803)
* debian/dovecot-common.postinst: Now invoking dpkg-reconfigure
  on dovecot-common is enough to generate new certificates
  if the previous ones were removed. (Closes: #545582)
* debian/rules: No longer install convert-tool in /usr/bin.
  It isn't an user utility and it should stay in /usr/lib/dovecot
  like all other similar tool.
* New upstream release. (Closes: #557601)
* [SECURITY] Fixes local information disclosure and denial of service.
  (see: http://www.dovecot.org/list/dovecot-news/2009-November/000143.html
  and CVE-2009-3897)
* Added myself to uploaders.
* Switched to the new source format "3.0 (quilt)":
  - removed dpatch from build-depends
  - removed debian/README.source because now we use only standard
    dpkg features
  - regenerated all patches
* Prepared to switch to multi-origin source:
  - recreated dovecot-libsieve.patch and dovecot-managesieve-dist.patch
    starting from the upstream tarball
  - removed all autotools related build-depends and build-conflict
  - renamed dovecot-libsieve and dovecot-managesieve directories
    to libsieve and managesieve.
* debian/rules: Moved the configuration of libsieve and managesieve from
  the build phase to the configuration phase
* Added dovecot-dbg package  with debugging symbols.  Thanks Stephan Bosch.
  (Closes: #554710)
* Fixed some stray libexec'isms in the default configuration.
* New upstream release.
* debian/dovecot-common.init:
  - use $CONF when starting the daemon. (Closes: #549944)
  - always output start/stop messages. (Closes: #523810)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
40
42
mkinstalldirs = $(install_sh) -d
41
43
CONFIG_HEADER = $(top_builddir)/config.h
42
44
CONFIG_CLEAN_FILES =
 
45
CONFIG_CLEAN_VPATH_FILES =
43
46
SOURCES =
44
47
DIST_SOURCES =
45
48
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
51
54
        ps-recursive uninstall-recursive
52
55
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
53
56
  distclean-recursive maintainer-clean-recursive
 
57
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
58
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
59
        distdir
54
60
ETAGS = etags
55
61
CTAGS = ctags
56
62
DIST_SUBDIRS = acl imap-acl autocreate convert expire fts fts-squat \
57
63
        lazy-expunge listescape mail-log mbox-snarf quota imap-quota \
58
64
        trash virtual zlib fts-lucene fts-solr
59
65
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
66
am__relativize = \
 
67
  dir0=`pwd`; \
 
68
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
69
  sed_rest='s,^[^/]*/*,,'; \
 
70
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
71
  sed_butlast='s,/*[^/]*$$,,'; \
 
72
  while test -n "$$dir1"; do \
 
73
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
74
    if test "$$first" != "."; then \
 
75
      if test "$$first" = ".."; then \
 
76
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
77
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
78
      else \
 
79
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
80
        if test "$$first2" = "$$first"; then \
 
81
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
82
        else \
 
83
          dir2="../$$dir2"; \
 
84
        fi; \
 
85
        dir0="$$dir0"/"$$first"; \
 
86
      fi; \
 
87
    fi; \
 
88
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
89
  done; \
 
90
  reldir="$$dir2"
60
91
ACLOCAL = @ACLOCAL@
61
92
AMTAR = @AMTAR@
62
93
AR = @AR@
129
160
PACKAGE_NAME = @PACKAGE_NAME@
130
161
PACKAGE_STRING = @PACKAGE_STRING@
131
162
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
163
PACKAGE_URL = @PACKAGE_URL@
132
164
PACKAGE_VERSION = @PACKAGE_VERSION@
133
165
PATH_SEPARATOR = @PATH_SEPARATOR@
134
166
PGSQL_CFLAGS = @PGSQL_CFLAGS@
244
276
              exit 1;; \
245
277
          esac; \
246
278
        done; \
247
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/plugins/Makefile'; \
248
 
        cd $(top_srcdir) && \
249
 
          $(AUTOMAKE) --foreign  src/plugins/Makefile
 
279
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/Makefile'; \
 
280
        $(am__cd) $(top_srcdir) && \
 
281
          $(AUTOMAKE) --foreign src/plugins/Makefile
250
282
.PRECIOUS: Makefile
251
283
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
252
284
        @case '$?' in \
264
296
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
265
297
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
266
298
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
299
$(am__aclocal_m4_deps):
267
300
 
268
301
mostlyclean-libtool:
269
302
        -rm -f *.lo
295
328
          else \
296
329
            local_target="$$target"; \
297
330
          fi; \
298
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
331
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
299
332
          || eval $$failcom; \
300
333
        done; \
301
334
        if test "$$dot_seen" = "no"; then \
329
362
          else \
330
363
            local_target="$$target"; \
331
364
          fi; \
332
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
365
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
333
366
          || eval $$failcom; \
334
367
        done && test -z "$$fail"
335
368
tags-recursive:
336
369
        list='$(SUBDIRS)'; for subdir in $$list; do \
337
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
370
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
338
371
        done
339
372
ctags-recursive:
340
373
        list='$(SUBDIRS)'; for subdir in $$list; do \
341
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
374
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
342
375
        done
343
376
 
344
377
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
353
386
 
354
387
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
355
388
                $(TAGS_FILES) $(LISP)
356
 
        tags=; \
 
389
        set x; \
357
390
        here=`pwd`; \
358
391
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
359
392
          include_option=--etags-include; \
365
398
        list='$(SUBDIRS)'; for subdir in $$list; do \
366
399
          if test "$$subdir" = .; then :; else \
367
400
            test ! -f $$subdir/TAGS || \
368
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
401
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
369
402
          fi; \
370
403
        done; \
371
404
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
374
407
          done | \
375
408
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
376
409
              END { if (nonempty) { for (i in files) print i; }; }'`; \
377
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
410
        shift; \
 
411
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
378
412
          test -n "$$unique" || unique=$$empty_fix; \
379
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
380
 
            $$tags $$unique; \
 
413
          if test $$# -gt 0; then \
 
414
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
415
              "$$@" $$unique; \
 
416
          else \
 
417
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
418
              $$unique; \
 
419
          fi; \
381
420
        fi
382
421
ctags: CTAGS
383
422
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
384
423
                $(TAGS_FILES) $(LISP)
385
 
        tags=; \
386
424
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
387
425
        unique=`for i in $$list; do \
388
426
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
389
427
          done | \
390
428
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
391
429
              END { if (nonempty) { for (i in files) print i; }; }'`; \
392
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
430
        test -z "$(CTAGS_ARGS)$$unique" \
393
431
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
394
 
             $$tags $$unique
 
432
             $$unique
395
433
 
396
434
GTAGS:
397
435
        here=`$(am__cd) $(top_builddir) && pwd` \
398
 
          && cd $(top_srcdir) \
399
 
          && gtags -i $(GTAGS_ARGS) $$here
 
436
          && $(am__cd) $(top_srcdir) \
 
437
          && gtags -i $(GTAGS_ARGS) "$$here"
400
438
 
401
439
distclean-tags:
402
440
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
417
455
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
418
456
          if test -d $$d/$$file; then \
419
457
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
458
            if test -d "$(distdir)/$$file"; then \
 
459
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
460
            fi; \
420
461
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
421
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
462
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
463
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
422
464
            fi; \
423
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
465
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
424
466
          else \
425
 
            test -f $(distdir)/$$file \
426
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
467
            test -f "$(distdir)/$$file" \
 
468
            || cp -p $$d/$$file "$(distdir)/$$file" \
427
469
            || exit 1; \
428
470
          fi; \
429
471
        done
430
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
472
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
431
473
          if test "$$subdir" = .; then :; else \
432
474
            test -d "$(distdir)/$$subdir" \
433
475
            || $(MKDIR_P) "$(distdir)/$$subdir" \
434
476
            || exit 1; \
435
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
436
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
437
 
            (cd $$subdir && \
 
477
          fi; \
 
478
        done
 
479
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
480
          if test "$$subdir" = .; then :; else \
 
481
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
482
            $(am__relativize); \
 
483
            new_distdir=$$reldir; \
 
484
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
485
            $(am__relativize); \
 
486
            new_top_distdir=$$reldir; \
 
487
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
488
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
489
            ($(am__cd) $$subdir && \
438
490
              $(MAKE) $(AM_MAKEFLAGS) \
439
 
                top_distdir="$$top_distdir" \
440
 
                distdir="$$distdir/$$subdir" \
 
491
                top_distdir="$$new_top_distdir" \
 
492
                distdir="$$new_distdir" \
441
493
                am__remove_distdir=: \
442
494
                am__skip_length_check=: \
 
495
                am__skip_mode_fix=: \
443
496
                distdir) \
444
497
              || exit 1; \
445
498
          fi; \
469
522
 
470
523
distclean-generic:
471
524
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
525
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
472
526
 
473
527
maintainer-clean-generic:
474
528
        @echo "This command is intended for maintainers to use"
487
541
 
488
542
html: html-recursive
489
543
 
 
544
html-am:
 
545
 
490
546
info: info-recursive
491
547
 
492
548
info-am:
495
551
 
496
552
install-dvi: install-dvi-recursive
497
553
 
 
554
install-dvi-am:
 
555
 
498
556
install-exec-am:
499
557
 
500
558
install-html: install-html-recursive
501
559
 
 
560
install-html-am:
 
561
 
502
562
install-info: install-info-recursive
503
563
 
 
564
install-info-am:
 
565
 
504
566
install-man:
505
567
 
506
568
install-pdf: install-pdf-recursive
507
569
 
 
570
install-pdf-am:
 
571
 
508
572
install-ps: install-ps-recursive
509
573
 
 
574
install-ps-am:
 
575
 
510
576
installcheck-am:
511
577
 
512
578
maintainer-clean: maintainer-clean-recursive
527
593
 
528
594
uninstall-am:
529
595
 
530
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
531
 
        install-strip
 
596
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
597
        install-am install-strip tags-recursive
532
598
 
533
599
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
534
600
        all all-am check check-am clean clean-generic clean-libtool \
544
610
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
545
611
        uninstall uninstall-am
546
612
 
 
613
 
547
614
# Tell versions [3.59,3.63) of GNU make to not export all variables.
548
615
# Otherwise a system limit (for SysV at least) may be exceeded.
549
616
.NOEXPORT: