diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-11-18 17:25:13 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-11-18 17:28:38 +0100 |
commit | 71a469d933b65f3ef17981f6d31855ef4c1201b3 (patch) | |
tree | c29d65bc29afc589b9d723b0d33c410ef214792e /ubuntu/maverick/kdetoys/debian/rules | |
parent | aeb0d2bd8c5a6020109e9ae868afe8b52a41bff0 (diff) | |
download | tde-packaging-71a469d933b65f3ef17981f6d31855ef4c1201b3.tar.gz tde-packaging-71a469d933b65f3ef17981f6d31855ef4c1201b3.zip |
Fix tdetoys build issues on Debian and Ubuntu
Cdbs files modified to support both automake and cmake
Removed unnecessary files installed into doc
Include files moved to default location
(cherry picked from commit 4cfcb3723c113b840e13e198e33a3a512b55169f)
Diffstat (limited to 'ubuntu/maverick/kdetoys/debian/rules')
-rwxr-xr-x | ubuntu/maverick/kdetoys/debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/maverick/kdetoys/debian/rules b/ubuntu/maverick/kdetoys/debian/rules index f8acbaee6..4edb05ead 100755 --- a/ubuntu/maverick/kdetoys/debian/rules +++ b/ubuntu/maverick/kdetoys/debian/rules @@ -5,14 +5,14 @@ include debian/cdbs/debian-qt-kde.mk #include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk -DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/kde +DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include DEB_CONFIGURE_MANDIR := /opt/trinity/share/man DEB_CONFIGURE_PREFIX := /opt/trinity DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) -DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --includedir="/opt/trinity/include/kde" --mandir="/opt/trinity/share/man" --infodir="/opt/trinity/share/info" +DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --includedir="/opt/trinity/include" --mandir="/opt/trinity/share/man" --infodir="/opt/trinity/share/info" DEB_DH_STRIP_ARGS := --dbg-package=kdetoys-trinity-dbg |