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

« back to all changes in this revision

Viewing changes to policy/Makefile.in

  • 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:
174
174
PACKAGE_VERSION = @PACKAGE_VERSION@
175
175
PATH_SEPARATOR = @PATH_SEPARATOR@
176
176
PKG_CONFIG = @PKG_CONFIG@
 
177
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
178
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
177
179
POFILES = @POFILES@
178
180
POLKIT_BACKEND_1_CFLAGS = @POLKIT_BACKEND_1_CFLAGS@
179
181
POLKIT_BACKEND_1_LIBS = @POLKIT_BACKEND_1_LIBS@