From 7ceb46211ddfdbfd07b79e9cd2077ed0605ef47e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 17 Apr 2014 13:53:27 +0900 Subject: Removed Ubuntu/raring folder --- ubuntu/raring/applications/dolphin/debian/rules | 27 ------------------------- 1 file changed, 27 deletions(-) delete mode 100755 ubuntu/raring/applications/dolphin/debian/rules (limited to 'ubuntu/raring/applications/dolphin/debian/rules') diff --git a/ubuntu/raring/applications/dolphin/debian/rules b/ubuntu/raring/applications/dolphin/debian/rules deleted file mode 100755 index 7b4528041..000000000 --- a/ubuntu/raring/applications/dolphin/debian/rules +++ /dev/null @@ -1,27 +0,0 @@ -#!/usr/bin/make -f - -# Set LD_LIBRARY_PATH to the installed library directory to allow dh_shlibdeps to function -# Also include the main Trinity path -ifeq ("$(LD_LIBRARY_PATH)", "") -LD_LIBRARY_PATH=debian/tmp/opt/trinity/lib -else -LD_LIBRARY_PATH += :debian/tmp/opt/trinity/lib -endif -export LD_LIBRARY_PATH - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/cmake.mk -#include /usr/share/cdbs/1/rules/patchsys-quilt.mk -include /usr/share/cdbs/1/rules/utils.mk -include debian/cdbs/debian-qt-kde.mk - -DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ --DCMAKE_BUILD_TYPE=RelWithDebInfo - -DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ - && echo xz || echo bzip2) - -binary-install/dolphin-trinity:: - mkdir -p debian/dolphin-trinity/opt/trinity/bin - ln -s d3lphin debian/dolphin-trinity/opt/trinity/bin/dolphin - mv debian/dolphin-trinity/usr/share/man debian/dolphin-trinity/opt/trinity/share/ -- cgit v1.2.1