~ubuntu-branches/ubuntu/trusty/dovecot/trusty-proposed

« back to all changes in this revision

Viewing changes to pigeonhole/doc/example-config/conf.d/Makefile.in

  • Committer: Package Import Robot
  • Author(s): James Page, James Page, Ante Karamatic
  • Date: 2013-02-11 12:41:24 UTC
  • mfrom: (4.1.33 sid)
  • Revision ID: package-import@ubuntu.com-20130211124124-v7bdegzftlhw7yfr
Tags: 1:2.1.7-7ubuntu1
[ James Page ]
* Merge from Debian unstable (LP: #1117613, #1075456), remaining changes:
  + Add mail-stack-delivery package:
    - Update d/rules
    - d/control: convert existing dovecot-postfix package to a dummy
      package and add new mail-stack-delivery package.
    - Update maintainer scripts.
    - Rename d/dovecot-postfix.* to debian/mail-stack-delivery.*
    - d/mail-stack-delivery.preinst: Move previously installed backups and
      config files to a new package namespace.
    - d/mail-stack-delivery.prerm: Added to handle downgrades.
  + Use Snakeoil SSL certificates by default:
    - d/control: Depend on ssl-cert.
    - d/dovecot-core.postinst: Relax grep for SSL_* a bit.
  + Add autopkgtest to debian/tests/*.
  + Add ufw integration:
    - d/dovecot-core.ufw.profile: new ufw profile.
    - d/rules: install profile in dovecot-core.
    - d/control: dovecot-core - suggest ufw.
  + d/dovecot-core.dirs: Added usr/share/doc/dovecot-core
  + Add apport hook:
    - d/rules, d/source_dovecot.py
  + Add upstart job:
    - d/rules, d/dovecot-core.dovecot.upstart, d/control,
      d/dovecot-core.dirs, dovecot-imapd.{postrm, postinst, prerm},
      d/dovecot-pop3d.{postinst, postrm, prerm}.
      d/mail-stack-deliver.postinst: Convert init script to upstart.
  + d/control: Added Pre-Depends: dpkg (>= 1.15.6) to dovecot-dbg to support
    xz compression in Ubuntu.
  + d/control: Demote dovecot-common Recommends: to Suggests: to prevent
    install of extra packages on upgrade.
  + d/patches/dovecot-drac.patch: Updated with version for dovecot >= 2.0.0.
* Dropped changes, included in Debian:
  + d/{control,rules}: enable PIE hardening.
  + d/control: Drop B-D on systemd.
* d/p/mail-stack-delivery.postinst: Updated to ensure that configured SSL
  cert and key locations are used when configuring postfix, sorted out
  formatting.
* d/p/dovecot-core.postinst: Create compat links to old style, existing
  SSL cert and key if found.
* d/rules: Don't pass hardening flags for DRAC plugin.
* d/dovecot-{pop3d,imapd}.prerm: Re-sync with Debian.
* d/dovecot-core.lintian-overrides: Drop override for DRAC plugin as not
  required in Ubuntu.
* d/01-mail-stack-delivery: Renamed 99-mail-stack-delivery to ensure that
  the mail-stack-delivery configuration overrides configuration options
  set elsewhere, updated with new cert/key file locations.

[ Ante Karamatic ]
* Change configuration file for LDA on new installs and upgrades
  (LP: #671065).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.3 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, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
17
17
 
18
18
VPATH = @srcdir@
19
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
20
21
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
24
install_sh_DATA = $(install_sh) -c -m 644
24
25
install_sh_PROGRAM = $(install_sh) -c
46
47
CONFIG_HEADER = $(top_builddir)/dummy-config.h \
47
48
        $(top_builddir)/pigeonhole-config.h
48
49
CONFIG_CLEAN_FILES =
 
50
CONFIG_CLEAN_VPATH_FILES =
49
51
SOURCES =
50
52
DIST_SOURCES =
51
53
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
53
55
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
54
56
    *) f=$$p;; \
55
57
  esac;
56
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
58
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
59
am__install_max = 40
 
60
am__nobase_strip_setup = \
 
61
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
62
am__nobase_strip = \
 
63
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
64
am__nobase_list = $(am__nobase_strip_setup); \
 
65
  for p in $$list; do echo "$$p $$p"; done | \
 
66
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
67
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
68
    if (++n[$$2] == $(am__install_max)) \
 
69
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
70
    END { for (dir in files) print dir, files[dir] }'
 
71
am__base_list = \
 
72
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
73
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
74
am__uninstall_files_from_dir = { \
 
75
  test -z "$$files" \
 
76
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
77
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
78
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
79
  }
57
80
am__installdirs = "$(DESTDIR)$(exampledir)"
58
 
exampleDATA_INSTALL = $(INSTALL_DATA)
59
81
DATA = $(example_DATA)
60
82
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
61
83
ACLOCAL = @ACLOCAL@
74
96
DEFS = @DEFS@
75
97
DEPDIR = @DEPDIR@
76
98
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
99
DLLTOOL = @DLLTOOL@
77
100
DOVECOT_CFLAGS = @DOVECOT_CFLAGS@
78
101
DOVECOT_LIBS = @DOVECOT_LIBS@
 
102
DOVECOT_SQL_LIBS = @DOVECOT_SQL_LIBS@
79
103
DOVECOT_SSL_LIBS = @DOVECOT_SSL_LIBS@
80
104
DSYMUTIL = @DSYMUTIL@
81
105
DUMPBIN = @DUMPBIN@
117
141
LTLIBOBJS = @LTLIBOBJS@
118
142
MAINT = @MAINT@
119
143
MAKEINFO = @MAKEINFO@
 
144
MANIFEST_TOOL = @MANIFEST_TOOL@
120
145
MKDIR_P = @MKDIR_P@
121
146
NM = @NM@
122
147
NMEDIT = @NMEDIT@
142
167
abs_srcdir = @abs_srcdir@
143
168
abs_top_builddir = @abs_top_builddir@
144
169
abs_top_srcdir = @abs_top_srcdir@
 
170
ac_ct_AR = @ac_ct_AR@
145
171
ac_ct_CC = @ac_ct_CC@
146
172
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
147
173
am__include = @am__include@
164
190
dovecot_pkgincludedir = @dovecot_pkgincludedir@
165
191
dovecot_pkglibdir = @dovecot_pkglibdir@
166
192
dovecot_pkglibexecdir = @dovecot_pkglibexecdir@
 
193
dovecotdir = @dovecotdir@
167
194
dvidir = @dvidir@
168
195
exec_prefix = @exec_prefix@
169
196
host = @host@
179
206
libexecdir = @libexecdir@
180
207
localedir = @localedir@
181
208
localstatedir = @localstatedir@
182
 
lt_ECHO = @lt_ECHO@
183
209
mandir = @mandir@
184
210
mkdir_p = @mkdir_p@
185
211
moduledir = @moduledir@
218
244
              exit 1;; \
219
245
          esac; \
220
246
        done; \
221
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  doc/example-config/conf.d/Makefile'; \
222
 
        cd $(top_srcdir) && \
223
 
          $(AUTOMAKE) --foreign  doc/example-config/conf.d/Makefile
 
247
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/example-config/conf.d/Makefile'; \
 
248
        $(am__cd) $(top_srcdir) && \
 
249
          $(AUTOMAKE) --foreign doc/example-config/conf.d/Makefile
224
250
.PRECIOUS: Makefile
225
251
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
226
252
        @case '$?' in \
238
264
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
239
265
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
240
266
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
267
$(am__aclocal_m4_deps):
241
268
 
242
269
mostlyclean-libtool:
243
270
        -rm -f *.lo
247
274
install-exampleDATA: $(example_DATA)
248
275
        @$(NORMAL_INSTALL)
249
276
        test -z "$(exampledir)" || $(MKDIR_P) "$(DESTDIR)$(exampledir)"
250
 
        @list='$(example_DATA)'; for p in $$list; do \
 
277
        @list='$(example_DATA)'; test -n "$(exampledir)" || list=; \
 
278
        for p in $$list; do \
251
279
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
252
 
          f=$(am__strip_dir) \
253
 
          echo " $(exampleDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(exampledir)/$$f'"; \
254
 
          $(exampleDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(exampledir)/$$f"; \
 
280
          echo "$$d$$p"; \
 
281
        done | $(am__base_list) | \
 
282
        while read files; do \
 
283
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(exampledir)'"; \
 
284
          $(INSTALL_DATA) $$files "$(DESTDIR)$(exampledir)" || exit $$?; \
255
285
        done
256
286
 
257
287
uninstall-exampleDATA:
258
288
        @$(NORMAL_UNINSTALL)
259
 
        @list='$(example_DATA)'; for p in $$list; do \
260
 
          f=$(am__strip_dir) \
261
 
          echo " rm -f '$(DESTDIR)$(exampledir)/$$f'"; \
262
 
          rm -f "$(DESTDIR)$(exampledir)/$$f"; \
263
 
        done
 
289
        @list='$(example_DATA)'; test -n "$(exampledir)" || list=; \
 
290
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
291
        dir='$(DESTDIR)$(exampledir)'; $(am__uninstall_files_from_dir)
264
292
tags: TAGS
265
293
TAGS:
266
294
 
284
312
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
285
313
          if test -d $$d/$$file; then \
286
314
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
315
            if test -d "$(distdir)/$$file"; then \
 
316
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
317
            fi; \
287
318
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
288
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
319
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
320
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
289
321
            fi; \
290
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
322
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
291
323
          else \
292
 
            test -f $(distdir)/$$file \
293
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
324
            test -f "$(distdir)/$$file" \
 
325
            || cp -p $$d/$$file "$(distdir)/$$file" \
294
326
            || exit 1; \
295
327
          fi; \
296
328
        done
311
343
 
312
344
installcheck: installcheck-am
313
345
install-strip:
314
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
315
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
316
 
          `test -z '$(STRIP)' || \
317
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
346
        if test -z '$(STRIP)'; then \
 
347
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
348
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
349
              install; \
 
350
        else \
 
351
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
352
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
353
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
354
        fi
318
355
mostlyclean-generic:
319
356
 
320
357
clean-generic:
321
358
 
322
359
distclean-generic:
323
360
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
361
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
324
362
 
325
363
maintainer-clean-generic:
326
364
        @echo "This command is intended for maintainers to use"
405
443
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
406
444
        uninstall uninstall-am uninstall-exampleDATA
407
445
 
 
446
 
408
447
# Tell versions [3.59,3.63) of GNU make to not export all variables.
409
448
# Otherwise a system limit (for SysV at least) may be exceeded.
410
449
.NOEXPORT: