~ubuntu-branches/ubuntu/quantal/dovecot/quantal

« back to all changes in this revision

Viewing changes to sieve/src/lib-sieve/plugins/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short, Scott Kitterman
  • Date: 2010-06-22 10:33:51 UTC
  • mfrom: (1.13.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100622103351-ifbmnklp8kxrhb30
Tags: 1:1.2.12-0ubuntu1
* New upstream release:
  - deliver: Don't crash when a message with Auto-submitted: header gets
   rejected.
  - lib-storage: Fixed header searches to work correctly when there are
    multiple headers with same name.
  - dict client: Disconnect from dict server after 1 second of idling.
  - dict: If process crashed, it wasn't automatically restarted
  - dict file: If dict file's group permissions equal world permissions,
    don't try to change its gid.
  - maildir: Fixed a memory leak when copying with hardlinks.
  - maildir: Expunging last messages may have assert-crashed if their
    filenames had just changed.
 * Update sieve patch to 0.1.17
 * debian/dovecot-common.postinst: Add warning about expired certificate.
   (Debian Bug: #576455)
 * Silence lintian warnings.

 [Scott Kitterman]
 * Rename dovecot-postfix to mail-stack-delivery per server-maverick-mail-
   integration spec.
   - Update debian/rules
   - Convert existing package to a dummy package and add new binary in debian/control
   - Update maintainer scripts.
   - Move previously installed backups and config files to new package name
     space in preinst
   - Add new debian/mail-stack-delivery.prerm to handle downgrades
   - Rename debian/dovecot-postfix.* to debian/mail-stack-delivery.*

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
54
54
  distclean-recursive maintainer-clean-recursive
55
55
ETAGS = etags
56
56
CTAGS = ctags
57
 
DIST_SUBDIRS = vacation subaddress comparator-i-ascii-numeric \
58
 
        relational regex imap4flags copy include body variables \
59
 
        enotify notify environment mailbox date spamvirustest
 
57
DIST_SUBDIRS = $(SUBDIRS)
60
58
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
61
59
ACLOCAL = @ACLOCAL@
62
60
AMTAR = @AMTAR@
70
68
CFLAGS = @CFLAGS@
71
69
CPP = @CPP@
72
70
CPPFLAGS = @CPPFLAGS@
73
 
CXX = @CXX@
74
 
CXXCPP = @CXXCPP@
75
 
CXXDEPMODE = @CXXDEPMODE@
76
 
CXXFLAGS = @CXXFLAGS@
77
71
CYGPATH_W = @CYGPATH_W@
78
72
DEFS = @DEFS@
79
73
DEPDIR = @DEPDIR@
80
74
DSYMUTIL = @DSYMUTIL@
81
 
ECHO = @ECHO@
 
75
DUMPBIN = @DUMPBIN@
82
76
ECHO_C = @ECHO_C@
83
77
ECHO_N = @ECHO_N@
84
78
ECHO_T = @ECHO_T@
85
79
EGREP = @EGREP@
86
80
EXEEXT = @EXEEXT@
87
 
F77 = @F77@
88
 
FFLAGS = @FFLAGS@
 
81
FGREP = @FGREP@
89
82
GREP = @GREP@
90
83
INSTALL = @INSTALL@
91
84
INSTALL_DATA = @INSTALL_DATA@
92
85
INSTALL_PROGRAM = @INSTALL_PROGRAM@
93
86
INSTALL_SCRIPT = @INSTALL_SCRIPT@
94
87
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
88
LD = @LD@
95
89
LDFLAGS = @LDFLAGS@
96
90
LIBICONV = @LIBICONV@
97
91
LIBOBJS = @LIBOBJS@
98
92
LIBS = @LIBS@
99
93
LIBTOOL = @LIBTOOL@
 
94
LIPO = @LIPO@
100
95
LN_S = @LN_S@
101
96
LTLIBOBJS = @LTLIBOBJS@
102
97
MAINT = @MAINT@
103
98
MAKEINFO = @MAKEINFO@
104
99
MKDIR_P = @MKDIR_P@
105
100
MODULE_LIBS = @MODULE_LIBS@
 
101
NM = @NM@
106
102
NMEDIT = @NMEDIT@
 
103
OBJDUMP = @OBJDUMP@
107
104
OBJEXT = @OBJEXT@
 
105
OTOOL = @OTOOL@
 
106
OTOOL64 = @OTOOL64@
108
107
PACKAGE = @PACKAGE@
109
108
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
110
109
PACKAGE_NAME = @PACKAGE_NAME@
125
124
abs_top_builddir = @abs_top_builddir@
126
125
abs_top_srcdir = @abs_top_srcdir@
127
126
ac_ct_CC = @ac_ct_CC@
128
 
ac_ct_CXX = @ac_ct_CXX@
129
 
ac_ct_F77 = @ac_ct_F77@
 
127
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
130
128
am__include = @am__include@
131
129
am__leading_dot = @am__leading_dot@
132
130
am__quote = @am__quote@
160
158
libexecdir = @libexecdir@
161
159
localedir = @localedir@
162
160
localstatedir = @localstatedir@
 
161
lt_ECHO = @lt_ECHO@
163
162
mandir = @mandir@
164
163
mkdir_p = @mkdir_p@
165
164
moduledir = @moduledir@
170
169
psdir = @psdir@
171
170
sbindir = @sbindir@
172
171
sharedstatedir = @sharedstatedir@
 
172
sieve_docdir = @sieve_docdir@
173
173
srcdir = @srcdir@
174
174
sysconfdir = @sysconfdir@
175
175
target_alias = @target_alias@
 
176
top_build_prefix = @top_build_prefix@
176
177
top_builddir = @top_builddir@
177
178
top_srcdir = @top_srcdir@
178
 
@BUILD_UNFINISHED_TRUE@UNFINISHED = spamvirustest
 
179
@BUILD_UNFINISHED_TRUE@UNFINISHED = 
179
180
SUBDIRS = \
180
181
        vacation \
181
182
        subaddress \
192
193
        environment \
193
194
        mailbox \
194
195
        date \
 
196
        spamvirustest \
195
197
        $(UNFINISHED)
196
198
 
197
199
all: all-recursive
201
203
        @for dep in $?; do \
202
204
          case '$(am__configure_deps)' in \
203
205
            *$$dep*) \
204
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
205
 
                && exit 0; \
 
206
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
207
                && { if test -f $@; then exit 0; else break; fi; }; \
206
208
              exit 1;; \
207
209
          esac; \
208
210
        done; \
308
310
        unique=`for i in $$list; do \
309
311
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
310
312
          done | \
311
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
313
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
312
314
              END { if (nonempty) { for (i in files) print i; }; }'`; \
313
315
        mkid -fID $$unique
314
316
tags: TAGS