~james-page/ubuntu/raring/dovecot/autopkgtest

« back to all changes in this revision

Viewing changes to src/lib-storage/register/Makefile.in

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-06-11 11:11:54 UTC
  • mfrom: (1.15.2) (4.1.27 sid)
  • Revision ID: package-import@ubuntu.com-20120611111154-678cwbdj6ktgsv1h
Tags: 1:2.1.7-1ubuntu1
* Merge from Debian unstable, 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/{control,rules}: enable PIE hardening.
  + 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.
  + d/control: Drop B-D on systemd.
* Dropped changes:
  + d/patches/fix-racey-restart.patch: part of 2.1.x, no longer required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 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.
84
84
CFLAGS = @CFLAGS@
85
85
CPP = @CPP@
86
86
CPPFLAGS = @CPPFLAGS@
 
87
CRYPT_LIBS = @CRYPT_LIBS@
87
88
CURLCONFIG = @CURLCONFIG@
88
89
CURL_CFLAGS = @CURL_CFLAGS@
89
90
CURL_LIBS = @CURL_LIBS@
123
124
LIBDOVECOT_LOGIN = @LIBDOVECOT_LOGIN@
124
125
LIBDOVECOT_SQL = @LIBDOVECOT_SQL@
125
126
LIBDOVECOT_STORAGE = @LIBDOVECOT_STORAGE@
 
127
LIBDOVECOT_STORAGE_DEPS = @LIBDOVECOT_STORAGE_DEPS@
126
128
LIBICONV = @LIBICONV@
127
129
LIBOBJS = @LIBOBJS@
128
130
LIBS = @LIBS@
129
131
LIBTOOL = @LIBTOOL@
130
132
LIBWRAP_LIBS = @LIBWRAP_LIBS@
 
133
LINKED_STORAGE_LDADD = @LINKED_STORAGE_LDADD@
131
134
LINKED_STORAGE_LIBS = @LINKED_STORAGE_LIBS@
132
135
LIPO = @LIPO@
133
136
LN_S = @LN_S@
144
147
MYSQL_LIBS = @MYSQL_LIBS@
145
148
NM = @NM@
146
149
NMEDIT = @NMEDIT@
 
150
NOPLUGIN_LDFLAGS = @NOPLUGIN_LDFLAGS@
147
151
OBJDUMP = @OBJDUMP@
148
152
OBJEXT = @OBJEXT@
149
153
OTOOL = @OTOOL@
218
222
localedir = @localedir@
219
223
localstatedir = @localstatedir@
220
224
mail_storages = @mail_storages@
 
225
mailbox_list_drivers = @mailbox_list_drivers@
221
226
mandir = @mandir@
222
227
mkdir_p = @mkdir_p@
223
228
moduledir = @moduledir@
240
245
top_builddir = @top_builddir@
241
246
top_srcdir = @top_srcdir@
242
247
noinst_LTLIBRARIES = libstorage_register.la
243
 
mailbox_list_drivers = maildir imapdir none fs shared
244
248
AM_CPPFLAGS = \
245
249
        -I$(top_srcdir)/src/lib \
246
250
        -I$(top_srcdir)/src/lib-mail \
293
297
          echo "rm -f \"$${dir}/so_locations\""; \
294
298
          rm -f "$${dir}/so_locations"; \
295
299
        done
296
 
libstorage_register.la: $(libstorage_register_la_OBJECTS) $(libstorage_register_la_DEPENDENCIES) 
 
300
libstorage_register.la: $(libstorage_register_la_OBJECTS) $(libstorage_register_la_DEPENDENCIES) $(EXTRA_libstorage_register_la_DEPENDENCIES) 
297
301
        $(LINK)  $(libstorage_register_la_OBJECTS) $(libstorage_register_la_LIBADD) $(LIBS)
298
302
 
299
303
mostlyclean-compile:
428
432
 
429
433
installcheck: installcheck-am
430
434
install-strip:
431
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
432
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
433
 
          `test -z '$(STRIP)' || \
434
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
435
        if test -z '$(STRIP)'; then \
 
436
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
437
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
438
              install; \
 
439
        else \
 
440
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
441
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
442
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
443
        fi
435
444
mostlyclean-generic:
436
445
 
437
446
clean-generic:
548
557
        for i in $(mailbox_list_drivers) ; do \
549
558
                echo "extern struct mailbox_list $${i}_mailbox_list;" >>$@ ; \
550
559
        done
551
 
        echo "void index_mailbox_list_init(void);" >>$@
 
560
        echo "void mailbox_list_index_init(void);" >>$@
552
561
        echo 'void mailbox_list_register_all(void) {' >>$@
553
562
        for i in $(mailbox_list_drivers) ; do \
554
563
                echo "mailbox_list_register(&$${i}_mailbox_list);" >>$@ ; \
555
564
        done
556
 
        echo "index_mailbox_list_init();" >>$@
 
565
        echo "mailbox_list_index_init();" >>$@
557
566
        echo '}' >>$@
558
567
 
559
568
distclean-generic: