diff options
-rw-r--r-- | debian/changelog | 42 | ||||
-rw-r--r-- | debian/control | 27 | ||||
-rw-r--r-- | debian/copyright | 58 | ||||
-rw-r--r-- | debian/icingaweb2-module-graphite.docs | 3 | ||||
-rwxr-xr-x | debian/rules | 23 | ||||
-rw-r--r-- | debian/source/format | 1 | ||||
-rw-r--r-- | debian/watch | 3 |
7 files changed, 157 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..6e2429d --- /dev/null +++ b/debian/changelog @@ -0,0 +1,42 @@ +icingaweb2-module-graphite (1.2.2-1) unstable; urgency=medium + + * Merging upstream version 1.2.2. + + -- David Kunz <david.kunz@dknet.ch> Thu, 05 Jan 2023 10:32:39 +0100 + +icingaweb2-module-graphite (1.2.1-1) unstable; urgency=medium + + * Merging upstream version 1.2.1. + * Updating Standards-Version to 4.6.1. + * Updating depends. + * Updating enhances. + * Updating copyright for upstream. + * Updating copyright for debian. + + -- David Kunz <david.kunz@dknet.ch> Tue, 12 Jul 2022 11:15:36 +0200 + +icingaweb2-module-graphite (1.1.0-3) unstable; urgency=medium + + * Adding watchfile. + * Updating vcs in control. + * Updating Standards-Version. + * Updating copyright for David Kunz. + * Updating paths in copyright. + + -- David Kunz <david.kunz@dknet.ch> Wed, 29 Dec 2021 12:17:58 +0100 + +icingaweb2-module-graphite (1.1.0-2) unstable; urgency=medium + + * Updating debhelper. + * Updating standard version. + * Completion copyright (Closes: #939568). + * Fixing typo in path (Closes: #952982). + * Fixing typo in previous changelog entry. + + -- David Kunz <david.kunz@dknet.ch> Mon, 22 Jun 2020 07:59:26 +0200 + +icingaweb2-module-graphite (1.1.0-1) unstable; urgency=medium + + * Initial release (Closes: #920420). + + -- David Kunz <david.kunz@dknet.ch> Mon, 21 Jan 2019 15:25:27 +0100 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..c685f61 --- /dev/null +++ b/debian/control @@ -0,0 +1,27 @@ +Source: icingaweb2-module-graphite +Section: admin +Priority: optional +Maintainer: David Kunz <david.kunz@dknet.ch> +Build-Depends: + debhelper-compat (= 13), +Standards-Version: 4.6.1 +Homepage: https://github.com/Icinga/icingaweb2-module-graphite +Vcs-Git: https://salsa.debian.org/david.kunz/icingaweb2-module-graphite.git +Vcs-Browser: https://salsa.debian.org/david.kunz/icingaweb2-module-graphite + +Package: icingaweb2-module-graphite +Section: admin +Architecture: all +Depends: + icingaweb2, + icinga-php-library, + icinga-php-thirdparty, + ${misc:Depends}, +Enhances: + icingaweb2, + icingadb, +Description: simple and responsive web interface for Icinga - graphite module + Icinga Web 2 is a very modular, fast and simple web interface for your Icinga + monitoring environment. + . + This module adds graphite graphs to the web interface. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..56353ca --- /dev/null +++ b/debian/copyright @@ -0,0 +1,58 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: icingaweb2-module-graphite +Upstream-Contact: Icinga Development Team <icinga-devel@lists.icinga.org> +Source: https://github.com/Icinga/icingaweb2-module-graphite + +Files: * +Copyright: 1989, 1991 Free Software Foundation + 2015-2022 Icinga Development Team <icinga-devel@lists.icinga.org> +License: GPL-2+ + +Files: library/vendor/iplx/* +Copyright: 1989, 1991 Free Software Foundation +License: GPL-2+ + +Files: library/vendor/Psr/* +Copyright: 2014 PHP Framework Interoperability Group +License: MIT + +Files: debian/* +Copyright: 2019-2022 David Kunz <david.kunz@dknet.ch> +License: GPL-2+ + +License: GPL-2+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 2 of the License. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + . + The complete text of the GNU General Public License + can be found in /usr/share/common-licenses/GPL-2 file, or + (at your option) any later version. + +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. + diff --git a/debian/icingaweb2-module-graphite.docs b/debian/icingaweb2-module-graphite.docs new file mode 100644 index 0000000..596bb6e --- /dev/null +++ b/debian/icingaweb2-module-graphite.docs @@ -0,0 +1,3 @@ +CHANGELOG.md +README.md +doc/* diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..c2bfc9a --- /dev/null +++ b/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +MODULE := graphite +DEBDIR := debian/icingaweb2-module-$(MODULE) + +%: + dh ${@} + +override_dh_auto_install: + mkdir -p $(CURDIR)/$(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE) + find . -maxdepth 1 -mindepth 1 -and -not -name debian -and -not -name ".git*" -and -not -name ".pc" -exec cp -a {} $(CURDIR)/$(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE) \; + + # remove useless files + rm -f $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE)/COPYING + find $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE) -name LICENSE -exec rm -f {} \; + +override_dh_installdocs: + dh_installdocs + rm -f $(DEBDIR)/usr/share/doc/icingaweb2-module-$(MODULE)/02-Installation.md + + # enable module + mkdir -p $(DEBDIR)/etc/icingaweb2/enabledModules + ln -s /usr/share/icingaweb2/modules/$(MODULE) $(DEBDIR)/etc/icingaweb2/enabledModules/$(MODULE) diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..48693a2 --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=4 +opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/icingaweb2-module-graphite-$1\.tar\.gz/ \ + https://github.com/icinga/icingaweb2-module-graphite/tags .*/v?(\d\S+)\.tar\.gz |