1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-18 21:35:27 -04:00

Use clideps to determine mono dependencies instead of the monolithic libmono-cil-dev.

This commit is contained in:
Taloth Saldono
2018-10-27 19:45:03 +02:00
parent c63186a798
commit 7cf4c6f655
3 changed files with 21 additions and 3 deletions
+12 -1
View File
@@ -9,9 +9,20 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
EXCLUDE_MODULEREFS = crypt32 httpapi ntdll api-ms-win-core-sysinfo-l1-1-0 api-ms-win-core-sysinfo-l1-2-0 \
libcurl3 msbuild
%:
dh $@ --with=systemd
dh $@ --with=systemd --with=cli
# No init script, only systemd
override_dh_installinit:
true
# Sonarr like debug symbols for logging
override_dh_clistrip:
override_dh_makeclilibs:
override_dh_clideps:
dh_clideps -d -r $(patsubst %,--exclude-moduleref=%,$(EXCLUDE_MODULEREFS))