diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-12-06 11:09:49 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-12-06 11:09:49 +0100 |
commit | 0d1416257df38f0dcd62b2cd4ec2c91eb87a2260 (patch) | |
tree | 9cfeca7ba7aa3997d70a20d4e245e2b978152b7d /ubuntu/maverick/applications/filelight-l10n/debian/rules | |
parent | 7971a216ffb39774a606f62250213d634418bd17 (diff) | |
parent | 3f6c8810956e8e919d98299132e4482132314dd6 (diff) | |
download | tde-packaging-0d1416257df38f0dcd62b2cd4ec2c91eb87a2260.tar.gz tde-packaging-0d1416257df38f0dcd62b2cd4ec2c91eb87a2260.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/applications/filelight-l10n/debian/rules')
-rwxr-xr-x | ubuntu/maverick/applications/filelight-l10n/debian/rules | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/ubuntu/maverick/applications/filelight-l10n/debian/rules b/ubuntu/maverick/applications/filelight-l10n/debian/rules deleted file mode 100755 index 660db576c..000000000 --- a/ubuntu/maverick/applications/filelight-l10n/debian/rules +++ /dev/null @@ -1,35 +0,0 @@ -#! /usr/bin/make -f - -DEB_PATCHDIRS := debian/patches/common debian/patches - -include /usr/share/cdbs/1/rules/debhelper.mk -include debian/cdbs/kde.mk -#include /usr/share/cdbs/1/rules/patchsys-quilt.mk -include /usr/share/cdbs/1/rules/utils.mk - -DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde -DEB_CONFIGURE_MANDIR := /opt/trinity/share/man -DEB_CONFIGURE_PREFIX := /opt/trinity -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) - -#DEB_PATCHDIRS := debian/patches/common debian/patches -#DEB_INSTALL_DOCS_ALL := - -DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/usr/trinity/lib --with-extra-includes=/opt/trinity/include/tde - -DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ - && echo xz || echo bzip2) - -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 |