~ubuntu-branches/ubuntu/natty/udisks/natty-updates

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt, Michael Biebl, Martin Pitt
  • Date: 2010-12-02 14:25:46 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20101202142546-ktjm0fjf36bpxsdw
Tags: 1.0.2-1
[ Michael Biebl ]
* Move from cdbs to dh
  - Drop Build-Depends on cdbs.
  - Bump Build-Depends on debhelper to (>= 7.0.50~) for override targets.
  - Convert debian/rules to use dh.
  - Add debian/udisks.docs.

[ Martin Pitt ]
* New upstream release.
* Drop 00git-fix-luks-forced-removal.patch, upstream now.
* Update 02-defer_smart_probing.patch for new upstream version.
* debian/control: Bump libpolkit dependencies, as per new upstream
  configure.
* 10-ide-cd-support.patch: Add explicit linking to libudev, as this patch
  introduces udev_* calls. Fixes linking with gcc 4.5.
* debian/rules: Use dpkg-vendor instead of lsb_release. Drop lsb-release
  build dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
AC_SUBST(DBUS_GLIB_CFLAGS)
152
152
AC_SUBST(DBUS_GLIB_LIBS)
153
153
 
154
 
PKG_CHECK_MODULES(POLKIT_GOBJECT_1, [polkit-gobject-1 >= 0.92])
 
154
PKG_CHECK_MODULES(POLKIT_GOBJECT_1, [polkit-gobject-1 >= 0.97])
155
155
AC_SUBST(POLKIT_GOBJECT_1_CFLAGS)
156
156
AC_SUBST(POLKIT_GOBJECT_1_LIBS)
157
157
 
158
 
PKG_CHECK_MODULES(POLKIT_BACKEND_1, [polkit-backend-1 >= 0.92])
 
158
PKG_CHECK_MODULES(POLKIT_BACKEND_1, [polkit-backend-1 >= 0.97])
159
159
AC_SUBST(POLKIT_BACKEND_1_CFLAGS)
160
160
AC_SUBST(POLKIT_BACKEND_1_LIBS)
161
161