~psusi/ubuntu/utopic/udisks2/fix-standby

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Martin Pitt, Martin Pitt, Colin Watson, Andreas Henriksson
  • Date: 2014-01-14 10:04:52 UTC
  • mfrom: (14.2.3 sid)
  • Revision ID: package-import@ubuntu.com-20140114100452-hpj6k2wt5gtml2xb
Tags: 2.1.2-1
[ Martin Pitt ]
* New upstream release:
  - Add exfat support (Closes: #720695)
  - Fix crash when waiting for loop device (LP: #1128275)
  - Use dosfstools instead of mtools
  - Add polkit authorization variables for removable media
  - Hide more rescue partitions
* Drop dosfslabel.patch, fixed upstream.
* Add Recommends: gdisk, as we need it for manipulating GPT partition tables
  through sgdisk. (LP: #1080745)
* Bump Standards-Version to 3.9.5. No changes necessary.

[ Colin Watson ]
* Use dh-autoreconf to update libtool macros for new ports.
  (Closes: #732287)

[ Andreas Henriksson ]
* Add parted dependency. (Closes: #720491)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
m4_define([udisks_major_version], [2])
3
3
m4_define([udisks_minor_version], [1])
4
 
m4_define([udisks_micro_version], [1])
 
4
m4_define([udisks_micro_version], [2])
5
5
 
6
6
m4_define([udisks_version], [udisks_major_version.udisks_minor_version.udisks_micro_version])
7
7
 
17
17
AC_SUBST(UDISKS_VERSION)
18
18
 
19
19
AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 no-dist-gzip])
 
20
AC_CONFIG_MACRO_DIR([m4])
20
21
AC_CONFIG_SRCDIR([src])
21
22
AC_CONFIG_HEADERS([config.h])
22
23