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

« back to all changes in this revision

Viewing changes to xslt/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:
65
65
AMDEP_TRUE = @AMDEP_TRUE@
66
66
AMTAR = @AMTAR@
67
67
AR = @AR@
 
68
AS = @AS@
68
69
AUTOCONF = @AUTOCONF@
69
70
AUTOHEADER = @AUTOHEADER@
70
71
AUTOMAKE = @AUTOMAKE@
85
86
DEFS = @DEFS@
86
87
DEPDIR = @DEPDIR@
87
88
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
89
DLLTOOL = @DLLTOOL@
88
90
DOC_USER_FORMATS = @DOC_USER_FORMATS@
89
91
DSYMUTIL = @DSYMUTIL@
90
92
ECHO = @ECHO@
91
93
ECHO_C = @ECHO_C@
92
94
ECHO_N = @ECHO_N@
93
95
ECHO_T = @ECHO_T@
 
96
EGG_CFLAGS = @EGG_CFLAGS@
 
97
EGG_LIBS = @EGG_LIBS@
94
98
EGREP = @EGREP@
95
99
ENABLE_SK_FALSE = @ENABLE_SK_FALSE@
96
100
ENABLE_SK_TRUE = @ENABLE_SK_TRUE@
98
102
F77 = @F77@
99
103
FFLAGS = @FFLAGS@
100
104
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
105
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
101
106
GLOM_CFLAGS = @GLOM_CFLAGS@
102
107
GLOM_ENABLE_CLIENT_ONLY_FALSE = @GLOM_ENABLE_CLIENT_ONLY_FALSE@
103
108
GLOM_ENABLE_CLIENT_ONLY_TRUE = @GLOM_ENABLE_CLIENT_ONLY_TRUE@
157
162
MSGFMT_OPTS = @MSGFMT_OPTS@
158
163
MSGMERGE = @MSGMERGE@
159
164
NMEDIT = @NMEDIT@
 
165
OBJDUMP = @OBJDUMP@
160
166
OBJEXT = @OBJEXT@
161
167
OMF_DIR = @OMF_DIR@
162
168
PACKAGE = @PACKAGE@
188
194
UPDATE_MIME_DATABASE_TRUE = @UPDATE_MIME_DATABASE_TRUE@
189
195
USE_NLS = @USE_NLS@
190
196
VERSION = @VERSION@
 
197
WIN32_FALSE = @WIN32_FALSE@
 
198
WIN32_TRUE = @WIN32_TRUE@
 
199
WINDRES = @WINDRES@
191
200
XGETTEXT = @XGETTEXT@
192
201
ac_ct_CC = @ac_ct_CC@
193
202
ac_ct_CXX = @ac_ct_CXX@