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

« back to all changes in this revision

Viewing changes to src/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 = $(SUBDIRS)
57
63
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
64
am__relativize = \
 
65
  dir0=`pwd`; \
 
66
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
67
  sed_rest='s,^[^/]*/*,,'; \
 
68
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
69
  sed_butlast='s,/*[^/]*$$,,'; \
 
70
  while test -n "$$dir1"; do \
 
71
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
72
    if test "$$first" != "."; then \
 
73
      if test "$$first" = ".."; then \
 
74
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
75
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
76
      else \
 
77
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
78
        if test "$$first2" = "$$first"; then \
 
79
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
80
        else \
 
81
          dir2="../$$dir2"; \
 
82
        fi; \
 
83
        dir0="$$dir0"/"$$first"; \
 
84
      fi; \
 
85
    fi; \
 
86
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
87
  done; \
 
88
  reldir="$$dir2"
58
89
ACLOCAL = @ACLOCAL@
59
90
AMTAR = @AMTAR@
60
91
AR = @AR@
127
158
PACKAGE_NAME = @PACKAGE_NAME@
128
159
PACKAGE_STRING = @PACKAGE_STRING@
129
160
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
161
PACKAGE_URL = @PACKAGE_URL@
130
162
PACKAGE_VERSION = @PACKAGE_VERSION@
131
163
PATH_SEPARATOR = @PATH_SEPARATOR@
132
164
PGSQL_CFLAGS = @PGSQL_CFLAGS@
245
277
              exit 1;; \
246
278
          esac; \
247
279
        done; \
248
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
249
 
        cd $(top_srcdir) && \
250
 
          $(AUTOMAKE) --foreign  src/Makefile
 
280
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
 
281
        $(am__cd) $(top_srcdir) && \
 
282
          $(AUTOMAKE) --foreign src/Makefile
251
283
.PRECIOUS: Makefile
252
284
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
253
285
        @case '$?' in \
265
297
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
266
298
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
267
299
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
300
$(am__aclocal_m4_deps):
268
301
 
269
302
mostlyclean-libtool:
270
303
        -rm -f *.lo
296
329
          else \
297
330
            local_target="$$target"; \
298
331
          fi; \
299
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
332
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
300
333
          || eval $$failcom; \
301
334
        done; \
302
335
        if test "$$dot_seen" = "no"; then \
330
363
          else \
331
364
            local_target="$$target"; \
332
365
          fi; \
333
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
366
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
334
367
          || eval $$failcom; \
335
368
        done && test -z "$$fail"
336
369
tags-recursive:
337
370
        list='$(SUBDIRS)'; for subdir in $$list; do \
338
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
371
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
339
372
        done
340
373
ctags-recursive:
341
374
        list='$(SUBDIRS)'; for subdir in $$list; do \
342
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
375
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
343
376
        done
344
377
 
345
378
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
354
387
 
355
388
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
356
389
                $(TAGS_FILES) $(LISP)
357
 
        tags=; \
 
390
        set x; \
358
391
        here=`pwd`; \
359
392
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
360
393
          include_option=--etags-include; \
366
399
        list='$(SUBDIRS)'; for subdir in $$list; do \
367
400
          if test "$$subdir" = .; then :; else \
368
401
            test ! -f $$subdir/TAGS || \
369
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
402
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
370
403
          fi; \
371
404
        done; \
372
405
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
375
408
          done | \
376
409
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
377
410
              END { if (nonempty) { for (i in files) print i; }; }'`; \
378
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
411
        shift; \
 
412
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
379
413
          test -n "$$unique" || unique=$$empty_fix; \
380
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
381
 
            $$tags $$unique; \
 
414
          if test $$# -gt 0; then \
 
415
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
416
              "$$@" $$unique; \
 
417
          else \
 
418
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
419
              $$unique; \
 
420
          fi; \
382
421
        fi
383
422
ctags: CTAGS
384
423
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
385
424
                $(TAGS_FILES) $(LISP)
386
 
        tags=; \
