diff options
-rw-r--r-- | debian/control | 5 | ||||
-rw-r--r-- | debian/netdata.maintscript | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 1a9a9c3d1..0599abf5e 100644 --- a/debian/control +++ b/debian/control @@ -13,8 +13,8 @@ Build-Depends: Rules-Requires-Root: no Standards-Version: 4.3.0 Homepage: https://github.com/netdata/netdata -Vcs-Git: https://salsa.debian.org/debian/netdata.git Vcs-Browser: https://salsa.debian.org/debian/netdata +Vcs-Git: https://salsa.debian.org/debian/netdata.git Package: netdata Architecture: any @@ -48,7 +48,8 @@ Depends: libjs-bootstrap, ${misc:Depends}, ${shlibs:Depends}, -Recommends: netdata (=${source:Version}) +Recommends: + netdata (=${source:Version}), Description: real-time charts for system monitoring (Data) Netdata is a daemon that collects data in realtime (per second) and presents a web site to view and analyze them. The presentation diff --git a/debian/netdata.maintscript b/debian/netdata.maintscript index 521755a0d..ba48e62e5 100644 --- a/debian/netdata.maintscript +++ b/debian/netdata.maintscript @@ -1,2 +1,2 @@ -rm_conffile /etc/netdata/python.d/nginx_log.conf 1.8.0+dfsg-1~ netdata rm_conffile /etc/netdata/python.d/gunicorn_log.conf 1.8.0+dfsg-1~ netdata +rm_conffile /etc/netdata/python.d/nginx_log.conf 1.8.0+dfsg-1~ netdata |