diff options
Diffstat (limited to 'ubuntu/precise/applications/tdepowersave')
-rw-r--r-- | ubuntu/precise/applications/tdepowersave/debian/cdbs/debian-qt-kde.mk | 2 | ||||
-rw-r--r-- | ubuntu/precise/applications/tdepowersave/debian/control | 2 | ||||
-rw-r--r-- | ubuntu/precise/applications/tdepowersave/debian/patches/series (renamed from ubuntu/precise/applications/tdepowersave/debian/patches/.gitignore) | 0 | ||||
-rwxr-xr-x | ubuntu/precise/applications/tdepowersave/debian/rules | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/ubuntu/precise/applications/tdepowersave/debian/cdbs/debian-qt-kde.mk b/ubuntu/precise/applications/tdepowersave/debian/cdbs/debian-qt-kde.mk index 311dc059d..c807eed8c 100644 --- a/ubuntu/precise/applications/tdepowersave/debian/cdbs/debian-qt-kde.mk +++ b/ubuntu/precise/applications/tdepowersave/debian/cdbs/debian-qt-kde.mk @@ -18,7 +18,9 @@ debian/stamp-cvs-make: include debian/cdbs/kde.mk$(_cdbs_makefile_suffix) include debian/cdbs/uploaders.mk +ifndef _cdbs_rules_patchsys_quilt DEB_PATCHDIRS := debian/patches/common debian/patches +endif DEB_KDE_ENABLE_FINAL := yes DEB_INSTALL_DOCS_ALL := diff --git a/ubuntu/precise/applications/tdepowersave/debian/control b/ubuntu/precise/applications/tdepowersave/debian/control index de60dd3ae..ca4a5def2 100644 --- a/ubuntu/precise/applications/tdepowersave/debian/control +++ b/ubuntu/precise/applications/tdepowersave/debian/control @@ -3,7 +3,7 @@ Section: tde Priority: optional Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> XSBC-Original-Maintainer: Michael Biebl <biebl@debian.org> -Build-Depends: cdbs, debhelper (>= 5.0.0), tdelibs14-trinity-dev, libxss-dev, libxtst-dev, libdbus-1-dev (>= 0.6), libdbus-tqt-1-dev, automake, autoconf, libtool, libltdl-dev +Build-Depends: cdbs, debhelper (>= 5.0.0), quilt, tdelibs14-trinity-dev, libxss-dev, libxtst-dev, 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/precise/applications/tdepowersave/debian/patches/.gitignore b/ubuntu/precise/applications/tdepowersave/debian/patches/series index e69de29bb..e69de29bb 100644 --- a/ubuntu/precise/applications/tdepowersave/debian/patches/.gitignore +++ b/ubuntu/precise/applications/tdepowersave/debian/patches/series diff --git a/ubuntu/precise/applications/tdepowersave/debian/rules b/ubuntu/precise/applications/tdepowersave/debian/rules index 485481ef7..f74a76605 100755 --- a/ubuntu/precise/applications/tdepowersave/debian/rules +++ b/ubuntu/precise/applications/tdepowersave/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/patchsys-quilt.mk DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde DEB_CONFIGURE_MANDIR := /opt/trinity/share/man |