0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-05-02 16:30:12 +00:00

Fix changelog path, add all README.md files to Debian package doc ()

This commit is contained in:
Rune Juhl Jacobsen 2018-11-15 11:18:44 +01:00 committed by Paweł Krupa
parent c23aed3a8e
commit cc786edf34
2 changed files with 9 additions and 11 deletions
contrib/debian

View file

@ -1 +1 @@
ChangeLog CHANGELOG.md

View file

@ -54,16 +54,14 @@ override_dh_install: debian/netdata.postinst
override_dh_installdocs: override_dh_installdocs:
dh_installdocs dh_installdocs
# Docs should not be under /usr/lib find . \
# -name README.md \
mv $(TOP)/usr/lib/$(DEB_HOST_MULTIARCH)/netdata/plugins.d/README.md \ -not -path './.travis/*' \
$(TOP)/usr/share/doc/netdata/README.plugins.md -not -path './debian/*' \
mv $(TOP)/usr/lib/$(DEB_HOST_MULTIARCH)/netdata/charts.d/README.md \ -exec cp \
$(TOP)/usr/share/doc/netdata/README.charts.md --parents \
--target $(TOP)/usr/share/doc/netdata/ \
# This doc is currently empty, so no point installing it. {} \;
#
rm $(TOP)/usr/lib/$(DEB_HOST_MULTIARCH)/netdata/node.d/README.md
override_dh_fixperms: override_dh_fixperms:
dh_fixperms dh_fixperms