387
425
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
388
426
        unique=`for i in $$list; do \
389
427
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
390
428
          done | \
391
429
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
392
430
              END { if (nonempty) { for (i in files) print i; }; }'`; \
393
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
431
        test -z "$(CTAGS_ARGS)$$unique" \
394
432
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
395
 
             $$tags $$unique
 
433
             $$unique
396
434
 
397
435
GTAGS:
398
436
        here=`$(am__cd) $(top_builddir) && pwd` \
399
 
          && cd $(top_srcdir) \
400
 
          && gtags -i $(GTAGS_ARGS) $$here
 
437
          && $(am__cd) $(top_srcdir) \
 
438
          && gtags -i $(GTAGS_ARGS) "$$here"
401
439
 
402
440
distclean-tags:
403
441
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
418
456
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
419
457
          if test -d $$d/$$file; then \
420
458
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
459
            if test -d "$(distdir)/$$file"; then \
 
460
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
461
            fi; \
421
462
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
422
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
463
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
464
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
423
465
            fi; \
424
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
466
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
425
467
          else \
426
 
            test -f $(distdir)/$$file \
427
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
468
            test -f "$(distdir)/$$file" \
 
469
            || cp -p $$d/$$file "$(distdir)/$$file" \
428
470
            || exit 1; \
429
471
          fi; \
430
472
        done
431
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
473
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
432
474
          if test "$$subdir" = .; then :; else \
433
475
            test -d "$(distdir)/$$subdir" \
434
476
            || $(MKDIR_P) "$(distdir)/$$subdir" \
435
477
            || exit 1; \
436
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
437
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
438
 
            (cd $$subdir && \
 
478
          fi; \
 
479
        done
 
480
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
481
          if test "$$subdir" = .; then :; else \
 
482
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
483
            $(am__relativize); \
 
484
            new_distdir=$$reldir; \
 
485
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
486
            $(am__relativize); \
 
487
            new_top_distdir=$$reldir; \
 
488
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
489
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
490
            ($(am__cd) $$subdir && \
439
491
              $(MAKE) $(AM_MAKEFLAGS) \
440
 
                top_distdir="$$top_distdir" \
441
 
                distdir="$$distdir/$$subdir" \
 
492
                top_distdir="$$new_top_distdir" \
 
493
                distdir="$$new_distdir" \
442
494
                am__remove_distdir=: \
443
495
                am__skip_length_check=: \
 
496
                am__skip_mode_fix=: \
444
497
                distdir) \
445
498
              || exit 1; \
446
499
          fi; \
470
523
 
471
524
distclean-generic:
472
525
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
526
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
473
527
 
474
528
maintainer-clean-generic:
475
529
        @echo "This command is intended for maintainers to use"
488
542
 
489
543
html: html-recursive
490
544
 
 
545
html-am:
 
546
 
491
547
info: info-recursive
492
548
 
493
549
info-am:
496
552
 
497
553
install-dvi: install-dvi-recursive
498
554
 
 
555
install-dvi-am:
 
556
 
499
557
install-exec-am:
500
558
 
501
559
install-html: install-html-recursive
502
560
 
 
561
install-html-am:
 
562
 
503
563
install-info: install-info-recursive
504
564
 
 
565
install-info-am:
 
566
 
505
567
install-man:
506
568
 
507
569
install-pdf: install-pdf-recursive
508
570
 
 
571
install-pdf-am:
 
572
 
509
573
install-ps: install-ps-recursive
510
574
 
 
575
install-ps-am:
 
576
 
511
577
installcheck-am:
512
578
 
513
579
maintainer-clean: maintainer-clean-recursive
528
594
 
529
595
uninstall-am:
530
596
 
531
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
532
 
        install-strip
 
597
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
598
        install-am install-strip tags-recursive
533
599
 
534
600
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
535
601
        all all-am check check-am clean clean-generic clean-libtool \
545
611
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
546
612
        uninstall uninstall-am
547
613
 
 
614
 
548
615
# Tell versions [3.59,3.63) of GNU make to not export all variables.
549
616
# Otherwise a system limit (for SysV at least) may be exceeded.
550
617
.NOEXPORT: