~ubuntu-branches/debian/squeeze/devicekit-disks/squeeze

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl, Martin Pitt, Michael Biebl
  • Date: 2009-11-05 14:26:06 UTC
  • mfrom: (1.2.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20091105142606-gv7df6uk7s7voro1
Tags: 009-1
[ Martin Pitt ]
* New upstream release.
* 08-dont-probe-dm-devices.patch: Update for new release.
* Drop 07-media-player-icon.patch as well, it was included upstream in 008.
* debian/devicekit-disks.postinst: Update udev after installation to pick up
  (changes of) our udev rules. (Closes: #548758)
* debian/control: Add missing udev dependency.
* debian/control: Add dependencies to various file system tools which DK-D
  uses to implement its functionality:
  - Recommends: dosfstools, mtools, ntfs-3g (the more popular ones)
  - Suggests: xfsprogs, reiserfsprogs, mdadm, cryptsetup
* Add 00git-lv-nopolicy.patch: Fix LVM LVs to have NOPOLICY=1 again.
  (Accepted into upstream trunk.)

[ Michael Biebl ]
* debian/patches/08-dont-probe-dm-devices.patch
  - Skip probing dm devices (using devkit-disks-part-id) for which DM_HIDE
    is set. (Closes: #545032)
  - Instead of checking for DKD_DM_STATE, test if DM_NAME is setup.
* Add debian/README.source which refers to the quilt documentation.
* debian/control: Add Recommends on ntfsprogs for proper NTFS support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl Process this file with autoconf to produce a configure script.
2
2
 
3
3
AC_PREREQ(2.59c)
4
 
AC_INIT(DeviceKit-disks, 008, david@fubar.dk)
5
 
AM_INIT_AUTOMAKE(DeviceKit-disks, 008)
 
4
AC_INIT(DeviceKit-disks, 009, david@fubar.dk)
 
5
AM_INIT_AUTOMAKE(DeviceKit-disks, 009)
6
6
AM_CONFIG_HEADER(config.h)
7
7
AM_MAINTAINER_MODE
8
8
 
136
136
AC_SUBST(DBUS_CFLAGS)
137
137
AC_SUBST(DBUS_LIBS)
138
138
 
139
 
PKG_CHECK_MODULES(DBUS_GLIB, [dbus-glib-1 >= 0.74])
 
139
PKG_CHECK_MODULES(DBUS_GLIB, [dbus-glib-1 >= 0.82])
140
140
AC_SUBST(DBUS_GLIB_CFLAGS)
141
141
AC_SUBST(DBUS_GLIB_LIBS)
142
142