~ubuntu-branches/ubuntu/maverick/gvfs/maverick-proposed

« back to all changes in this revision

Viewing changes to monitor/proxy/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-02-23 13:00:18 UTC
  • mfrom: (1.1.54 upstream)
  • Revision ID: james.westby@ubuntu.com-20100223130018-m3txkn095qz6z0w9
Tags: 1.5.4-0ubuntu1
* New upstream release:
  - gphoto2: Better support for devices that are read-only + delete
  - gdu: Various fixes and preparation for LVM
  - ftp: fix asserts
  - sftp: remember to save password if username changed (LP: #365662)
  - gio module: don't call g_file_find_enclosing_mount_async callback
    directly
  - gvfs-monitor: Track moves if available
  - Translation updates
* debian/control.in: Bump gdu and glib build dependency, according to
  configure.ac.
* debian/rules: Explicitly set D-Bus service dir configuration option, to
  work around regression in upstream configure.ac (now fixed in trunk).

Show diffs side-by-side

added added

removed removed

Lines of Context:
192
192
GPHOTO2_LIBS = @GPHOTO2_LIBS@
193
193
GREP = @GREP@
194
194
GTKDOC_CHECK = @GTKDOC_CHECK@
195
 
GTKDOC_MKPDF = @GTKDOC_MKPDF@
196
 
GTKDOC_REBASE = @GTKDOC_REBASE@
197
195
GUDEV_CFLAGS = @GUDEV_CFLAGS@
198
196
GUDEV_LIBS = @GUDEV_LIBS@
199
197
HAL_CFLAGS = @HAL_CFLAGS@
244
242
PACKAGE_NAME = @PACKAGE_NAME@
245
243
PACKAGE_STRING = @PACKAGE_STRING@
246
244
PACKAGE_TARNAME = @PACKAGE_TARNAME@
247
 
PACKAGE_URL = @PACKAGE_URL@
248
245
PACKAGE_VERSION = @PACKAGE_VERSION@
249
246
PATH_SEPARATOR = @PATH_SEPARATOR@
250
247
PKG_CONFIG = @PKG_CONFIG@