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

« back to all changes in this revision

Viewing changes to glom/layout_item_dialogs/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:
89
89
AMDEP_TRUE = @AMDEP_TRUE@
90
90
AMTAR = @AMTAR@
91
91
AR = @AR@
 
92
AS = @AS@
92
93
AUTOCONF = @AUTOCONF@
93
94
AUTOHEADER = @AUTOHEADER@
94
95
AUTOMAKE = @AUTOMAKE@
109
110
DEFS = @DEFS@
110
111
DEPDIR = @DEPDIR@
111
112
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
113
DLLTOOL = @DLLTOOL@
112
114
DOC_USER_FORMATS = @DOC_USER_FORMATS@
113
115
DSYMUTIL = @DSYMUTIL@
114
116
ECHO = @ECHO@
115
117
ECHO_C = @ECHO_C@
116
118
ECHO_N = @ECHO_N@
117
119
ECHO_T = @ECHO_T@
 
120
EGG_CFLAGS = @EGG_CFLAGS@
 
121
EGG_LIBS = @EGG_LIBS@
118
122
EGREP = @EGREP@
119
123
ENABLE_SK_FALSE = @ENABLE_SK_FALSE@
120
124
ENABLE_SK_TRUE = @ENABLE_SK_TRUE@
122
126
F77 = @F77@
123
127
FFLAGS = @FFLAGS@
124
128
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
129
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
125
130
GLOM_CFLAGS = @GLOM_CFLAGS@
126
131
GLOM_ENABLE_CLIENT_ONLY_FALSE = @GLOM_ENABLE_CLIENT_ONLY_FALSE@
127
132
GLOM_ENABLE_CLIENT_ONLY_TRUE = @GLOM_ENABLE_CLIENT_ONLY_TRUE@
181
186
MSGFMT_OPTS = @MSGFMT_OPTS@
182
187
MSGMERGE = @MSGMERGE@
183
188
NMEDIT = @NMEDIT@
 
189
OBJDUMP = @OBJDUMP@
184
190
OBJEXT = @OBJEXT@
185
191
OMF_DIR = @OMF_DIR@
186
192
PACKAGE = @PACKAGE@
212
218
UPDATE_MIME_DATABASE_TRUE = @UPDATE_MIME_DATABASE_TRUE@
213
219
USE_NLS = @USE_NLS@
214
220
VERSION = @VERSION@
 
221
WIN32_FALSE = @WIN32_FALSE@
 
222
WIN32_TRUE = @WIN32_TRUE@
 
223
WINDRES = @WINDRES@
215
224
XGETTEXT = @XGETTEXT@
216
225
ac_ct_CC = @ac_ct_CC@
217
226
ac_ct_CXX = @ac_ct_CXX@
268
277
glomxsltdir = $(datadir)/glom/xslt/
269
278
 
270
279
# We define GLOM_GLADEDIR so that we can get the installed .glade file at runtime.
271
 
INCLUDES = -I@top_srcdir@/ $(GLOM_CFLAGS) $(PYTHON_INCLUDES) \
 
280
AM_CPPFLAGS = -I@top_srcdir@/ $(GLOM_CFLAGS) $(PYTHON_INCLUDES) \
272
281
                    -DGLOM_GLADEDIR=\""$(gladedir)/"\" \
273
282
                    -DGLOM_XSLTDIR=\""$(glomxsltdir)/"\"
274
283