diff options
Diffstat (limited to 'ubuntu/maverick/tdevelop/debian/rules')
-rwxr-xr-x | ubuntu/maverick/tdevelop/debian/rules | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ubuntu/maverick/tdevelop/debian/rules b/ubuntu/maverick/tdevelop/debian/rules index 9c61d0589..f5bce32b3 100755 --- a/ubuntu/maverick/tdevelop/debian/rules +++ b/ubuntu/maverick/tdevelop/debian/rules @@ -16,10 +16,10 @@ 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) -PACKAGES_WITH_LIBS := kdevelop-trinity +PACKAGES_WITH_LIBS := tdevelop-trinity DEB_KDE_ENABLE_FINAL := -DEB_INSTALL_DOCS_kdevelop = AUTHORS +DEB_INSTALL_DOCS_tdevelop = AUTHORS DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/tmp DEB_CONFIGURE_EXTRA_FLAGS := \ --disable-debug \ @@ -47,13 +47,13 @@ DEB_CONFIGURE_EXTRA_FLAGS := \ --enable-vba \ --enable-subversion \ --with-pic \ - --with-kdelibsdoxy-dir=/opt/trinity/share/doc/kde/HTML/en/kdelibs-apidocs \ + --with-tdelibsdoxy-dir=/opt/trinity/share/doc/kde/HTML/en/tdelibs-apidocs \ --with-pythondir=/usr \ --with-qtdoc-dir=/usr/share/qt3/doc/html \ --prefix=/opt/trinity \ --with-extra-libs=/opt/trinity/lib -binary-install/kdevelop-trinity:: - mkdir -p debian/kdevelop-trinity/opt/trinity/share/pixmaps - cp debian/kdevelop.xpm debian/kdevelop-trinity/opt/trinity/share/pixmaps +binary-install/tdevelop-trinity:: + mkdir -p debian/tdevelop-trinity/opt/trinity/share/pixmaps + cp debian/tdevelop.xpm debian/tdevelop-trinity/opt/trinity/share/pixmaps |