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

« back to all changes in this revision

Viewing changes to src/ipc/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.
89
89
CFLAGS = @CFLAGS@
90
90
CPP = @CPP@
91
91
CPPFLAGS = @CPPFLAGS@
 
92
CRYPT_LIBS = @CRYPT_LIBS@
92
93
CURLCONFIG = @CURLCONFIG@
93
94
CURL_CFLAGS = @CURL_CFLAGS@
94
95
CURL_LIBS = @CURL_LIBS@
128
129
LIBDOVECOT_LOGIN = @LIBDOVECOT_LOGIN@
129
130
LIBDOVECOT_SQL = @LIBDOVECOT_SQL@
130
131
LIBDOVECOT_STORAGE = @LIBDOVECOT_STORAGE@
 
132
LIBDOVECOT_STORAGE_DEPS = @LIBDOVECOT_STORAGE_DEPS@
131
133
LIBICONV = @LIBICONV@
132
134
LIBOBJS = @LIBOBJS@
133
135
LIBS = @LIBS@
134
136
LIBTOOL = @LIBTOOL@
135
137
LIBWRAP_LIBS = @LIBWRAP_LIBS@
 
138
LINKED_STORAGE_LDADD = @LINKED_STORAGE_LDADD@
136
139
LINKED_STORAGE_LIBS = @LINKED_STORAGE_LIBS@
137
140
LIPO = @LIPO@
138
141
LN_S = @LN_S@
149
152
MYSQL_LIBS = @MYSQL_LIBS@
150
153
NM = @NM@
151
154
NMEDIT = @NMEDIT@
 
155
NOPLUGIN_LDFLAGS = @NOPLUGIN_LDFLAGS@
152
156
OBJDUMP = @OBJDUMP@
153
157
OBJEXT = @OBJEXT@
154
158
OTOOL = @OTOOL@
223
227
localedir = @localedir@
224
228
localstatedir = @localstatedir@
225
229
mail_storages = @mail_storages@
 
230
mailbox_list_drivers = @mailbox_list_drivers@
226
231
mandir = @mandir@
227
232
mkdir_p = @mkdir_p@
228
233
moduledir = @moduledir@
343
348
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
344
349
        echo " rm -f" $$list; \
345
350
        rm -f $$list
346
 
ipc$(EXEEXT): $(ipc_OBJECTS) $(ipc_DEPENDENCIES) 
 
351
ipc$(EXEEXT): $(ipc_OBJECTS) $(ipc_DEPENDENCIES) $(EXTRA_ipc_DEPENDENCIES) 
347
352
        @rm -f ipc$(EXEEXT)
348
353
        $(LINK) $(ipc_OBJECTS) $(ipc_LDADD) $(LIBS)
349
354
 
485
490
 
486
491
installcheck: installcheck-am
487
492
install-strip:
488
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
489
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
490
 
          `test -z '$(STRIP)' || \
491
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
493
        if test -z '$(STRIP)'; then \
 
494
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
495
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
496
              install; \
 
497
        else \
 
498
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
499
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
500
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
501
        fi
492
502
mostlyclean-generic:
493
503
 
494
504
clean-generic: