~ubuntu-branches/ubuntu/precise/gnome-do/precise-backports

« back to all changes in this revision

Viewing changes to data/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers, Christopher James Halse Rogers, Iain Lane
  • Date: 2009-02-04 15:30:25 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090204153025-dhb2pm7dgbtmoib6
Tags: 0.8.0-1~ubuntu1
[ Christopher James Halse Rogers ]
* New upstream release.  (LP: #323048)
  + Fixes text input problems (LP: #288517)
  + No longer grabs plugins from internet repositories (LP: #294808)
  + Preferences dialog is resizable (LP: #305419)
* Build against gtk, gnome mono packages from Experimental. (Closes: #510836)
* debian/control:
  + Bump versioned dep on libgtk2.0-cil to ensure
    Gdk.Screen.IsComposited exists (Closes: #510973)
  + Add libwnck2.20-cil build-dep
  + gnome-sharp2 transition.
* debian/patches/04_fix_locale_dir
* debian/patches/05_fix_localised_theme_setting
* debian/patches/06_expand_homedir_in_open
  + Drop; fixed in new upstream  
* debian/patches/02_use_cli_for_wrapper
  + Update for new upstream
  + Add dpatch comments
* debian/gnome-do.1
  + Fix broken formatting (LP: #291654).  Thank you to Frédéric Grosshans
    for spotting it, and the patch.
  + Update for new version.

[ Iain Lane ]
* Tag pkg-cli-apps SVN revision into Jaunty, to get in before Feature
  Freeze. Should be a sync after the next Debian upload.

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
NOTIFY_SHARP_LIBS = @NOTIFY_SHARP_LIBS@
185
185
NUNIT_CFLAGS = @NUNIT_CFLAGS@
186
186
NUNIT_LIBS = @NUNIT_LIBS@
 
187
OBJDUMP = @OBJDUMP@
187
188
OBJEXT = @OBJEXT@
188
189
OTOOL = @OTOOL@
189
190
OTOOL64 = @OTOOL64@
207
208
USE_NLS = @USE_NLS@
208
209
VERSION = @VERSION@
209
210
VERSION_INFO = @VERSION_INFO@
 
211
WNCK_SHARP_10_CFLAGS = @WNCK_SHARP_10_CFLAGS@
 
212
WNCK_SHARP_10_LIBS = @WNCK_SHARP_10_LIBS@
210
213
XGETTEXT = @XGETTEXT@
211
214
abs_builddir = @abs_builddir@
212
215
abs_srcdir = @abs_srcdir@