summaryrefslogtreecommitdiffstats
path: root/debian/patches/0001-debian-use-system-packaging.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2018-12-29 14:29:48 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2018-12-29 14:36:25 +0000
commit97ba90b0bbd7fcf6703c412fe8cdcc0f837b9328 (patch)
tree98090e858ba5101fb0d5652ee55d99cd2ebbf226 /debian/patches/0001-debian-use-system-packaging.patch
parentAdding patch to hide social-media buttons in navbar to declutter the interface. (diff)
downloadnetdata-97ba90b0bbd7fcf6703c412fe8cdcc0f837b9328.tar.xz
netdata-97ba90b0bbd7fcf6703c412fe8cdcc0f837b9328.zip
Splitting some patches and grouping them thematically together.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/0001-debian-use-system-packaging.patch')
-rw-r--r--debian/patches/0001-debian-use-system-packaging.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/debian/patches/0001-debian-use-system-packaging.patch b/debian/patches/0001-debian-use-system-packaging.patch
new file mode 100644
index 000000000..f07e92825
--- /dev/null
+++ b/debian/patches/0001-debian-use-system-packaging.patch
@@ -0,0 +1,35 @@
+Author: Daniel Baumann <daniel.baumann@progress-linux.org>
+Description: Ignore upstream debian packaging.
+
+diff -Naurp netdata.orig/contrib/Makefile.am netdata/contrib/Makefile.am
+--- netdata.orig/contrib/Makefile.am
++++ netdata/contrib/Makefile.am
+@@ -4,28 +4,9 @@ MAINTAINERCLEANFILES = $(srcdir)/Makefil
+
+ dist_noinst_DATA = \
+ README.md \
+- debian/copyright \
+- debian/netdata.conf \
+- debian/source/format \
+- debian/control.wheezy \
+- debian/compat \
+- debian/netdata.install \
+- debian/netdata.lintian-overrides \
+- debian/rules \
+- debian/netdata.docs \
+- debian/netdata.default \
+- debian/control \
+- debian/netdata.postinst.in \
+- debian/netdata.service \
+- debian/changelog \
+- debian/netdata.postrm \
+ rhel/build-netdata-rpm.sh \
+ $(NULL)
+
+-dist_noinst_SCRIPTS = \
+- debian/netdata.init \
+- $(NULL)
+-
+ debian/changelog:
+ echo "netdata ($(PACKAGE_VERSION)) UNRELEASED; urgency=medium" | \
+ tr '_' '~' > $@