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

« back to all changes in this revision

Viewing changes to src/freebsd/up-device-supply.c

  • 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:
42
42
 
43
43
#include "egg-debug.h"
44
44
 
45
 
#include "up-enum.h"
 
45
#include "up-types.h"
46
46
#include "up-device-supply.h"
47
47
 
48
48
#define UP_ACPIDEV                      "/dev/acpi"