diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-07-23 02:16:36 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-07-23 23:20:17 +0200 |
commit | 845068ed5b3b46d4ad2861ea19822204a4f6825f (patch) | |
tree | 3661f0354b7487024b03044ccb8a745d933dd75f /ubuntu/maverick/applications/kpowersave | |
parent | 10959fe3cf5d45a82ff0ef52305f30aa145a75f1 (diff) | |
download | tde-packaging-845068ed5b3b46d4ad2861ea19822204a4f6825f.tar.gz tde-packaging-845068ed5b3b46d4ad2861ea19822204a4f6825f.zip |
Superseded former way of managing patches for kpowersave on Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/applications/kpowersave')
-rw-r--r-- | ubuntu/maverick/applications/kpowersave/debian/control | 2 | ||||
-rwxr-xr-x | ubuntu/maverick/applications/kpowersave/debian/rules | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/maverick/applications/kpowersave/debian/control b/ubuntu/maverick/applications/kpowersave/debian/control index dbe08b9d3..bd8b98e95 100644 --- a/ubuntu/maverick/applications/kpowersave/debian/control +++ b/ubuntu/maverick/applications/kpowersave/debian/control @@ -3,7 +3,7 @@ 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, automake, autoconf, libtool, libltdl-dev +Build-Depends: cdbs, debhelper (>= 5.0.0), quilt, 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/ diff --git a/ubuntu/maverick/applications/kpowersave/debian/rules b/ubuntu/maverick/applications/kpowersave/debian/rules index 2c4fb87d0..a02e93aaa 100755 --- a/ubuntu/maverick/applications/kpowersave/debian/rules +++ b/ubuntu/maverick/applications/kpowersave/debian/rules @@ -2,7 +2,7 @@ include debian/cdbs/kde.mk include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/rules/simple-patchsys.mk +#include /usr/share/cdbs/1/rules/simple-patchsys.mk DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/kde DEB_CONFIGURE_MANDIR := /opt/trinity/share/man |