diff options
Diffstat (limited to 'ubuntu/maverick/applications/kbibtex/debian/rules')
-rwxr-xr-x | ubuntu/maverick/applications/kbibtex/debian/rules | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/ubuntu/maverick/applications/kbibtex/debian/rules b/ubuntu/maverick/applications/kbibtex/debian/rules deleted file mode 100755 index e5c16cf8a..000000000 --- a/ubuntu/maverick/applications/kbibtex/debian/rules +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/make -f - -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 debian/cdbs/debian-qt-kde.mk - -DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ - && echo xz || echo bzip2) - -DEB_CMAKE_EXTRA_FLAGS := \ - -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ - -DCONFIG_INSTALL_DIR="/etc/trinity" \ - -DSYSCONF_INSTALL_DIR="/etc" \ - -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ - -DCMAKE_VERBOSE_MAKEFILE="ON" \ - -DCMAKE_SKIP_RPATH="OFF" \ - -DBUILD_ALL="ON" \ - -DWITH_ALL_OPTIONS="ON" |