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

« back to all changes in this revision

Viewing changes to m4/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:
162
162
NOTIFY_SHARP_LIBS = @NOTIFY_SHARP_LIBS@
163
163
NUNIT_CFLAGS = @NUNIT_CFLAGS@
164
164
NUNIT_LIBS = @NUNIT_LIBS@
 
165
OBJDUMP = @OBJDUMP@
165
166
OBJEXT = @OBJEXT@
166
167
OTOOL = @OTOOL@
167
168
OTOOL64 = @OTOOL64@
185
186
USE_NLS = @USE_NLS@
186
187
VERSION = @VERSION@
187
188
VERSION_INFO = @VERSION_INFO@
 
189
WNCK_SHARP_10_CFLAGS = @WNCK_SHARP_10_CFLAGS@
 
190
WNCK_SHARP_10_LIBS = @WNCK_SHARP_10_LIBS@
188
191
XGETTEXT = @XGETTEXT@
189
192
abs_builddir = @abs_builddir@
190
193
abs_srcdir = @abs_srcdir@