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

« back to all changes in this revision

Viewing changes to libdo/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:
193
193
NOTIFY_SHARP_LIBS = @NOTIFY_SHARP_LIBS@
194
194
NUNIT_CFLAGS = @NUNIT_CFLAGS@
195
195
NUNIT_LIBS = @NUNIT_LIBS@
 
196
OBJDUMP = @OBJDUMP@
196
197
OBJEXT = @OBJEXT@
197
198
OTOOL = @OTOOL@
198
199
OTOOL64 = @OTOOL64@
216
217
USE_NLS = @USE_NLS@
217
218
VERSION = @VERSION@
218
219
VERSION_INFO = @VERSION_INFO@
 
220
WNCK_SHARP_10_CFLAGS = @WNCK_SHARP_10_CFLAGS@
 
221
WNCK_SHARP_10_LIBS = @WNCK_SHARP_10_LIBS@
219
222
XGETTEXT = @XGETTEXT@
220
223
abs_builddir = @abs_builddir@
221
224
abs_srcdir = @abs_srcdir@