diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 11:41:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 11:41:41 +0000 |
commit | 06467e7c97c8e96c98b589f9ff8c665a965cdb0e (patch) | |
tree | 5b60685b45362d4223a659414143a5a0f368e0cb | |
parent | Merging upstream version 1.2.0. (diff) | |
download | icingadb-06467e7c97c8e96c98b589f9ff8c665a965cdb0e.tar.xz icingadb-06467e7c97c8e96c98b589f9ff8c665a965cdb0e.zip |
Merging debian version 1.2.0-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/copyright | 14 | ||||
-rw-r--r-- | debian/lintian-overrides | 3 |
3 files changed, 17 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog index b04f30f..9283f8b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +icingadb (1.2.0-1) unstable; urgency=medium + + * New upstream release. + * Update copyright file. + * Update lintian overrides. + + -- Bas Couwenberg <sebastic@debian.org> Fri, 12 Apr 2024 07:02:07 +0200 + icingadb (1.1.1-2~progress7.99u1) graograman-backports; urgency=medium * Initial reupload to graograman-backports. diff --git a/debian/copyright b/debian/copyright index 8e9232f..29b3503 100644 --- a/debian/copyright +++ b/debian/copyright @@ -6,6 +6,10 @@ Files: * Copyright: 2017-2020, Icinga GmbH <info@icinga.com> License: GPL-2+ +Files: dependencies/pkg/mod/filippo.io/edwards25519@*/* +Copyright: 2016-2021, The Go Authors +License: BSD-3-clause + Files: dependencies/pkg/mod/github.com/acarl005/stripansi@*/* Copyright: 2018, Andrew Carlson License: Expat @@ -35,19 +39,19 @@ Copyright: 2009, The Go Authors License: BSD-3-clause Files: dependencies/pkg/mod/github.com/google/uuid@*/* -Copyright: 2009, 2014, 2016-2018, 2021, Google Inc. +Copyright: 2009-2023, Google Inc. License: BSD-3-clause -Files: dependencies/pkg/mod/github.com/go-redis/redis/v8@*/* -Copyright: 2013, The github.com/go-redis/redis Authors +Files: dependencies/pkg/mod/github.com/redis/go-redis/v9@*/* +Copyright: 2013, The github.com/redis/go-redis Authors License: BSD-2-clause -Files: dependencies/pkg/mod/github.com/go-redis/redis/v8@*/internal/hashtag/hashtag.go +Files: dependencies/pkg/mod/github.com/redis/go-redis/v9@*/internal/hashtag/hashtag.go Copyright: 2001-2010, Georges Menie (www.menie.org) 2013, The Go Authors. License: BSD-2-clause -Files: dependencies/pkg/mod/github.com/go-redis/redis/v8@*/internal/once.go +Files: dependencies/pkg/mod/github.com/redis/go-redis/v9@*/internal/once.go Copyright: 2014, The Camlistore Authors License: Apache-2.0 diff --git a/debian/lintian-overrides b/debian/lintian-overrides index 2abd2b7..0e25a2c 100644 --- a/debian/lintian-overrides +++ b/debian/lintian-overrides @@ -1,6 +1,3 @@ -# Only systemd is supported -package-supports-alternative-init-but-no-init.d-script [lib/systemd/system/icingadb.service] - # False positive, string not included in source spelling-error-in-binary octects octets [usr/sbin/icingadb*] spelling-error-in-binary wtH with [usr/sbin/icingadb*] |