--- devicekit-power-007.orig/debian/control +++ devicekit-power-007/debian/control @@ -0,0 +1,66 @@ +Source: devicekit-power +Section: admin +Priority: optional +Maintainer: Utopia Maintenance Team +Uploaders: Michael Biebl +Build-Depends: debhelper (>= 7), + cdbs, + autotools-dev, + 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), + libdevkit-gobject-dev (>= 002), + libpolkit-dbus-dev (>= 0.7), + libusb-dev +Standards-Version: 3.8.1 +Vcs-Git: git://git.debian.org/git/pkg-utopia/devicekit-power.git +Vcs-Browser: http://git.debian.org/?p=pkg-utopia/devicekit-power.git;a=summary +Homepage: http://hal.freedesktop.org/docs/DeviceKit-power + +Package: devicekit-power +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, devicekit +Description: abstraction for power management + DeviceKit-power provides an interface to enumerate power sources on the system + and control system-wide power management. Any application can access the + org.freedesktop.DeviceKit.Power service on the system message bus. Some + operations (such as suspending the system) are restricted using PolicyKit. + +Package: devicekit-power-doc +Architecture: all +Section: doc +Depends: ${misc:Depends} +Suggests: devhelp +Description: abstraction for power management - documentation + DeviceKit-power provides an interface to enumerate power sources on the system + and control system-wide power management. Any application can access the + org.freedesktop.DeviceKit.Power service on the system message bus. Some + operations (such as suspending the system) are restricted using PolicyKit. + +Package: libdevkit-power-gobject1 +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: abstraction for power management - shared library + DeviceKit-power provides an interface to enumerate power sources on the system + and control system-wide power management. Any application can access the + org.freedesktop.DeviceKit.Power 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: libdevkit-power-gobject-dev +Architecture: any +Section: libdevel +Depends: ${shlibs:Depends}, ${misc:Depends}, libglib2.0-dev +Description: abstraction for power management - development files + DeviceKit-power provides an interface to enumerate power sources on the system + and control system-wide power management. Any application can access the + org.freedesktop.DeviceKit.Power 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. --- devicekit-power-007.orig/debian/rules +++ devicekit-power-007/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/utils.mk + --- devicekit-power-007.orig/debian/watch +++ devicekit-power-007/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://hal.freedesktop.org/releases/DeviceKit-power-(\d+)\.tar\.gz --- devicekit-power-007.orig/debian/changelog +++ devicekit-power-007/debian/changelog @@ -0,0 +1,5 @@ +devicekit-power (007-1) experimental; urgency=low + + * Initial release. (Closes: #521363) + + -- Michael Biebl Mon, 18 May 2009 08:50:24 +0200 --- devicekit-power-007.orig/debian/devicekit-power.install +++ devicekit-power-007/debian/devicekit-power.install @@ -0,0 +1,7 @@ +debian/tmp/usr/bin/ +debian/tmp/usr/lib/devicekit-power/ +debian/tmp/usr/share/dbus-1/ +debian/tmp/usr/share/PolicyKit/ +debian/tmp/etc/dbus-1/system.d/org.freedesktop.DeviceKit.Power.conf +debian/tmp/etc/udev/rules.d/* lib/udev/rules.d/ +debian/tmp/var/lib/DeviceKit-power/ --- devicekit-power-007.orig/debian/libdevkit-power-gobject1.install +++ devicekit-power-007/debian/libdevkit-power-gobject1.install @@ -0,0 +1 @@ +usr/lib/libdevkit-power-gobject.so.* --- devicekit-power-007.orig/debian/compat +++ devicekit-power-007/debian/compat @@ -0,0 +1 @@ +7 --- devicekit-power-007.orig/debian/libdevkit-power-gobject-dev.install +++ devicekit-power-007/debian/libdevkit-power-gobject-dev.install @@ -0,0 +1,3 @@ +usr/lib/libdevkit-power-gobject.{so,a} +usr/lib/pkgconfig/devkit-power-gobject.pc +usr/include/DeviceKit-power/devkit-power-gobject/ --- devicekit-power-007.orig/debian/devicekit-power.manpages +++ devicekit-power-007/debian/devicekit-power.manpages @@ -0,0 +1,3 @@ +debian/tmp/usr/share/man/man1/devkit-power.1 +debian/tmp/usr/share/man/man8/devkit-power-daemon.8 +debian/tmp/usr/share/man/man7/DeviceKit-power.7 --- devicekit-power-007.orig/debian/copyright +++ devicekit-power-007/debian/copyright @@ -0,0 +1,19 @@ +Files: * +Copyright: 2008 David Zeuthen + 2008 Richard Hughes +License: GPL-2+ + The full text of the GPL is distributed as in + /usr/share/common-licenses/GPL-2 on Debian systems. + +Files: doc/* +Copyright: 2008 David Zeuthen + 2008 Richard Hughes +License: GFDL-1.1+ + Permission is granted to copy, distribute and/or modify this + document under the terms of the GNU Free Documentation + License (GFDL), Version 1.1 or any later version published + by the Free Software Foundation with no Invariant Sections, + no Front-Cover Texts, and no Back-Cover Texts. + . + The full text of the GFDL is distributed as in + /usr/share/common-licenses/GFDL on Debian systems. --- devicekit-power-007.orig/debian/devicekit-power-doc.install +++ devicekit-power-007/debian/devicekit-power-doc.install @@ -0,0 +1 @@ +debian/tmp/usr/share/gtk-doc/html/devkit-power/