Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
This is probably not the correct way - perhaps use d-shlibmove?
· f8b4d86c
Shayan Doust
authored
Aug 10, 2019
f8b4d86c
Symbols file
· d35ef845
Shayan Doust
authored
Aug 10, 2019
d35ef845
Hide whitespace changes
Inline
Side-by-side
debian/fast.symbols
0 → 100644
View file @
d35ef845
source diff could not be displayed: it is too large. Options to address this:
view the blob
.
debian/patches/disable_tests.patch
View file @
d35ef845
...
...
@@ -6,16 +6,15 @@ Last-Update: 2019-08-08
Index: fast/CMakeLists.txt
===================================================================
--- fast.orig/CMakeLists.txt 2019-08-10 1
4
:2
0:17.677955087
+0100
+++ fast/CMakeLists.txt 2019-08-10 1
4
:2
0:57.230344471
+0100
--- fast.orig/CMakeLists.txt 2019-08-10 1
8
:2
1:35.603460183
+0100
+++ fast/CMakeLists.txt 2019-08-10 1
8
:2
2: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." O
N
)
option(FAST_BUILD_EXAMPLES "Build examples." O
FF
)
option(FAST_BUILD_TOOLS "Build tools." ON)
-option(FAST_BUILD_DOCS "Build API documentation" OFF)
+option(FAST_BUILD_DOCS "Build API documentation" ON)
...
...
debian/rules
View file @
d35ef845
...
...
@@ -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