Skip to content
Commits on Source (2)
source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -6,16 +6,15 @@ Last-Update: 2019-08-08
Index: fast/CMakeLists.txt
===================================================================
--- fast.orig/CMakeLists.txt 2019-08-10 14:20:17.677955087 +0100
+++ fast/CMakeLists.txt 2019-08-10 14:20:57.230344471 +0100
--- fast.orig/CMakeLists.txt 2019-08-10 18:21:35.603460183 +0100
+++ fast/CMakeLists.txt 2019-08-10 18:22:07.003758309 +0100
@@ -15,10 +15,10 @@
include(cmake/Macros.cmake)
#### Options
-option(FAST_BUILD_TESTS "Build FAST tests." ON)
-option(FAST_BUILD_EXAMPLES "Build examples." OFF)
+option(FAST_BUILD_TESTS "Build FAST tests." OFF)
+option(FAST_BUILD_EXAMPLES "Build examples." ON)
option(FAST_BUILD_EXAMPLES "Build examples." OFF)
option(FAST_BUILD_TOOLS "Build tools." ON)
-option(FAST_BUILD_DOCS "Build API documentation" OFF)
+option(FAST_BUILD_DOCS "Build API documentation" ON)
......
......@@ -10,13 +10,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@
override_dh_shlibdeps:
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
override_dh_auto_install:
dh_auto_install
override_dh_install:
dh_install
find debian/fast -empty -type d -delete
mkdir debian/fast/usr/lib debian/fast/usr/lib/fast
mv debian/fast/usr/fast/include debian/fast/usr
mv debian/fast/usr/fast/lib/* debian/fast/usr/lib/fast