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

« back to all changes in this revision

Viewing changes to src/plugins/trash/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.
17
18
 
18
19
VPATH = @srcdir@
19
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
20
22
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
25
install_sh_DATA = $(install_sh) -c -m 644
24
26
install_sh_PROGRAM = $(install_sh) -c
43
45
mkinstalldirs = $(install_sh) -d
44
46
CONFIG_HEADER = $(top_builddir)/config.h
45
47
CONFIG_CLEAN_FILES =
 
48
CONFIG_CLEAN_VPATH_FILES =
46
49
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
47
50
am__vpath_adj = case $$p in \
48
51
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
49
52
    *) f=$$p;; \
50
53
  esac;
51
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
54
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
55
am__install_max = 40
 
56
am__nobase_strip_setup = \
 
57
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
58
am__nobase_strip = \
 
59
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
60
am__nobase_list = $(am__nobase_strip_setup); \
 
61
  for p in $$list; do echo "$$p $$p"; done | \
 
62
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
63
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
64
    if (++n[$$2] == $(am__install_max)) \
 
65
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
66
    END { for (dir in files) print dir, files[dir] }'
 
67
am__base_list = \
 
68
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
69
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
52
70
am__installdirs = "$(DESTDIR)$(moduledir)"
53
 
moduleLTLIBRARIES_INSTALL = $(INSTALL)
54
71
LTLIBRARIES = $(module_LTLIBRARIES)
55
72
lib11_trash_plugin_la_LIBADD =
56
73
am_lib11_trash_plugin_la_OBJECTS = trash-plugin.lo
61
78
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
62
79
depcomp = $(SHELL) $(top_srcdir)/depcomp
63
80
am__depfiles_maybe = depfiles
 
81
am__mv = mv -f
64
82
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
65
83
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
66
84
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
148
166
PACKAGE_NAME = @PACKAGE_NAME@
149
167
PACKAGE_STRING = @PACKAGE_STRING@
150
168
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
169
PACKAGE_URL = @PACKAGE_URL@
151
170
PACKAGE_VERSION = @PACKAGE_VERSION@
152
171
PATH_SEPARATOR = @PATH_SEPARATOR@
153
172
PGSQL_CFLAGS = @PGSQL_CFLAGS@
258
277
              exit 1;; \
259
278
          esac; \
260
279
        done; \
261
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/plugins/trash/Makefile'; \
262
 
        cd $(top_srcdir) && \
263
 
          $(AUTOMAKE) --foreign  src/plugins/trash/Makefile
 
280
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/trash/Makefile'; \
 
281
        $(am__cd) $(top_srcdir) && \
 
282
          $(AUTOMAKE) --foreign src/plugins/trash/Makefile
264
283
.PRECIOUS: Makefile
265
284
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
266
285
        @case '$?' in \
278
297
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
279
298
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
280
299
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
300
$(am__aclocal_m4_deps):
281
301
install-moduleLTLIBRARIES: $(module_LTLIBRARIES)
282
302
        @$(NORMAL_INSTALL)
283
303
        test -z "$(moduledir)" || $(MKDIR_P) "$(DESTDIR)$(moduledir)"
284
 
        @list='$(module_LTLIBRARIES)'; for p in $$list; do \
 
304
        @list='$(module_LTLIBRARIES)'; test -n "$(moduledir)" || list=; \
 
305
        list2=; for p in $$list; do \
285
306
          if test -f $$p; then \
286
 
            f=$(am__strip_dir) \
287
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(moduledir)/$$f'"; \
288
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(moduledir)/$$f"; \
 
307
            list2="$$list2 $$p"; \
289
308
          else :; fi; \
290
 
        done
 
309
        done; \
 
310
        test -z "$$list2" || { \
 
311
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(moduledir)'"; \
 
312
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(moduledir)"; \
 
313
        }
291
314
 
292
315
uninstall-moduleLTLIBRARIES:
293
316
        @$(NORMAL_UNINSTALL)
294
 
        @list='$(module_LTLIBRARIES)'; for p in $$list; do \
295
 
          p=$(am__strip_dir) \
296
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(moduledir)/$$p'"; \
297
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(moduledir)/$$p"; \
 
317
        @list='$(module_LTLIBRARIES)'; test -n "$(moduledir)" || list=; \
 
318
        for p in $$list; do \
 
319
          $(am__strip_dir) \
 
