mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-24 17:08:36 -05:00
Remove external projects from .deb
This commit is contained in:
parent
e9c258f8c2
commit
6899a32655
6
debian/rules
vendored
6
debian/rules
vendored
@ -5,6 +5,12 @@
|
|||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
dh_auto_configure -- -DARCH_OPT=nehalem -DENABLE_EXTERNAL_LIBRARIES=AUTO -DDEBUG_OUTPUT=ON -DBUILD_SERVER=OFF
|
dh_auto_configure -- -DARCH_OPT=nehalem -DENABLE_EXTERNAL_LIBRARIES=AUTO -DDEBUG_OUTPUT=ON -DBUILD_SERVER=OFF
|
||||||
|
|
||||||
|
# delete any external projects (such as libsigmf) that are installed
|
||||||
|
# would be better if we could prevent them from being installed in CMakeLists.txt
|
||||||
|
override_dh_install:
|
||||||
|
-find debian/sdrangel -type d -name external -exec rm -r {} \; -exec mkdir {} \; -exec rmdir -p {} \;
|
||||||
|
dh_install
|
||||||
|
|
||||||
override_dh_auto_test:
|
override_dh_auto_test:
|
||||||
echo "Skipping test step"
|
echo "Skipping test step"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user