diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-06-06 18:02:00 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-06-06 18:02:00 +0200 |
commit | 1943515ff593d0dddd262789c1c8b2cab2905068 (patch) | |
tree | 415795d88e5e40035f6c64d67597d24d36f85cc2 /ubuntu/maverick_automake/applications/filelight/debian/rules | |
parent | 303035d797260032395189bdb52b2ecabdf919a9 (diff) | |
download | tde-packaging-1943515ff593d0dddd262789c1c8b2cab2905068.tar.gz tde-packaging-1943515ff593d0dddd262789c1c8b2cab2905068.zip |
DEB: Remove obsolete and unused trees for automake builds on Ubuntu.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/maverick_automake/applications/filelight/debian/rules')
-rwxr-xr-x | ubuntu/maverick_automake/applications/filelight/debian/rules | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/ubuntu/maverick_automake/applications/filelight/debian/rules b/ubuntu/maverick_automake/applications/filelight/debian/rules deleted file mode 100755 index 0d73ddc4d..000000000 --- a/ubuntu/maverick_automake/applications/filelight/debian/rules +++ /dev/null @@ -1,42 +0,0 @@ -#!/usr/bin/make -f -# debian/rules file - for filelight (1.0) -# Copyright 2007 Raúl Sánchez Siles -# This packaging is licensed under GPLv2 -# see /usr/share/common-licenses/GPL-2 for details. - -include /usr/share/cdbs/1/rules/debhelper.mk -include debian/cdbs/kde.mk -include /usr/share/cdbs/1/rules/patchsys-quilt.mk - -DEB_CONFIGURE_INCLUDEDIR := /opt/kde3/include/kde -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_INSTALL_MANPAGES_filelight := debian/filelight.1 -DEB_DH_ALWAYS_EXCLUDE=.svn - -DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/kde3 --with-extra-libs=/opt/kde3/lib --disable-debug - -post-patches:: debian/stamp-bootstrap - -debian/stamp-bootstrap: - ! [ -f /usr/share/libtool/ltmain.sh ] || \ - cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh - ! [ -f /usr/share/libtool/config/ltmain.sh ] || \ - cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh - cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in - - make -f admin/Makefile.common cvs - touch debian/stamp-bootstrap - -#get-orig-source-dpatch: -# @@dh_testdir -# @@[ -d ../tarballs/. ] -# @@dpatch-get-origtargz ../tarballs - -common-install-arch:: - rm -rf debian/filelight/usr/share/locale/ - rm -rf debian/filelight/usr/share/doc/kde/ |