~ubuntu-branches/ubuntu/precise/upower/precise-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt, Martin Pitt, Michael Biebl
  • Date: 2010-03-05 11:07:33 UTC
  • mfrom: (1.1.2 upstream) (1.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100305110733-niidou4n4dp8qimi
Tags: 0.9.1-1
[ Martin Pitt ]
* New upstream release. Compared to our git snapshot, this just fixes the
  BSD backend to compile.
* debian/upower.postinst: Restart the daemon if we stopped it, so that
  clients don't suddenly stop getting signals.
* debian/control: Add udisks Conflicts/Replaces to devicekit-power, and
  an additional Conflicts: to libdevkit-gobject, so that devicekit-power
  gets properly cleaned up on upgrade.
* debian/upower.postinst: Migrate DeviceKit-power history on upgrade.
* Add debian/upower.postrm: Clean up /var/lib/upower on purge.
  (Closes: #571156)

[ Michael Biebl ]
* debian/control
  - Add dependency on dbus.
  - Make udev a linux-only dependency.
  - Add build dependency on libkvm-dev for kfreebsd-*.
  - Don't build depend on libgudev-1.0-dev for kfreebsd-*.
* Install udev rules files conditionally on linux only.
* debian/*.symbols
  - Bump symbol versions from previous git snapshot versions to 0.9.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 libdbus-glib-1-dev (>= 0.76),
15
15
 libdbus-1-dev (>= 1.0),
16
16
 libglib2.0-dev (>= 2.16.1),
17
 
 libgudev-1.0-dev,
 
17
 libgudev-1.0-dev [!kfreebsd-amd64 !kfreebsd-i386],
 
18
 libkvm-dev [kfreebsd-amd64 kfreebsd-i386],
18
19
 libpolkit-gobject-1-dev (>= 0.91),
19
20
 libusb-dev
20
21
Standards-Version: 3.8.4
24
25
 
25
26
Package: upower
26
27
Architecture: any
27
 
Depends: ${shlibs:Depends}, ${misc:Depends}, udev
 
28
Depends: ${shlibs:Depends}, ${misc:Depends}, udev [linux-any], dbus
28
29
Recommends: pm-utils, policykit-1
 
30
Conflicts: devicekit-power
 
31
Replaces: devicekit-power
29
32
Description: abstraction for power management
30
33
 upower provides an interface to enumerate power sources on the system
31
34
 and control system-wide power management. Any application can access the
81
84
Architecture: any
82
85
Section: oldlibs
83
86
Depends: ${shlibs:Depends}, ${misc:Depends}
84
 
Breaks: devicekit-power (<< 011)
 
87
Conflicts: devicekit-power
85
88
Description: abstraction for power management - shared library (old ABI)
86
89
 upower provides an interface to enumerate power sources on the system
87
90
 and control system-wide power management. Any application can access the