diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-25 21:18:30 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-25 21:30:25 +0000 |
commit | a6a6b4e9505d900c4a62900051f4a1974ff50716 (patch) | |
tree | 898c587965694eb61c41b4d7e3f5a1b8ce882963 | |
parent | Releasing debian version 2.0.3+dfsg-1. (diff) | |
download | netdata-a6a6b4e9505d900c4a62900051f4a1974ff50716.tar.xz netdata-a6a6b4e9505d900c4a62900051f4a1974ff50716.zip |
removing packaging/makeself
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/copyright | 1 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright index c0a785973..c104047c8 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,6 +3,7 @@ Upstream-Name: Netdata Upstream-Contact: Netdata, Inc. <info@netdata.cloud> Source: https://github.com/netdata/netdata Files-Excluded: + packaging/makeself 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 54f2b286b..0abdb6256 100755 --- a/debian/rules +++ b/debian/rules @@ -109,6 +109,9 @@ upstream: git clone --recursive https://github.com/netdata/netdata netdata-$(VERSION)+dfsg cd netdata-$(VERSION)+dfsg && git checkout -f v$(VERSION) + # removing files with weird license or license combinations + rm -rf netdata-$(VERSION)+dfsg/packaging/makeself + # removing embedded python modules rm -rf netdata-$(VERSION)+dfsg/src/collectors/python.d.plugin/python_modules/pyyaml3 rm -rf netdata-$(VERSION)+dfsg/src/collectors/python.d.plugin/python_modules/third_party |