~ubuntu-branches/ubuntu/wily/evolution/wily

« back to all changes in this revision

Viewing changes to mail/default/fr/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2012-07-03 23:07:40 UTC
  • mfrom: (1.1.92)
  • Revision ID: package-import@ubuntu.com-20120703230740-0hjh6kfpxsyb88gx
Tags: 3.5.3.1-0ubuntu1
* New upstream release 3.5.3.1.
* debian/control:
  - Add libwebkitgtk-3.0-dev, libjavascriptcoregtk-3.0-dev >= 1.8.0 to build
    dependencies.
  - Adjust Build-Depends for the new minimum versions required for EDS 3.5.
  - Also update evolution's Depends to require evolution-data-server >= 3.5,
    and << 3.6.
* debian/rules:
  - Update ELIBDIR to point to /usr/lib/evolution/3.6 now, as per the base
    version defined in configure.
  - Build all plugins rather than enabling experimental specifically; we can
    sort them to other packages after.
  - Drop the binary-install/evolution-common target.
* debian/patches/01_ubuntu_signature.patch: dropped; upstream code has changed
  sufficiently that it would pretty much need a rewrite; and Evolution is no
  longer the default shipped mail client on Desktop.
* debian/patches/04_delay_alarm_notifier.patch: refreshed.
* debian/patches/89_remove_component_id_registration.patch: dropped: we don't
  have UNE anymore and component ID registration has been moved to GSettings.
* debian/patches/10_revert_libevolution_avoid-version.patch: refreshed.
* debian/patches/91_add_u1_email_translations.patch: refreshed.
* debian/evolution-common.install:
  - Drop debian/signature.py.
  - Don't install /usr/share/mime-info; it's not built anymore.
* debian/signature.py: dropped; since we dropped the Ubuntu signature patch.
* debian/evolution.install: don't try to install files in /etc/gconf; evo
  has migrated to GSettings so there are no such files anymore.
* debian/evolution.install,
  debian/evolution-plugins.install,
  debian/evolution-plugins-experimental.install: remove the plugins that were
  converted to modules. Modules are already installed by libevolution.

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
CPPFLAGS = @CPPFLAGS@
151
151
CYGPATH_W = @CYGPATH_W@
152
152
DATADIRNAME = @DATADIRNAME@
153
 
DBUS_GLIB_CFLAGS = @DBUS_GLIB_CFLAGS@
154
 
DBUS_GLIB_LIBS = @DBUS_GLIB_LIBS@
155
153
DEFS = @DEFS@
156
154
DEPDIR = @DEPDIR@
157
155
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
170
168
EVOLUTION_DIR = @EVOLUTION_DIR@
171
169
EXEEXT = @EXEEXT@
172
170
FGREP = @FGREP@
173
 
GCONFTOOL = @GCONFTOOL@
174
 
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
175
 
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
176
171
GDATA_CFLAGS = @GDATA_CFLAGS@
177
172
GDATA_LIBS = @GDATA_LIBS@
178
173
GEOCLUE_CFLAGS = @GEOCLUE_CFLAGS@
211
206
GTKIMAGEVIEW_LIBS = @GTKIMAGEVIEW_LIBS@
212
207
GWEATHER_CFLAGS = @GWEATHER_CFLAGS@
213
208
GWEATHER_LIBS = @GWEATHER_LIBS@
214
 
HAVE_NM = @HAVE_NM@
215
 
HAVE_SENS = @HAVE_SENS@
216
209
HELP_DIR = @HELP_DIR@
217
210
HTML_DIR = @HTML_DIR@
218
211
ICONV_LIBS = @ICONV_LIBS@
264
257
MANUAL_NSS_LIBS = @MANUAL_NSS_LIBS@
265
258
MATH_LIB = @MATH_LIB@
266
259
MKDIR_P = @MKDIR_P@
267
 
MONO_CFLAGS = @MONO_CFLAGS@
268
 
MONO_LIBS = @MONO_LIBS@
269
260
MOZILLA_NSS_CFLAGS = @MOZILLA_NSS_CFLAGS@
270
261
MOZILLA_NSS_LIBS = @MOZILLA_NSS_LIBS@
271
262
MSGFMT = @MSGFMT@
273
264
MSGMERGE = @MSGMERGE@
274
265
NM = @NM@
275
266
NMEDIT = @NMEDIT@
276
 
NM_CFLAGS = @NM_CFLAGS@
277
 
NM_LIBS = @NM_LIBS@
278
267
NO_UNDEFINED = @NO_UNDEFINED@
279
268
OBJDUMP = @OBJDUMP@
280
269
OBJEXT = @OBJEXT@
296
285
POSUB = @POSUB@
297
286
PRIVLIBEXECDIR = @PRIVLIBEXECDIR@
298
287
PURIFY = @PURIFY@
299
 
PY_INCLUDES = @PY_INCLUDES@
300
 
PY_LIBS = @PY_LIBS@
301
288
RANLIB = @RANLIB@
302
289
REGEX_LIBS = @REGEX_LIBS@
303
290
SED = @SED@
304
 
SENS_LIBS = @SENS_LIBS@
305
291
SET_MAKE = @SET_MAKE@
306
292
SHELL = @SHELL@
307
293
SOEXT = @SOEXT@
337
323
datadir = @datadir@
338
324
datarootdir = @datarootdir@
339
325
dist_plugins_base = @dist_plugins_base@
340
 
dist_plugins_experimental = @dist_plugins_experimental@
341
326
dist_plugins_standard = @dist_plugins_standard@
342
327
docdir = @docdir@
343
328
dvidir = @dvidir@
377
362
privsolibdir = @privsolibdir@
378
363
program_transform_name = @program_transform_name@
379
364
psdir = @psdir@
380
 
pythonpath = @pythonpath@
381
365
sbindir = @sbindir@
382
366
sharedstatedir = @sharedstatedir@
383
367
soundsdir = @soundsdir@