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

« back to all changes in this revision

Viewing changes to src/lib-storage/register/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.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
41
43
mkinstalldirs = $(install_sh) -d
42
44
CONFIG_HEADER = $(top_builddir)/config.h
43
45
CONFIG_CLEAN_FILES =
 
46
CONFIG_CLEAN_VPATH_FILES =
44
47
LIBRARIES = $(noinst_LIBRARIES)
45
48
ARFLAGS = cru
46
49
libstorage_register_a_AR = $(AR) $(ARFLAGS)
51
54
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
52
55
depcomp = $(SHELL) $(top_srcdir)/depcomp
53
56
am__depfiles_maybe = depfiles
 
57
am__mv = mv -f
54
58
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
55
59
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
56
60
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
136
140
PACKAGE_NAME = @PACKAGE_NAME@
137
141
PACKAGE_STRING = @PACKAGE_STRING@
138
142
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
143
PACKAGE_URL = @PACKAGE_URL@
139
144
PACKAGE_VERSION = @PACKAGE_VERSION@
140
145
PATH_SEPARATOR = @PATH_SEPARATOR@
141
146
PGSQL_CFLAGS = @PGSQL_CFLAGS@
243
248
              exit 1;; \
244
249
          esac; \
245
250
        done; \
246
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib-storage/register/Makefile'; \
247
 
        cd $(top_srcdir) && \
248
 
          $(AUTOMAKE) --foreign  src/lib-storage/register/Makefile
 
251
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib-storage/register/Makefile'; \
 
252
        $(am__cd) $(top_srcdir) && \
 
253
          $(AUTOMAKE) --foreign src/lib-storage/register/Makefile
249
254
.PRECIOUS: Makefile
250
255
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
251
256
        @case '$?' in \
263
268
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
264
269
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
265
270
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
271
$(am__aclocal_m4_deps):
266
272
 
267
273
clean-noinstLIBRARIES:
268
274
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
282
288
 
283
289
.c.o:
284
290
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
285
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
291
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
286
292
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
287
293
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
288
294
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
289
295
 
290
296
.c.obj:
291
297
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
292
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
298
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
293
299
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
294
300
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
295
301
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
296
302
 
297
303
.c.lo:
298
304
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
299
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
305
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
300
306
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
301
307
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
302
308
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
319
325
 
320
326
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
321
327
                $(TAGS_FILES) $(LISP)
322
 
        tags=; \
 
328
        set x; \
323
329
        here=`pwd`; \
324
330
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
325
331
        unique=`for i in $$list; do \
327
333
          done | \
328
334
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
329
335
              END { if (nonempty) { for (i in files) print i; }; }'`; \
330
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
336
        shift; \
 
337
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
331
338
          test -n "$$unique" || unique=$$empty_fix; \
332
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
333
 
            $$tags $$unique; \
 
339
          if test $$# -gt 0; then \
 
340
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
341
              "$$@" $$unique; \
 
342
          else \
 
343
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
344
              $$unique; \
 
345
          fi; \
334
346
        fi
335
347
ctags: CTAGS
336
348
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
337
349
                $(TAGS_FILES) $(LISP)
338
 
        tags=; \
339
350
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
340
351
        unique=`for i in $$list; do \
341
352
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
342
353
          done | \
343
354
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
344
355
              END { if (nonempty) { for (i in files) print i; }; }'`; \
345
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
356
        test -z "$(CTAGS_ARGS)$$unique" \
346
357
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
347
 
             $$tags $$unique
 
358
             $$unique
348
359
 
349
360
GTAGS:
350
361
        here=`$(am__cd) $(top_builddir) && pwd` \
351
 
          && cd $(top_srcdir) \
352
 
          && gtags -i $(GTAGS_ARGS) $$here
 
362
          && $(am__cd) $(top_srcdir) \
 
363
          && gtags -i $(GTAGS_ARGS) "$$here"
353
364
 
354
365
distclean-tags:
355
366
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
370
381
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
371
382
          if test -d $$d/$$file; then \
372
383
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
384
            if test -d "$(distdir)/$$file"; then \
 
385
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
386
            fi; \
373
387
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
374
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
388
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
389
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
375
390
            fi; \
376
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
391
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
377
392
          else \
378
 
            test -f $(distdir)/$$file \
379
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
393
            test -f "$(distdir)/$$file" \
 
394
            || cp -p $$d/$$file "$(distdir)/$$file" \
380
395
            || exit 1; \
381
396
          fi; \
382
397
        done
425
440
 
426
441
html: html-am
427
442
 
 
443
html-am:
 
444
 
428
445
info: info-am
429
446
 
430
447
info-am:
433
450
 
434
451
install-dvi: install-dvi-am
435
452
 
 
453
install-dvi-am:
 
454
 
436
455
install-exec-am:
437
456
 
438
457
install-html: install-html-am
439
458
 
 
459
install-html-am:
 
460
 
440
461
install-info: install-info-am
441
462
 
 
463
install-info-am:
 
464
 
442
465
install-man:
443
466
 
444
467
install-pdf: install-pdf-am
445
468
 
 
469
install-pdf-am:
 
470
 
446
471
install-ps: install-ps-am
447
472
 
 
473
install-ps-am:
 
474
 
448
475
installcheck-am:
449
476
 
450
477
maintainer-clean: maintainer-clean-am
467
494
 
468
495
uninstall-am:
469
496
 
470
 
.MAKE: install-am install-strip
 
497
.MAKE: all check install install-am install-strip
471
498
 
472
499
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
473
500
        clean-libtool clean-noinstLIBRARIES ctags distclean \
515
542
 
516
543
distclean-generic:
517
544
        rm -f Makefile mail-storage-register.c mailbox-list-register.c
 
545
 
518
546
# Tell versions [3.59,3.63) of GNU make to not export all variables.
519
547
# Otherwise a system limit (for SysV at least) may be exceeded.
520
548
.NOEXPORT: