~ubuntu-branches/ubuntu/quantal/glom/quantal

« back to all changes in this revision

Viewing changes to glom/mode_find/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Iain Lane
  • Date: 2009-01-11 17:12:01 UTC
  • mfrom: (1.1.39 upstream)
  • Revision ID: james.westby@ubuntu.com-20090111171201-0ov9zh1fxfueshxc
Tags: 1.8.5-0ubuntu1
* New upstream release (LP: #256701), fixes LP bugs: 
  + Clear the text in property dialogs for text items (LP: #309147)
  + Don't crash when showing and then hiding the grid (LP: #303453)
  + Temporarily remember the sort order so it is the same when navigating 
    away and back (LP: #303422)
  + Use the list's sort order for the top-level records in the report 
    (LP: #303425)
  + Users/Groups: Disable drag-and-drop for the treeview, because it is
    useless and confusing (LP: #299573)
  + Import: Sort the fields list alphabetically (LP: #306593)
  + delete primary key make unusuable the database (LP: #299549)
  + Spanish translate incomplete (LP: #299556)
  + import date format error (LP: #299591)
  + can't delete data from table list view (LP: #299853)
  + Field definition: default value not saved (LP: #299896)
  + reports crashing (LP: #300054)
  + Year error with date fields (LP: #300057)
  + list view: 2 records added instead of 1 (LP: #300819)
* debian/control: Refreshed dependencies for libglom-dev.
* debian/control: Updated build-deps to match configure checks. goocavnasmm
  build-dep bumped to version without .la files.
* debian/rules: Don't delete the directory containing the templates.
* debian/control, debian/rules, debian/glom-doc.*: Split out
  arch-independent manual and examples into separate package glom-doc, which
  is now recommended by glom (glom will still work if they're not available)
* debian/copyright: Rewritten to new machine-readable format. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
AMDEP_TRUE = @AMDEP_TRUE@
85
85
AMTAR = @AMTAR@
86
86
AR = @AR@
 
87
AS = @AS@
87
88
AUTOCONF = @AUTOCONF@
88
89
AUTOHEADER = @AUTOHEADER@
89
90
AUTOMAKE = @AUTOMAKE@
104
105
DEFS = @DEFS@
105
106
DEPDIR = @DEPDIR@
106
107
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
108
DLLTOOL = @DLLTOOL@
107
109
DOC_USER_FORMATS = @DOC_USER_FORMATS@
108
110
DSYMUTIL = @DSYMUTIL@
109
111
ECHO = @ECHO@
110
112
ECHO_C = @ECHO_C@
111
113
ECHO_N = @ECHO_N@
112
114
ECHO_T = @ECHO_T@
 
115
EGG_CFLAGS = @EGG_CFLAGS@
 
116
EGG_LIBS = @EGG_LIBS@
113
117
EGREP = @EGREP@
114
118
ENABLE_SK_FALSE = @ENABLE_SK_FALSE@
115
119
ENABLE_SK_TRUE = @ENABLE_SK_TRUE@
117
121
F77 = @F77@
118
122
FFLAGS = @FFLAGS@
119
123
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
124
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
120
125
GLOM_CFLAGS = @GLOM_CFLAGS@
121
126
GLOM_ENABLE_CLIENT_ONLY_FALSE = @GLOM_ENABLE_CLIENT_ONLY_FALSE@
122
127
GLOM_ENABLE_CLIENT_ONLY_TRUE = @GLOM_ENABLE_CLIENT_ONLY_TRUE@
176
181
MSGFMT_OPTS = @MSGFMT_OPTS@
177
182
MSGMERGE = @MSGMERGE@
178
183
NMEDIT = @NMEDIT@
 
184
OBJDUMP = @OBJDUMP@
179
185
OBJEXT = @OBJEXT@
180
186
OMF_DIR = @OMF_DIR@
181
187
PACKAGE = @PACKAGE@
207
213
UPDATE_MIME_DATABASE_TRUE = @UPDATE_MIME_DATABASE_TRUE@
208
214
USE_NLS = @USE_NLS@
209
215
VERSION = @VERSION@
 
216
WIN32_FALSE = @WIN32_FALSE@
 
217
WIN32_TRUE = @WIN32_TRUE@
 
218
WINDRES = @WINDRES@
210
219
XGETTEXT = @XGETTEXT@
211
220
ac_ct_CC = @ac_ct_CC@
212
221
ac_ct_CXX = @ac_ct_CXX@
259
268
sharedstatedir = @sharedstatedir@
260
269
sysconfdir = @sysconfdir@
261
270
target_alias = @target_alias@
262
 
INCLUDES = -I@top_srcdir@/ $(GLOM_CFLAGS)
 
271
AM_CPPFLAGS = -I@top_srcdir@/ $(GLOM_CFLAGS)
263
272
noinst_LIBRARIES = libmode_find.a
264
273
libmode_find_a_SOURCES = box_data_details_find.cc box_data_details_find.h \
265
274
                         box_data_list_find.cc box_data_list_find.h \