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

« back to all changes in this revision

Viewing changes to debian/control

  • 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
Source: udisks2
2
2
Section: admin
3
3
Priority: optional
4
 
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
 
XSBC-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
 
4
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
6
5
Uploaders: Michael Biebl <biebl@debian.org>, Martin Pitt <mpitt@debian.org>
7
6
Build-Depends: debhelper (>= 9),
8
7
 pkg-config,
19
18
 gobject-introspection (>= 1.30),
20
19
 libatasmart-dev (>= 0.17),
21
20
 dh-autoreconf
22
 
Standards-Version: 3.9.4
 
21
Standards-Version: 3.9.5
23
22
Vcs-Git: git://git.debian.org/git/pkg-utopia/udisks2.git
24
23
Vcs-Browser: http://git.debian.org/?p=pkg-utopia/udisks2.git;a=summary
25
24
Homepage: http://www.freedesktop.org/wiki/Software/udisks
28
27
Package: udisks2
29
28
Architecture: any
30
29
Multi-Arch: foreign
31
 
Depends: ${shlibs:Depends}, ${misc:Depends}, udev, dbus
 
30
Depends: ${shlibs:Depends}, ${misc:Depends}, udev, dbus, parted
32
31
Pre-Depends: ${misc:Pre-Depends}
33
 
Recommends: policykit-1, dosfstools, ntfs-3g, eject
 
32
Recommends: policykit-1, dosfstools, ntfs-3g, eject, gdisk
34
33
Suggests: xfsprogs, reiserfsprogs, exfat-utils, btrfs-tools, mdadm, cryptsetup-bin
35
34
Description: D-BUS service to access and manipulate storage devices
36
35
 The udisks daemon serves as an interface to system block devices,
64
63
Architecture: any
65
64
Multi-Arch: same
66
65
Pre-Depends: ${misc:Pre-Depends}
67
 
Depends: ${shlibs:Depends},
68
 
 ${misc:Depends}
 
66
Depends: ${shlibs:Depends}, ${misc:Depends}
69
67
Description: GObject based library to access udisks2
70
68
 The udisks daemon serves as an interface to system block devices,
71
69
 implemented via D-Bus. It handles operations such as querying, mounting,