diff options
Diffstat (limited to 'ubuntu/maverick_automake/kdeaddons/debian/rules')
-rwxr-xr-x | ubuntu/maverick_automake/kdeaddons/debian/rules | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/ubuntu/maverick_automake/kdeaddons/debian/rules b/ubuntu/maverick_automake/kdeaddons/debian/rules deleted file mode 100755 index 7420cf4b9..000000000 --- a/ubuntu/maverick_automake/kdeaddons/debian/rules +++ /dev/null @@ -1,43 +0,0 @@ -#!/usr/bin/make -f - -include /usr/share/cdbs/1/rules/debhelper.mk -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/kde3/include/tde -DEB_CONFIGURE_MANDIR := /opt/kde3/share/man -DEB_CONFIGURE_PREFIX := /opt/kde3 -DEB_CONFIGURE_INFODIR := /opt/kde3/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 := --without-xmms --prefix=/opt/kde3 --with-extra-libs=/opt/kde3/lib --mandir=/opt/kde3/share/man - -DEB_DH_STRIP_ARGS := --dbg-package=kdeaddons-kde3-dbg - -DOC_HTML_PRUNE := konq-plugins-kde3/smbmounter - -binary-install/konq-plugins-kde3:: - mkdir -p debian/konq-plugins-kde3/opt/kde3/share/ -# mv -f debian/konq-plugins-kde3/opt/kde3/share/man debian/konq-plugins-kde3/opt/kde3/share/ -# rm -rf debian/konq-plugins-kde3/opt/kde3/share/man -# mv -f debian/konq-plugins-kde3/opt/kde3/share/man/py/man1/exif.1 \ -# debian/konq-plugins-kde3/opt/kde3/share/man/man1/exif.py.1; \ -# mv -f debian/konq-plugins-kde3/opt/kde3/share/man/py/man1/orient.1 \ -# debian/konq-plugins-kde3/opt/kde3/share/man/man1/orient.py.1; \ -# rm -rf debian/konq-plugins-kde3/opt/kde3/share/man/py; - -binary-install/kdeaddons-tdefile-plugins-kde3:: - install -p -D -m644 renamedlgplugins/README \ - debian/kdeaddons-tdefile-plugins-kde3/opt/kde3/share/doc/kdeaddons-tdefile-plugins/README.renamedlgplugins - -binary-install/knewsticker-scripts-kde3:: - chmod 755 debian/knewsticker-scripts-kde3/opt/kde3/share/apps/knewsticker/scripts/*.pl - chmod 755 debian/knewsticker-scripts-kde3/opt/kde3/share/apps/knewsticker/scripts/*.py - -binary-install/kate-plugins-kde3:: - chmod 755 debian/kate-plugins-kde3/opt/kde3/share/apps/kate/scripts/html-tidy.sh - -install/konq-plugins-kde3:: - rm -f debian/tmp/opt/kde3/share/apps/konqueror/servicemenus/media_realfolder.desktop |