~ubuntu-branches/debian/experimental/empathy/experimental

« back to all changes in this revision

Viewing changes to libempathy/empathy-auth-factory.h

  • Committer: Package Import Robot
  • Author(s): Sjoerd Simons
  • Date: 2013-10-26 17:12:53 UTC
  • mfrom: (1.21.71)
  • Revision ID: package-import@ubuntu.com-20131026171253-hmxvp8vrkqromrpp
Tags: 3.10.1-1
* New upstream release
* Bump build-dependencies
* Dropped patches that aren't relevant anymore:
  + d/p/0001-Use-new-api-versioned-name-for-geocode-glib.patch
  + d/p/0002-Update-to-new-GeocodeLocation-API-in-geocode-glib-0..patch
  + d/p/0003-Add-missing-include.patch
* debian/patches/telepathy-account-widgets-compilation.patch:
  + Added, fix compilation with --as-needed
* debian/shlibs.local: Updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#define __EMPATHY_AUTH_FACTORY_H__
23
23
 
24
24
#include <glib-object.h>
25
 
 
26
25
#include <telepathy-glib/telepathy-glib.h>
27
26
 
28
27
G_BEGIN_DECLS