diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-07-20 17:41:02 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-07-20 17:41:02 -0500 |
commit | 3c19a9ebc3392847a7bc39d5a3831c9d16baa307 (patch) | |
tree | 52cfa0d17f3eb57a87383d96e2dad215f8c8fcca /ubuntu/maverick/applications/kpowersave/debian/control | |
parent | ecb34e8dd2bad1e72eba5a63e8e2154eabb05e29 (diff) | |
download | tde-packaging-3c19a9ebc3392847a7bc39d5a3831c9d16baa307.tar.gz tde-packaging-3c19a9ebc3392847a7bc39d5a3831c9d16baa307.zip |
Use Autotools to build kpowersave under ubuntu
Diffstat (limited to 'ubuntu/maverick/applications/kpowersave/debian/control')
-rw-r--r-- | ubuntu/maverick/applications/kpowersave/debian/control | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ubuntu/maverick/applications/kpowersave/debian/control b/ubuntu/maverick/applications/kpowersave/debian/control index 430ad6cb1..87738b5f0 100644 --- a/ubuntu/maverick/applications/kpowersave/debian/control +++ b/ubuntu/maverick/applications/kpowersave/debian/control @@ -3,15 +3,16 @@ Section: kde Priority: optional Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> XSBC-Original-Maintainer: Michael Biebl <biebl@debian.org> -Build-Depends: cdbs, debhelper (>= 5.0.0), kdelibs4-trinity-dev, libxss-dev, libxtst-dev, libhal-dev (>= 0.5.6), libdbus-1-dev (>= 0.6), libdbus-tqt-1-dev, libtool, libltdl-dev, cmake +Build-Depends: cdbs, debhelper (>= 5.0.0), kdelibs4-trinity-dev, libxss-dev, libxtst-dev, libhal-dev (>= 0.5.6), libdbus-1-dev (>= 0.6), libdbus-tqt-1-dev, automake, autoconf, libtool, libltdl-dev +Build-Conflicts: autoconf2.13 Standards-Version: 3.8.4 Homepage: http://sourceforge.net/projects/powersave/ Package: kpowersave-trinity Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, hal (>= 0.5.8.1) -Description: HAL based power management applet for Trinity - KPowersave is a TDE systray applet which allows to control the power +Description: HAL based power management applet for KDE3 + KPowersave is a KDE systray applet which allows to control the power management settings and policies of your computer. It relies on HAL to do the heavy lifting. . |