320
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(moduledir)/$$f'"; \
 
321
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(moduledir)/$$f"; \
298
322
        done
299
323
 
300
324
clean-moduleLTLIBRARIES:
318
342
 
319
343
.c.o:
320
344
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
321
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
345
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
322
346
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
323
347
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
324
348
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
325
349
 
326
350
.c.obj:
327
351
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
328
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
352
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
329
353
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
330
354
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
331
355
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
332
356
 
333
357
.c.lo:
334
358
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
335
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
359
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
336
360
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
337
361
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
338
362
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
355
379
 
356
380
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
357
381
                $(TAGS_FILES) $(LISP)
358
 
        tags=; \
 
382
        set x; \
359
383
        here=`pwd`; \
360
384
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
361
385
        unique=`for i in $$list; do \
363
387
          done | \
364
388
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
365
389
              END { if (nonempty) { for (i in files) print i; }; }'`; \
366
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
390
        shift; \
 
391
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
367
392
          test -n "$$unique" || unique=$$empty_fix; \
368
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
369
 
            $$tags $$unique; \
 
393
          if test $$# -gt 0; then \
 
394
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
395
              "$$@" $$unique; \
 
396
          else \
 
397
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
398
              $$unique; \
 
399
          fi; \
370
400
        fi
371
401
ctags: CTAGS
372
402
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
373
403
                $(TAGS_FILES) $(LISP)
374
 
        tags=; \
375
404
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
376
405
        unique=`for i in $$list; do \
377
406
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
378
407
          done | \
379
408
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
380
409
              END { if (nonempty) { for (i in files) print i; }; }'`; \
381
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
410
        test -z "$(CTAGS_ARGS)$$unique" \
382
411
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
383
 
             $$tags $$unique
 
412
             $$unique
384
413
 
385
414
GTAGS:
386
415
        here=`$(am__cd) $(top_builddir) && pwd` \
387
 
          && cd $(top_srcdir) \
388
 
          && gtags -i $(GTAGS_ARGS) $$here
 
416
          && $(am__cd) $(top_srcdir) \
 
417
          && gtags -i $(GTAGS_ARGS) "$$here"
389
418
 
390
419
distclean-tags:
391
420
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
406
435
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
407
436
          if test -d $$d/$$file; then \
408
437
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
438
            if test -d "$(distdir)/$$file"; then \
 
439
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
440
            fi; \
409
441
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
410
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
442
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
443
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
411
444
            fi; \
412
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
445
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
413
446
          else \
414
 
            test -f $(distdir)/$$file \
415
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
447
            test -f "$(distdir)/$$file" \
 
448
            || cp -p $$d/$$file "$(distdir)/$$file" \
416
449
            || exit 1; \
417
450
          fi; \
418
451
        done
443
476
 
444
477
distclean-generic:
445
478
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
479
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
446
480
 
447
481
maintainer-clean-generic:
448
482
        @echo "This command is intended for maintainers to use"
464
498
 
465
499
html: html-am
466
500
 
 
501
html-am:
 
502
 
467
503
info: info-am
468
504
 
469
505
info-am:
472
508
 
473
509
install-dvi: install-dvi-am
474
510
 
 
511
install-dvi-am:
 
512
 
475
513
install-exec-am: install-exec-local
476
514
 
477
515
install-html: install-html-am
478
516
 
 
517
install-html-am:
 
518
 
479
519
install-info: install-info-am
480
520
 
 
521
install-info-am:
 
522
 
481
523
install-man:
482
524
 
483
525
install-pdf: install-pdf-am
484
526
 
 
527
install-pdf-am:
 
528
 
485
529
install-ps: install-ps-am
486
530
 
 
531
install-ps-am:
 
532
 
487
533
installcheck-am:
488
534
 
489
535
maintainer-clean: maintainer-clean-am
529
575
          rm -f $(DESTDIR)$(moduledir)/$$d/lib11_trash_plugin$(MODULE_SUFFIX); \
530
576
          $(LN_S) ../lib11_trash_plugin$(MODULE_SUFFIX) $(DESTDIR)$(moduledir)/$$d; \
531
577
        done
 
578
 
532
579
# Tell versions [3.59,3.63) of GNU make to not export all variables.
533
580
# Otherwise a system limit (for SysV at least) may be exceeded.
534
581
.NOEXPORT: