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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
Source: upower
Section: admin
Priority: optional
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Uploaders: Michael Biebl <biebl@debian.org>, Martin Pitt <mpitt@debian.org>
Build-Depends: debhelper (>= 7),
 cdbs,
 autotools-dev,
 quilt,
 pkg-config,
 xsltproc,
 gtk-doc-tools,
 intltool (>= 0.40.0),
 libdbus-glib-1-dev (>= 0.76),
 libdbus-1-dev (>= 1.0),
 libglib2.0-dev (>= 2.16.1),
 libgudev-1.0-dev [!kfreebsd-amd64 !kfreebsd-i386],
 libkvm-dev [kfreebsd-amd64 kfreebsd-i386],
 libpolkit-gobject-1-dev (>= 0.91),
 libusb-dev
Standards-Version: 3.8.4
Vcs-Git: git://git.debian.org/git/pkg-utopia/upower.git
Vcs-Browser: http://git.debian.org/?p=pkg-utopia/upower.git;a=summary
Homepage: http://hal.freedesktop.org/docs/DeviceKit-power

Package: upower
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, udev [linux-any], dbus
Recommends: pm-utils, policykit-1
Conflicts: devicekit-power
Replaces: devicekit-power
Description: abstraction for power management
 upower provides an interface to enumerate power sources on the system
 and control system-wide power management. Any application can access the
 org.freedesktop.UPower service on the system message bus. Some
 operations (such as suspending the system) are restricted using PolicyKit.

Package: upower-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Conflicts: devicekit-power-doc (<< 1:0)
Replaces: devicekit-power-doc (<< 1:0)
Suggests: devhelp
Description: abstraction for power management - documentation
 upower provides an interface to enumerate power sources on the system
 and control system-wide power management. Any application can access the
 org.freedesktop.UPower service on the system message bus. Some
 operations (such as suspending the system) are restricted using PolicyKit.

Package: libupower-glib1
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: abstraction for power management - shared library
 upower provides an interface to enumerate power sources on the system
 and control system-wide power management. Any application can access the
 org.freedesktop.UPower service on the system message bus. Some
 operations (such as suspending the system) are restricted using PolicyKit.
 .
 This package contains the shared library to be used by applications.

Package: libupower-glib-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends}, libglib2.0-dev, libupower-glib1 (= ${binary:Version})
Description: abstraction for power management - development files
 upower provides an interface to enumerate power sources on the system
 and control system-wide power management. Any application can access the
 org.freedesktop.UPower service on the system message bus. Some
 operations (such as suspending the system) are restricted using PolicyKit.
 .
 This package contains files that are needed to build applications.

Package: devicekit-power-doc
Architecture: all
Section: oldlibs
Depends: upower-doc
Description: transitional package to upower-doc
 This is a transitional package to faciliate the upgrade to the new name
 upower-doc. It can be safely removed after the upgrade.

Package: libdevkit-power-gobject1
Architecture: any
Section: oldlibs
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: devicekit-power
Description: abstraction for power management - shared library (old ABI)
 upower provides an interface to enumerate power sources on the system
 and control system-wide power management. Any application can access the
 org.freedesktop.UPower service on the system message bus. Some
 operations (such as suspending the system) are restricted using PolicyKit.
 .
 This package contains an old version of the shared library to be used by
 applications. It provides the same ABI as the old DeviceKit-power library, but
 works with upower.

Package: libdevkit-power-gobject-dev
Architecture: any
Section: oldlibs
Depends: ${shlibs:Depends}, ${misc:Depends}, libglib2.0-dev, libdevkit-power-gobject1 (= ${binary:Version})
Description: abstraction for power management - development files (old API)
 upower provides an interface to enumerate power sources on the system
 and control system-wide power management. Any application can access the
 org.freedesktop.UPower service on the system message bus. Some
 operations (such as suspending the system) are restricted using PolicyKit.
 .
 This package contains development files for the  old version of the shared
 library. It provides the same API as the old DeviceKit-power library, but
 works with upower.