~ubuntu-branches/ubuntu/precise/empathy/precise-proposed-201205180810

« back to all changes in this revision

Viewing changes to tests/xml/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Brian Curtis, Brian Curtis, Ken VanDine
  • Date: 2011-06-01 10:35:24 UTC
  • mfrom: (1.1.70 upstream) (6.3.44 experimental)
  • Revision ID: james.westby@ubuntu.com-20110601103524-wx3wgp71394730jt
Tags: 3.1.1-1ubuntu1
[ Brian Curtis ]
* Merge with Debian experimental, remaining Ubuntu changes:
* debian/control:
  - Drop geoclue/mapping build-depends (they are in Universe)
  - Add Vcz-Bzr link
  - Add Suggests on telepathy-idle
  - Bump telepathy-butterfly, telepathy-haze to recommends
  - Don't recommend the freedesktop sound theme we have an ubuntu one
  - Add build depend for libunity-dev
* debian/rules:
  - Use autoreconf.mk
  - Disable map and location
* debian/empathy.install:
  - Install message indicator configuration
* debian/indicators/empathy:
  - Message indicator configuration
* debian/patches/01_lpi.patch:
  - Add Launchpad integration
* debian/patches/10_use_notify_osd_icons.patch:
  - Use the notify-osd image for new messages
* debian/patches/34_start_raised_execpt_in_session.patch
  - If not started with the session, we should always raise
* debian/patches/36_chat_window_default_size.patch:
  - Make the default chat window size larger
* debian/patches/37_facebook_default.patch:
  - Make facebook the default chat account type
* debian/patches/38_lp_569289.patch
  - Set freenode as default IRC network for new IRC accounts 
* debian/patches/41_unity_launcher_progress.patch
  - Display file transfer progress in the unity launcher

[ Ken VanDine ]
* debian/control
  - build depend on libgcr-3-dev instead of libgcr-dev
  - dropped build depends for libindicate, we will use telepathy-indicator
  - Depend on dconf-gsettings-backend | gsettings-backend
  - Added a Recommends for telepathy-indicator
* +debian/empathy.gsettings-override
  - Added an override for notifications-focus
* debian/patches/series
  - commented out 23_idomessagedialog_for_voip_and_ft.patch, until ido has 
    been ported to gtk3

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
39
am__aclocal_m4_deps = $(top_srcdir)/m4/as-compiler-flag.m4 \
40
 
        $(top_srcdir)/m4/ax_config_dir.m4 \
41
40
        $(top_srcdir)/m4/empathy-args.m4 \
42
41
        $(top_srcdir)/m4/empathy-valgrind.m4 \
43
42
        $(top_srcdir)/m4/gnome-doc-utils.m4 \
70
69
AUTOHEADER = @AUTOHEADER@
71
70
AUTOMAKE = @AUTOMAKE@
72
71
AWK = @AWK@
73
 
CANBERRA_CFLAGS = @CANBERRA_CFLAGS@
74
 
CANBERRA_LIBS = @CANBERRA_LIBS@
75
72
CATALOGS = @CATALOGS@
76
73
CATOBJEXT = @CATOBJEXT@
77
74
CC = @CC@
101
98
EGREP = @EGREP@
102
99
EMPATHY_AV_CFLAGS = @EMPATHY_AV_CFLAGS@
103
100
EMPATHY_AV_LIBS = @EMPATHY_AV_LIBS@
104
 
EMPATHY_CALL_CFLAGS = @EMPATHY_CALL_CFLAGS@
105
 
EMPATHY_CALL_LIBS = @EMPATHY_CALL_LIBS@
106
101
EMPATHY_CFLAGS = @EMPATHY_CFLAGS@
107
102
EMPATHY_LIBS = @EMPATHY_LIBS@
108
103
ENABLE_CODING_STYLE_CHECKS = @ENABLE_CODING_STYLE_CHECKS@
111
106
ERROR_CFLAGS = @ERROR_CFLAGS@
112
107
EXEEXT = @EXEEXT@
113
108
FGREP = @FGREP@
114
 
GCR_CFLAGS = @GCR_CFLAGS@
115
 
GCR_LIBS = @GCR_LIBS@
116
109
GEOCLUE_CFLAGS = @GEOCLUE_CFLAGS@
117
110
GEOCLUE_LIBS = @GEOCLUE_LIBS@
118
111
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
126
119
GOBJECT_QUERY = @GOBJECT_QUERY@
127
120
GREP = @GREP@
128
121
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
129
 
GTK_CFLAGS = @GTK_CFLAGS@
130
 
GTK_LIBS = @GTK_LIBS@
131
122
HELP_DIR = @HELP_DIR@
132
123
INSTALL = @INSTALL@
133
124
INSTALL_DATA = @INSTALL_DATA@
144
135
LDFLAGS = @LDFLAGS@
145
136
LIBCHAMPLAIN_CFLAGS = @LIBCHAMPLAIN_CFLAGS@
146
137
LIBCHAMPLAIN_LIBS = @LIBCHAMPLAIN_LIBS@
147
 
LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
148
 
LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
149
138
LIBOBJS = @LIBOBJS@
150
139
LIBS = @LIBS@
151
140
LIBTOOL = @LIBTOOL@
196
185
SET_MAKE = @SET_MAKE@
197
186
SHELL = @SHELL@
198
187
STRIP = @STRIP@
199
 
UNIQUE_CFLAGS = @UNIQUE_CFLAGS@
200
 
UNIQUE_LIBS = @UNIQUE_LIBS@
201
188
USE_NLS = @USE_NLS@
202
189
VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
203
190
VALGRIND_LIBS = @VALGRIND_LIBS@
212
199
X_EXTRA_LIBS = @X_EXTRA_LIBS@
213
200
X_LIBS = @X_LIBS@
214
201
X_PRE_LIBS = @X_PRE_LIBS@
215
 
YELL_CFLAGS = @YELL_CFLAGS@
216
 
YELL_LIBS = @YELL_LIBS@
217
202
abs_builddir = @abs_builddir@
218
203
abs_srcdir = @abs_srcdir@
219
204
abs_top_builddir = @abs_top_builddir@