~ubuntu-branches/ubuntu/lucid/devicekit-disks/lucid

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-09-19 16:51:16 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090919165116-qywy5go6o82fkws4
Tags: 007-0ubuntu1
* New upstream release:
  - Bug 23761 – Some leaks
  - Bug 23541 – PartitionTableCreate method times out
  - Bug 22914 – Require password to eject a CD or DVD mounted by the same user
  - Rework ATA SMART handling
  - Also be paranoid about the UUID containing '/' characters
  - Use WindowsStyleCaps for property names
  - Bug 23829 – Undefined value in partutil.c
  - Bug 23828 – Undefined value in umount-devkit.c
  - Bug 23827 – Undefined value
  - Bug 23826 – NULL dereference
  - Bug 23825 – Leak in update_info_mount_state
  - Bug 23824 – Unused variable
  - Bug 23823 – NULL dereference
  - Bug 23764 – Small leak in update_drive_properties_from_sysfs
  - Bug 23762 – Fix typo
  - Bug 23579 – Must allow DBus Properties interface for g-d-u to work
  - Bug 23926 – Error creating partition
* Drop all our patches, all applied upstream.
* debian/control: Drop libsqlite3-dev build dependency, not needed any more.
* debian/control: Bump Standards-Version to 3.8.3 (no changes needed).
* debian/control: Add Breaks to GDU libraries << 2.28, since the D-BUS API
  changed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
205
205
SGUTILS_CFLAGS = @SGUTILS_CFLAGS@
206
206
SGUTILS_LIBS = @SGUTILS_LIBS@
207
207
SHELL = @SHELL@
208
 
SQLITE3_CFLAGS = @SQLITE3_CFLAGS@
209
 
SQLITE3_LIBS = @SQLITE3_LIBS@
210
208
STRIP = @STRIP@
211
209
USE_NLS = @USE_NLS@
212
210
VERSION = @VERSION@
213
211
XGETTEXT = @XGETTEXT@
214
212
XSLTPROC = @XSLTPROC@
215
 
ZLIB_CFLAGS = @ZLIB_CFLAGS@
216
 
ZLIB_LIBS = @ZLIB_LIBS@
217
213
abs_builddir = @abs_builddir@
218
214
abs_srcdir = @abs_srcdir@
219
215
abs_top_builddir = @abs_top_builddir@