summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/copyright1
-rwxr-xr-xdebian/rules1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright
index c104047c8..1ab253471 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,6 +4,7 @@ Upstream-Contact: Netdata, Inc. <info@netdata.cloud>
Source: https://github.com/netdata/netdata
Files-Excluded:
packaging/makeself
+ packaging/windows
src/collectors/python.d.plugin/python_modules/pyyaml3
src/collectors/python.d.plugin/python_modules/third_party
src/collectors/python.d.plugin/python_modules/urllib3
diff --git a/debian/rules b/debian/rules
index 0abdb6256..c5866e25c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -111,6 +111,7 @@ upstream:
# removing files with weird license or license combinations
rm -rf netdata-$(VERSION)+dfsg/packaging/makeself
+ rm -rf netdata-$(VERSION)+dfsg/packaging/windows
# removing embedded python modules
rm -rf netdata-$(VERSION)+dfsg/src/collectors/python.d.plugin/python_modules/pyyaml3