~ubuntu-branches/ubuntu/precise/evolution-data-server/precise

« back to all changes in this revision

Viewing changes to camel/tests/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre, Ken VanDine, Mathieu Trudel-Lapierre
  • Date: 2011-06-23 17:40:41 UTC
  • mfrom: (1.1.88 upstream)
  • Revision ID: james.westby@ubuntu.com-20110623174041-4wd9jvs07wfinyet
Tags: 3.1.2-0ubuntu1
* New upstream version
  - bgo 589495 - Search folder by Size (KB) counts bytes, not KB (LP: #385859)
  - bgo 649757 - Filtering on a source account always succeeded (LP: #781391)
  - bgo 418954 - Add a separate entry combo for port numbers (LP: #160304)

[ Ken VanDine ]
* debian/libebook1.2-dev.install
  - Include EBook-1.2.gir
* debian/control
  - Added gir1.2-ebook-1.2 binary

[ Mathieu Trudel-Lapierre ]
* debian/control: drop libegroupwise1.2-13, libegroupwise-dev, they are now
  an independent module.
* debian/libegroupwise1.2-13.install,
  debian/libegroupwise1.2-dev.install,
  debian/lintian/libegroupwise1.2-13: dropped, see above.
* debian/control, debian/libe*.install, debian/lintian/libe*: rename and
  update files where needed to follow upstream soname changes.
* debian/control: bump evolution-data-server's Depends to libcamel-1.2-26.
* debian/rules: update to use makeshlibs with the new libcamel soname.

Show diffs side-by-side

added added

removed removed

Lines of Context:
187
187
GTKDOC_MKPDF = @GTKDOC_MKPDF@
188
188
GTKDOC_REBASE = @GTKDOC_REBASE@
189
189
HAVE_JW = @HAVE_JW@
 
190
HAVE_VALA = @HAVE_VALA@
190
191
HTML_DIR = @HTML_DIR@
191
192
ICONV_LIBS = @ICONV_LIBS@
192
193
INSTALL = @INSTALL@
303
304
SOCKET_LIBS = @SOCKET_LIBS@
304
305
SOUP_CFLAGS = @SOUP_CFLAGS@
305
306
SOUP_LIBS = @SOUP_LIBS@
 
307
SQLITE3_CFLAGS = @SQLITE3_CFLAGS@
 
308
SQLITE3_LIBS = @SQLITE3_LIBS@
306
309
SQLITE_REQUIRED = @SQLITE_REQUIRED@
307
310
STRIP = @STRIP@
308
311
USE_NLS = @USE_NLS@
 
312
VALAC = @VALAC@
 
313
VALAFLAGS = @VALAFLAGS@
 
314
VAPIGEN = @VAPIGEN@
309
315
VERSION = @VERSION@
310
316
WARNING_FLAGS = @WARNING_FLAGS@
311
317
XGETTEXT = @XGETTEXT@