diff options
Diffstat (limited to 'debian/squeeze/tdelibs')
-rw-r--r-- | debian/squeeze/tdelibs/debian/cdbs/kde.mk | 2 | ||||
-rw-r--r-- | debian/squeeze/tdelibs/debian/man/lnusertemp-trinity.sgml | 4 | ||||
-rwxr-xr-x | debian/squeeze/tdelibs/debian/rules | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/debian/squeeze/tdelibs/debian/cdbs/kde.mk b/debian/squeeze/tdelibs/debian/cdbs/kde.mk index 5b6508f8c..7842ef980 100644 --- a/debian/squeeze/tdelibs/debian/cdbs/kde.mk +++ b/debian/squeeze/tdelibs/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/squeeze/tdelibs/debian/man/lnusertemp-trinity.sgml b/debian/squeeze/tdelibs/debian/man/lnusertemp-trinity.sgml index 1ab3ff715..2332768a6 100644 --- a/debian/squeeze/tdelibs/debian/man/lnusertemp-trinity.sgml +++ b/debian/squeeze/tdelibs/debian/man/lnusertemp-trinity.sgml @@ -93,8 +93,8 @@ manpage.1: manpage.sgml <para><command>&dhpackage;</command> will create the first two resources in directories under <filename>/tmp</filename> (or - <envar>KDETMP</envar> if defined in the environment) and will use - <filename>/var/tmp</filename> (or <envar>KDEVARTMP</envar> if + <envar>TDETMP</envar> if defined in the environment) and will use + <filename>/var/tmp</filename> (or <envar>TDEVARTMP</envar> if defined in the environment) for the <emphasis>cache</emphasis> resource (in order to survive system reboots). The temporary directories created for resources are usually of the form diff --git a/debian/squeeze/tdelibs/debian/rules b/debian/squeeze/tdelibs/debian/rules index 24b56bf2a..2e2bdf3ee 100755 --- a/debian/squeeze/tdelibs/debian/rules +++ b/debian/squeeze/tdelibs/debian/rules @@ -20,7 +20,7 @@ DEB_KDE_APIDOX := yes version=Debian Package $(DEB_VERSION) DEB_OPT_FLAG += -DDEBIAN_VERSION=$(DEB_VERSION) -DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/kde" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" -DWITH_GCC_VISIBILITY="ON" \ +DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/tde" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" -DWITH_GCC_VISIBILITY="ON" \ -DWITH_LIBART="ON" -DWITH_LIBIDN="ON" -DWITH_TIFF="ON" -DWITH_JASPER="ON" -DWITH_OPENEXR="ON" -DWITH_AVAHI="ON" -DWITH_ASPELL="ON" -DWITH_HSPELL="ON" -DWITH_ELFICON="ON" # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to |