From dbdb8e4436f24cab57e4f533ee8f14c4e9143c85 Mon Sep 17 00:00:00 2001 From: Taloth Saldono Date: Sat, 24 Nov 2018 11:37:15 +0100 Subject: [PATCH] Added System.Native to the ignored list since afaik it's not used by SharpRaven. --- distribution/debian/.editorconfig | 1 - distribution/debian/rules | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/distribution/debian/.editorconfig b/distribution/debian/.editorconfig index 3ef3b614e..ed7f9d309 100644 --- a/distribution/debian/.editorconfig +++ b/distribution/debian/.editorconfig @@ -2,6 +2,5 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -end_of_line = lf indent_style = space indent_size = 2 diff --git a/distribution/debian/rules b/distribution/debian/rules index 526fa134c..e090115f5 100644 --- a/distribution/debian/rules +++ b/distribution/debian/rules @@ -9,7 +9,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -EXCLUDE_MODULEREFS = crypt32 httpapi +# Note: System.Native is a dependency of System.Runtime.InteropServices.RuntimeInformation used by SharpRaven, +# but SharpRaven doesn't use any functions that need System.Native +EXCLUDE_MODULEREFS = crypt32 httpapi System.Native %: dh $@ --with=systemd --with=cli