diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-11-07 12:38:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-11-07 12:38:44 +0000 |
commit | e63b24bd57adb5c7357eeec9b49153e088a58889 (patch) | |
tree | 5dcb214d6388e3d3b2375f3c0cd624062242c3dd | |
parent | Updating excluded files in copyright file. (diff) | |
download | netdata-e63b24bd57adb5c7357eeec9b49153e088a58889.tar.xz netdata-e63b24bd57adb5c7357eeec9b49153e088a58889.zip |
Updating upstream url in various debian packaging files.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rw-r--r-- | debian/netdata.conf | 2 | ||||
-rw-r--r-- | debian/netdata.init | 2 | ||||
-rw-r--r-- | debian/netdata.lintian-overrides | 2 | ||||
-rw-r--r-- | debian/netdata.service | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index 7c024c564..defeee87f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -109,7 +109,7 @@ netdata (1.6.0+dfsg-1) unstable; urgency=medium * Add CAP_SETUID permission for the service (Closes: #856500) * Change logrotate to weekly (Closes: #857305) We do the weekly logrotate for now as SIGHUP is not working correctly. - See https://github.com/firehol/netdata/issues/805 + See https://github.com/netdata/netdata/issues/805 -- Federico Ceratto <federico@debian.org> Wed, 03 May 2017 14:21:50 +0100 diff --git a/debian/control b/debian/control index 6f4f840e2..24cc4ee9a 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: zlib1g-dev, Rules-Requires-Root: no Standards-Version: 4.2.1 -Homepage: https://github.com/firehol/netdata +Homepage: https://github.com/netdata/netdata Vcs-Git: https://salsa.debian.org/debian/netdata.git Vcs-Browser: https://salsa.debian.org/debian/netdata diff --git a/debian/copyright b/debian/copyright index 012833d52..97fd1437a 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: netdata Upstream-Contact: Costa Tsaousis <costa@tsaousis.gr> -Source: https://github.com/firehol/netdata +Source: https://github.com/netdata/netdata Files-Excluded: web/gui/fonts web/gui/.well-known diff --git a/debian/netdata.conf b/debian/netdata.conf index effb794c2..7c1d0fe6f 100644 --- a/debian/netdata.conf +++ b/debian/netdata.conf @@ -15,5 +15,5 @@ web files owner = root web files group = root # Netdata is not designed to be exposed to potentially hostile - # networks.See https://github.com/firehol/netdata/issues/164 + # networks.See https://github.com/netdata/netdata/issues/164 bind socket to IP = 127.0.0.1 diff --git a/debian/netdata.init b/debian/netdata.init index 1873843fb..b99b49132 100644 --- a/debian/netdata.init +++ b/debian/netdata.init @@ -14,7 +14,7 @@ # Documentation # man netdata # file:///usr/share/doc/netdata/html/index.html -# https://github.com/firehol/netdata +# https://github.com/netdata/netdata # Load the VERBOSE setting and other rcS variables . /lib/init/vars.sh diff --git a/debian/netdata.lintian-overrides b/debian/netdata.lintian-overrides index 7a4661b17..0a5faca9a 100644 --- a/debian/netdata.lintian-overrides +++ b/debian/netdata.lintian-overrides @@ -2,5 +2,5 @@ # normal users run it. netdata: non-standard-executable-perm usr/lib/*/netdata/plugins.d/apps.plugin 0754 != 0755 # Debian ships jQuery 3 which is not supported -# https://github.com/firehol/netdata/issues/42#issuecomment-253560208 +# https://github.com/netdata/netdata/issues/42#issuecomment-253560208 netdata-data: embedded-javascript-library usr/share/netdata/web/lib/jquery-2.2.4.min.js diff --git a/debian/netdata.service b/debian/netdata.service index 3ad7c83d8..54f4d03e7 100644 --- a/debian/netdata.service +++ b/debian/netdata.service @@ -4,7 +4,7 @@ Description=netdata - Real-time performance monitoring Documentation=man:netdata Documentation=file:///usr/share/doc/netdata/html/index.html -Documentation=https://github.com/firehol/netdata +Documentation=https://github.com/netdata/netdata After=network-online.target httpd.service squid.service nfs-server.service mysqld.service named.service postfix.service ConditionPathExists=/etc/netdata/netdata.conf |