~ubuntu-branches/ubuntu/gutsy/tomboy/gutsy-updates

« back to all changes in this revision

Viewing changes to test/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-11-22 19:22:17 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20061122192217-odnb17d1ib22okof
Tags: 0.5.1-0ubuntu1
* New upstream release:
  + New Managed D-Bus/DBusSharp (Sebastian Dröge)
  + Additional search interface improvements
  + More secure wrapper script to launch Tomboy.exe
  + Fix panel and TrayIcon resizing
  + Fix 1x1 pixel TrayIcon
  + Removed old tintin image
* debian/control:
  + Update build dependencies
* debian/patches/01-dbus0.9.patch,
  debian/patches/50_tintin.patch,
  debian/patches/51_tomboy-dllmap.patch,
  debian/patches/52_external-dbus-sharp.patch,
  debian/patches/53_tomboy-tray-icon.patch:
  + Dropped, merged upstream
* debian/rules,
  debian/tomboy.desktop:
  + Use upstream's desktop file again after it was fixed now
* debian/rules:
  + DBus service file path workaround removed, it's fixed upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
50
50
ACLOCAL = @ACLOCAL@
51
51
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
52
 
ALL_LINGUAS = @ALL_LINGUAS@
53
52
AMDEP_FALSE = @AMDEP_FALSE@
54
53
AMDEP_TRUE = @AMDEP_TRUE@
55
54
AMTAR = @AMTAR@
71
70
CXXFLAGS = @CXXFLAGS@
72
71
CYGPATH_W = @CYGPATH_W@
73
72
DATADIRNAME = @DATADIRNAME@
74
 
DBUS90_CFLAGS = @DBUS90_CFLAGS@
75
 
DBUS90_LIBS = @DBUS90_LIBS@
76
 
DBUS_CFLAGS = @DBUS_CFLAGS@
77
 
DBUS_LIBS = @DBUS_LIBS@
78
 
DBUS_SOVERSION = @DBUS_SOVERSION@
 
73
DBUS_SERVICE_DIR = @DBUS_SERVICE_DIR@
79
74
DEFS = @DEFS@
80
75
DEPDIR = @DEPDIR@
81
76
DOC_USER_FORMATS = @DOC_USER_FORMATS@
109
104
GDU_MODULE_VERSION_CHECK_CFLAGS = @GDU_MODULE_VERSION_CHECK_CFLAGS@
110
105
GDU_MODULE_VERSION_CHECK_LIBS = @GDU_MODULE_VERSION_CHECK_LIBS@
111
106
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
107
GMCS = @GMCS@
112
108
GMOFILES = @GMOFILES@
113
109
GMSGFMT = @GMSGFMT@
114
 
GREP = @GREP@
115
110
GTKSPELL_CFLAGS = @GTKSPELL_CFLAGS@
116
111
GTKSPELL_LIBS = @GTKSPELL_LIBS@
117
112
GTK_CFLAGS = @GTK_CFLAGS@
141
136
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
142
137
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
143
138
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
144
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
145
139
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
146
140
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
147
141
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
163
157
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
164
158
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
165
159
MAKEINFO = @MAKEINFO@
166
 
MCS = @MCS@
167
160
MSGFMT = @MSGFMT@
168
161
NUNIT = @NUNIT@
169
162
NUNIT_CFLAGS = @NUNIT_CFLAGS@
192
185
USE_NLS = @USE_NLS@
193
186
VERSION = @VERSION@
194
187
XGETTEXT = @XGETTEXT@
 
188
ac_ct_AR = @ac_ct_AR@
195
189
ac_ct_CC = @ac_ct_CC@
196
190
ac_ct_CXX = @ac_ct_CXX@
197
191
ac_ct_F77 = @ac_ct_F77@
 
192
ac_ct_RANLIB = @ac_ct_RANLIB@
 
193
ac_ct_STRIP = @ac_ct_STRIP@
 
194
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
198
195
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
199
196
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
200
197
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
211
208
build_os = @build_os@
212
209
build_vendor = @build_vendor@
213
210
datadir = @datadir@
214
 
datarootdir = @datarootdir@
215
 
docdir = @docdir@
216
 
dvidir = @dvidir@
217
211
exec_prefix = @exec_prefix@
218
212
host = @host@
219
213
host_alias = @host_alias@
220
214
host_cpu = @host_cpu@
221
215
host_os = @host_os@
222
216
host_vendor = @host_vendor@
223
 
htmldir = @htmldir@
224
217
includedir = @includedir@
225
218
infodir = @infodir@
226
219
install_sh = @install_sh@
227
220
libdir = @libdir@
228
221
libexecdir = @libexecdir@
229
 
localedir = @localedir@
230
222
localstatedir = @localstatedir@
231
223
mandir = @mandir@
232
224
mkdir_p = @mkdir_p@
233
225
oldincludedir = @oldincludedir@
234
 
pdfdir = @pdfdir@
235
226
prefix = @prefix@
236
227
program_transform_name = @program_transform_name@
237
 
psdir = @psdir@
238
228
sbindir = @sbindir@
239
229
sharedstatedir = @sharedstatedir@
240
230
sysconfdir = @sysconfdir@
241
231
target_alias = @target_alias@
242
 
CSC = mcs
 
232
CSC = gmcs
243
233
TARGET = TomboyTest.dll
244
234
CSFLAGS = \
245
235
        -debug                          \