diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/copyright | 2 |
3 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 99e744b..369c18d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +icingadb-web (1.1.2-1) unstable; urgency=medium + + * New upstream release. + * Update copyright file. + * Require at least icinga-php-library 0.13.2. + + -- Bas Couwenberg <sebastic@debian.org> Fri, 12 Apr 2024 06:42:03 +0200 + icingadb-web (1.1.1-1~progress7.99u1) graograman-backports; urgency=medium * Initial reupload to graograman-backports. diff --git a/debian/control b/debian/control index 20b38b0..a768670 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Rules-Requires-Root: no Package: icingadb-web Architecture: all Depends: icingaweb2 (>= 2.9), - icinga-php-library (>= 0.13.0), + icinga-php-library (>= 0.13.2), icinga-php-thirdparty (>= 0.12.0), ${misc:Depends} Description: Icinga DB Web for Icinga Web 2 diff --git a/debian/copyright b/debian/copyright index 86141c0..9522093 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,7 +3,7 @@ Upstream-Name: Icinga DB Web Source: https://github.com/Icinga/icingadb-web Files: * -Copyright: 2020-2023, Icinga GmbH <info@icinga.com> +Copyright: 2020-2024, Icinga GmbH <info@icinga.com> License: GPL-2+ Files: debian/* |