diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2014-03-09 03:26:50 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-03-09 03:26:50 +0100 |
commit | 4538fd673d9de4a9764f7ce96e35dc9d4e4977cf (patch) | |
tree | b47d494ac058f89a207b3c8219560bea557d5780 /ubuntu/maverick_automake/applications/kio-locate/debian/rules | |
parent | 5fff8c470474773fad5bd31decf0aa25a5c4f59b (diff) | |
download | tde-packaging-4538fd673d9de4a9764f7ce96e35dc9d4e4977cf.tar.gz tde-packaging-4538fd673d9de4a9764f7ce96e35dc9d4e4977cf.zip |
Housekeeping in Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick_automake/applications/kio-locate/debian/rules')
-rwxr-xr-x | ubuntu/maverick_automake/applications/kio-locate/debian/rules | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/ubuntu/maverick_automake/applications/kio-locate/debian/rules b/ubuntu/maverick_automake/applications/kio-locate/debian/rules deleted file mode 100755 index feca774bb..000000000 --- a/ubuntu/maverick_automake/applications/kio-locate/debian/rules +++ /dev/null @@ -1,37 +0,0 @@ -#!/usr/bin/make -f - -include /usr/share/cdbs/1/rules/debhelper.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_COMPRESS_EXCLUDE=.docbook -DEB_SCONS_PREFIX=/opt/kde3 - -CONFIG_STATUS=$(DEB_BUILDDIR)/config.status -SCONS_CMD=/usr/bin/scons - -common-configure-arch common-configure-indep:: common-configure-impl -common-configure-impl:: $(CONFIG_STATUS) -$(CONFIG_STATUS): - env PATH=/opt/kde3/bin:$(PATH) $(SCONS_CMD) configure prefix=$(DEB_DESTDIR)$(DEB_SCONS_PREFIX) - touch $(CONFIG_STATUS) - -common-build-arch common-build-indep:: common-build-impl -common-build-impl:: - env PATH=/opt/kde3/bin:$(PATH) $(SCONS_CMD) - rm -f doc/en/index.cache.bz2 - -common-install-arch common-install-indep:: common-install-impl -common-install-impl:: - env PATH=/opt/kde3/bin:$(PATH) $(SCONS_CMD) install - -clean:: - rm -rf build cache scons-mini - rm -f admin/*.pyc $(CONFIG_STATUS) - -DEB_INSTALL_DOCS_kio-locate-kde3 := -XREADME -XNEWS -XTODO -XAUTHORS |