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

« back to all changes in this revision

Viewing changes to src/lib/Makefile.am

  • 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:
4
4
 
5
5
EXTRA_DIST = unicodemap.c unicodemap.pl UnicodeData.txt
6
6
 
7
 
$(srcdir)/unicodemap.c: unicodemap.pl
 
7
UnicodeData.txt:
8
8
        test -f UnicodeData.txt || wget http://www.unicode.org/Public/UNIDATA/UnicodeData.txt
 
9
 
 
10
$(srcdir)/unicodemap.c: unicodemap.pl UnicodeData.txt
9
11
        perl $(srcdir)/unicodemap.pl < UnicodeData.txt > $@
10
12
 
11
13
liblib_la_SOURCES = \
35
37
        file-dotlock.c \
36
38
        file-lock.c \
37
39
        file-set-size.c \
 
40
        guid.c \
38
41
        hash.c \
39
42
        hash-format.c \
40
43
        hash-method.c \
42
45
        hex-binary.c \
43
46
        hex-dec.c \
44
47
        hmac-md5.c \
 
48
        hmac-sha1.c \
45
49
        home-expand.c \
46
50
        hostpid.c \
47
51
        imem.c \
48
52
        ipwd.c \
49
53
        iostream.c \
 
54
        iostream-rawlog.c \
50
55
        istream.c \
51
56
        istream-base64-encoder.c \
52
57
        istream-concat.c \
55
60
        istream-file.c \
56
61
        istream-limit.c \
57
62
        istream-mmap.c \
 
63
        istream-rawlog.c \
58
64
        istream-seekable.c \
59
65
        istream-tee.c \
60
66
        ioloop.c \
87
93
        ostream.c \
88
94
        ostream-file.c \
89
95
        ostream-buffer.c \
 
96
        ostream-rawlog.c \
90
97
        primes.c \
91
98
        printf-format-fix.c \
92
99
        process-title.c \
148
155
        file-lock.h \
149
156
        file-set-size.h \
150
157
        fsync-mode.h \
 
158
        guid.h \
151
159
        hash.h \
152
160
        hash-format.h \
153
161
        hash-method.h \
155
163
        hex-binary.h \
156
164
        hex-dec.h \
157
165
        hmac-md5.h \
 
166
        hmac-sha1.h \
158
167
        home-expand.h \
159
168
        hostpid.h \
160
169
        imem.h \
161
170
        ipwd.h \
162
 
        iostream-internal.h \
 
171
        iostream-private.h \
 
172
        iostream-rawlog.h \
 
173
        iostream-rawlog-private.h \
163
174
        istream.h \
164
175
        istream-base64-encoder.h \
165
176
        istream-concat.h \
166
177
        istream-crlf.h \
167
 
        istream-internal.h \
 
178
        istream-private.h \
 
179
        istream-rawlog.h \
168
180
        istream-seekable.h \
169
181
        istream-tee.h \
170
182
        ioloop.h \
171
183
        ioloop-iolist.h \
172
 
        ioloop-internal.h \
 
184
        ioloop-private.h \
173
185
        ioloop-notify-fd.h \
174
186
        lib.h \
175
187
        lib-signals.h \
186
198
        network.h \
187
199
        nfs-workarounds.h \
188
200
        ostream.h \
189
 
        ostream-internal.h \
 
201
        ostream-private.h \
 
202
        ostream-rawlog.h \
190
203
        primes.h \
191
204
        printf-format-fix.h \
192
205
        process-title.h \