~ubuntu-branches/ubuntu/gutsy/gnome-games/gutsy

« back to all changes in this revision

Viewing changes to gnobots2/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Aron Sisak
  • Date: 2007-08-28 11:17:57 UTC
  • mfrom: (1.1.35)
  • Revision ID: package-import@ubuntu.com-20070828111757-p1o9q24u57fbgkuq
Tags: 1:2.19.91-0ubuntu1
* New upstream release:
  - Sudoku:
    - Fix a crash when solving a sudoku, caused by a type mismatch (#470523).
  - Aisleriot:
    - Fix translation of "Autoplay" in Napoleons Tomb (#469363).
  - Gnometris:
    - Remove gaussian blur in background image to improve rendering performance.
  - Mahjongg:
    - Fix workaround for bug #353964. (LP: #94851)
* debian/patches/99_autoconf.patch:
  - Update via automagic

Show diffs side-by-side

added added

removed removed

Lines of Context:
185
185
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
186
186
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
187
187
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
188
INTLTOOL_ICONV = @INTLTOOL_ICONV@
188
189
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
189
190
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
190
191
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
192
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
 
193
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
191
194
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
192
195
INTLTOOL_PERL = @INTLTOOL_PERL@
193
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
194
196
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
195
197
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
196
198
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
202
204
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
203
205
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
204
206
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
207
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
205
208
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
206
209
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
207
210
LDADD = @LDADD@
226
229
MAEMO_LIBS = @MAEMO_LIBS@
227
230
MAKEINFO = @MAKEINFO@
228
231
MKDIR_P = @MKDIR_P@
229
 
MKINSTALLDIRS = @MKINSTALLDIRS@
230
232
MSGFMT = @MSGFMT@
231
233
MSGFMT_OPTS = @MSGFMT_OPTS@
232
234
OBJDUMP = @OBJDUMP@