summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-02-10 12:18:21 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-02-10 14:04:04 +0000
commit519c8348952bbc1ed56a8c84ac302532463ff8a6 (patch)
tree4b5d30c248fff282aa2ee6cc99435f677e2f07e1
parentUpdating watch file for non-repackaged upstream tarballs. (diff)
downloadnetdata-519c8348952bbc1ed56a8c84ac302532463ff8a6.tar.xz
netdata-519c8348952bbc1ed56a8c84ac302532463ff8a6.zip
Moving files not directly interpreted by debhelper to subdirectories within the debian packaging.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/local/netdata.conf (renamed from debian/netdata.conf)0
-rw-r--r--debian/manpages/netdata.1 (renamed from debian/netdata.1)0
-rw-r--r--debian/netdata-core.manpages2
-rw-r--r--debian/netdata.TODO (renamed from debian/TODO)0
-rwxr-xr-xdebian/rules4
5 files changed, 3 insertions, 3 deletions
diff --git a/debian/netdata.conf b/debian/local/netdata.conf
index e15f9b89b..e15f9b89b 100644
--- a/debian/netdata.conf
+++ b/debian/local/netdata.conf
diff --git a/debian/netdata.1 b/debian/manpages/netdata.1
index 35d166684..35d166684 100644
--- a/debian/netdata.1
+++ b/debian/manpages/netdata.1
diff --git a/debian/netdata-core.manpages b/debian/netdata-core.manpages
index 421a3ab88..2fb19fbd8 100644
--- a/debian/netdata-core.manpages
+++ b/debian/netdata-core.manpages
@@ -1 +1 @@
-debian/netdata.1
+debian/manpages/*
diff --git a/debian/TODO b/debian/netdata.TODO
index de58db0b5..de58db0b5 100644
--- a/debian/TODO
+++ b/debian/netdata.TODO
diff --git a/debian/rules b/debian/rules
index 6cf279fd3..8a3ba0dbd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -76,7 +76,7 @@ override_dh_install-arch:
# Copy architecture dependent plugins
mkdir -p $(TOP)-core/etc/netdata
- cp debian/netdata.conf $(TOP)-core/etc/netdata
+ cp debian/local/netdata.conf $(TOP)-core/etc/netdata
mkdir -p $(TOP)-core/usr/lib/netdata/plugins.d
for plugin in cgroup-network apps.plugin freeipmi.plugin; \
@@ -90,7 +90,7 @@ ifeq (netdata-core-no-sse,$(findstring netdata-core-no-sse,$(PACKAGES)))
dh_install -p netdata-core-no-sse --sourcedir=debian/tmp-core-no-sse
mkdir -p $(TOP)-core-no-sse/etc/netdata
- cp debian/netdata.conf $(TOP)-core-no-sse/etc/netdata
+ cp debian/local/netdata.conf $(TOP)-core-no-sse/etc/netdata
mkdir -p $(TOP)-core-no-sse/usr/lib/netdata/plugins.d
for plugin in cgroup-network apps.plugin freeipmi.plugin; \