diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 12:47:21 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 12:47:21 +0000 |
commit | d219d0234287d6afa737002bd0f9454c6bb2e83c (patch) | |
tree | 249e52413159f357e7b66008c78018784f509cbd /debian | |
parent | Adding upstream version 0.3.3. (diff) | |
download | icingaweb2-module-toplevelview-debian.tar.xz icingaweb2-module-toplevelview-debian.zip |
Adding debian version 0.3.3-1.debian/0.3.3-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 25 | ||||
-rw-r--r-- | debian/control | 26 | ||||
-rw-r--r-- | debian/copyright | 52 | ||||
-rw-r--r-- | debian/icingaweb2-module-toplevelview.docs | 7 | ||||
-rwxr-xr-x | debian/rules | 30 | ||||
-rw-r--r-- | debian/source.lintian-overrides | 2 | ||||
-rw-r--r-- | debian/source/format | 1 | ||||
-rw-r--r-- | debian/watch | 3 |
8 files changed, 146 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..84de724 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,25 @@ +icingaweb2-module-toplevelview (0.3.3-1) unstable; urgency=medium + + * Merging upstream version 0.3.3. + * Updating Standards-Version to 4.6.0. + * Updating vcs. + * Updating copyright for David Kunz. + * Updating copyright for Icinga Development Team. + + -- David Kunz <david.kunz@dknet.ch> Fri, 24 Dec 2021 07:53:59 +0100 + +icingaweb2-module-toplevelview (0.3.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Source-only upload to allow testing migration. + + [ David Kunz ] + * debian/watch: Add a watch file. + + -- Boyuan Yang <byang@debian.org> Wed, 06 Oct 2021 18:26:41 -0400 + +icingaweb2-module-toplevelview (0.3.1-1) unstable; urgency=medium + + * Initial release (Closes: #921103). + + -- David Kunz <david.kunz@dknet.ch> Mon, 8 Feb 2021 15:57:38 +0200 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..631c711 --- /dev/null +++ b/debian/control @@ -0,0 +1,26 @@ +Source: icingaweb2-module-toplevelview +Section: admin +Priority: optional +Maintainer: David Kunz <david.kunz@dknet.ch> +Build-Depends: + debhelper-compat (= 13), +Standards-Version: 4.6.0 +Homepage: https://github.com/Icinga/icingaweb2-module-toplevelview +Vcs-Browser: https://salsa.debian.org/david.kunz/icingaweb2-module-toplevelview +Vcs-Git: https://salsa.debian.org/david.kunz/icingaweb2-module-toplevelview.git + +Package: icingaweb2-module-toplevelview +Section: admin +Architecture: all +Depends: + icingaweb2, + icingaweb2-module-monitoring, + php-yaml, + ${misc:Depends}, +Enhances: + icingaweb2, +Description: simple and responsive web interface for Icinga - top level view + Icinga Web 2 is a very modular, fast and simple web interface for your Icinga + monitoring environment. + . + Top Level View is a hierarchy based status view for Icinga Web 2. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..10c4e95 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,52 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: icingaweb2-module-toplevelview +Source: https://github.com/Icinga/icingaweb2-module-toplevelview/releases + +Files: * +Copyright: 2017-2021 Icinga Development Team <icinga-devel@lists.icinga.org> +License: GPL-2+ + +Files: public/js/vendor/codemirror/* +Copyright: Marijn Haverbeke <marijnh@gmail.com> +License: MIT + +Files: debian/* +Copyright: 2019-2021 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-toplevelview.docs b/debian/icingaweb2-module-toplevelview.docs new file mode 100644 index 0000000..a577830 --- /dev/null +++ b/debian/icingaweb2-module-toplevelview.docs @@ -0,0 +1,7 @@ +CHANGELOG.md +RELEASE.md +contrib/README.md +doc/* +public/js/vendor/codemirror/LICENSE +public/js/vendor/codemirror/SOURCE +public/js/vendor/codemirror/VERSION diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..4e82c8d --- /dev/null +++ b/debian/rules @@ -0,0 +1,30 @@ +#!/usr/bin/make -f + +MODULE := toplevelview +DEBDIR := debian/icingaweb2-module-$(MODULE) + +%: + dh ${@} + +override_dh_auto_install: + mkdir -p $(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 {} $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE) \; + + rm -f $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE)/AUTHORS + rm -f $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE)/COPYING + rm -f $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE)/README.md + rm -f $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE)/CHANGELOG.md + rm -f $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE)/RELEASE.md + rm -f $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE)/.mailmap + rm -f $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE)/contrib/README.md + rm -rf $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE)/doc + rm -f $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE)/public/js/vendor/codemirror/LICENSE + rm -f $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE)/public/js/vendor/codemirror/SOURCE + rm -f $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE)/public/js/vendor/codemirror/VERSION + rm -f $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE)/docker-compose.dev.yml + rm -rf $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE)/test + find debian -name '.git*' -exec rm -f {} + + + # 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.lintian-overrides b/debian/source.lintian-overrides new file mode 100644 index 0000000..43ce3db --- /dev/null +++ b/debian/source.lintian-overrides @@ -0,0 +1,2 @@ +icingaweb2-module-toplevelview source: absolute-symbolic-link-target-in-source +icingaweb2-module-toplevelview source: source-is-missing 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..4dc1de9 --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=4 +opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/icingaweb2-module-toplevelview-$1\.tar\.gz/ \ + https://github.com/icinga/icingaweb2-module-toplevelview/tags .*/v?(\d\S+)\.tar\.gz |