diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-07 13:25:53 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-07 13:25:53 -0600 |
commit | 784405e8180ea3d82b9c983dc6980b395a10099b (patch) | |
tree | e2814c3397205246d9a29033088623f53565bef3 /debian/lenny/applications/ktorrent | |
parent | f85e858c12e3b3b90e10a6f990c8688c1cb810ed (diff) | |
download | tde-packaging-784405e8180ea3d82b9c983dc6980b395a10099b.tar.gz tde-packaging-784405e8180ea3d82b9c983dc6980b395a10099b.zip |
Update Debian and Ubuntu packaging files for new TDE include directory name
Diffstat (limited to 'debian/lenny/applications/ktorrent')
-rw-r--r-- | debian/lenny/applications/ktorrent/debian/cdbs/kde.mk | 2 | ||||
-rwxr-xr-x | debian/lenny/applications/ktorrent/debian/rules | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/lenny/applications/ktorrent/debian/cdbs/kde.mk b/debian/lenny/applications/ktorrent/debian/cdbs/kde.mk index 5b6508f8c..7842ef980 100644 --- a/debian/lenny/applications/ktorrent/debian/cdbs/kde.mk +++ b/debian/lenny/applications/ktorrent/debian/cdbs/kde.mk @@ -59,7 +59,7 @@ endif cdbs_configure_flags += --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) DEB_AC_AUX_DIR = $(DEB_SRCDIR)/admin -DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/include/kde" +DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/include/tde" DEB_COMPRESS_EXCLUDE = .dcl .docbook -license .tag .sty .el $(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%: diff --git a/debian/lenny/applications/ktorrent/debian/rules b/debian/lenny/applications/ktorrent/debian/rules index 46a8b920a..5590816c2 100755 --- a/debian/lenny/applications/ktorrent/debian/rules +++ b/debian/lenny/applications/ktorrent/debian/rules @@ -4,7 +4,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include debian/cdbs/debian-qt-kde.mk -DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/kde +DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde DEB_CONFIGURE_MANDIR := /opt/trinity/share/man DEB_CONFIGURE_PREFIX := /opt/trinity DEB_CONFIGURE_INFODIR := /opt/trinity/share/info @@ -13,7 +13,7 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_INSTALL_MANPAGES_ktorrent = ktorrent.1 -DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/kde +DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde build/ktorrent-trinity:: docbook2x-man debian/ktorrent.1.docbook |