summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 13:19:15 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 13:19:15 +0000
commit3dae482cd047c8aadf4165edc59fe53a9a400b02 (patch)
tree63f4a16c0b132f1f69bd0f00ad1f493037cd8747
parentAdding upstream version 1.2.0. (diff)
downloadicingaweb2-module-fileshipper-3dae482cd047c8aadf4165edc59fe53a9a400b02.tar.xz
icingaweb2-module-fileshipper-3dae482cd047c8aadf4165edc59fe53a9a400b02.zip
Adding debian version 1.2.0-3.debian/1.2.0-3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/changelog38
-rw-r--r--debian/control30
-rw-r--r--debian/copyright28
-rwxr-xr-xdebian/icingaweb2-module-fileshipper.config13
-rw-r--r--debian/icingaweb2-module-fileshipper.docs2
-rwxr-xr-xdebian/icingaweb2-module-fileshipper.postinst48
-rwxr-xr-xdebian/icingaweb2-module-fileshipper.postrm23
-rw-r--r--debian/icingaweb2-module-fileshipper.templates9
-rw-r--r--debian/local/config.ini2
-rw-r--r--debian/patches/debian/0001-post-merge.patch11
-rw-r--r--debian/patches/series1
-rw-r--r--debian/po/POTFILES.in1
-rw-r--r--debian/po/es.po37
-rw-r--r--debian/po/ge.po36
-rw-r--r--debian/po/nl.po38
-rw-r--r--debian/po/templates.pot36
-rwxr-xr-xdebian/rules29
-rw-r--r--debian/source/format1
-rw-r--r--debian/upstream/metadata5
-rw-r--r--debian/watch3
20 files changed, 391 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..4ce4882
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,38 @@
+icingaweb2-module-fileshipper (1.2.0-3) unstable; urgency=medium
+
+ * Configure debconf.
+ * Adding upstream metadatas.
+ * Updating copyright for debian directory.
+ * Updating Standards-Version to 4.6.2.
+ * Remove duplicate Section in control.
+ * Adding Rules-Requires-Root to control.
+ * Remove useless doc files.
+ * Standardization of the rules for icingaweb2 modules.
+ * Standardization of the control for icingaweb2 modules.
+ * Adding Spanish debconf translations from Camaleón.
+ * Adding Dutch debconf translations from Francs Spiesschaert.
+ * Adding German debconf translations from Christoph Brinkhaus.
+
+ -- David Kunz <david.kunz@dknet.ch> Wed, 23 Aug 2023 15:47:17 +0200
+
+icingaweb2-module-fileshipper (1.2.0-2) unstable; urgency=medium
+
+ * Adding watch file.
+ * Updating copyrihgt.
+ * Updating vcs in control.
+ * Updating Standards-Version.
+
+ -- David Kunz <david.kunz@dknet.ch> Wed, 29 Dec 2021 11:46:46 +0100
+
+icingaweb2-module-fileshipper (1.2.0-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Source-only upload.
+
+ -- Adrian Bunk <bunk@debian.org> Sun, 07 Feb 2021 12:44:02 +0200
+
+icingaweb2-module-fileshipper (1.2.0-1) unstable; urgency=medium
+
+ * Initial release (Closes: #921092).
+
+ -- David Kunz <david.kunz@dknet.ch> Mon, 11 Jan 2021 15:35:08 +0200
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..927726d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,30 @@
+Source: icingaweb2-module-fileshipper
+Section: admin
+Priority: optional
+Maintainer: David Kunz <david.kunz@dknet.ch>
+Build-Depends:
+ debhelper-compat (= 13),
+Standards-Version: 4.6.2
+Rules-Requires-Root: no
+Homepage: https://github.com/Icinga/icingaweb2-module-fileshipper
+Vcs-Browser: https://salsa.debian.org/david.kunz/icingaweb2-module-fileshipper
+Vcs-Git: https://salsa.debian.org/david.kunz/icingaweb2-module-fileshipper.git
+
+Package: icingaweb2-module-fileshipper
+Architecture: all
+Depends:
+ icingaweb2,
+ icingaweb2-module-director,
+ php-xml,
+ php-yaml,
+ php-zip,
+ ${misc:Depends},
+Enhances:
+ icingaweb2,
+Description: This Module offers to deploy config files through the Director
+ Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
+ monitoring environment.
+ .
+ This module offers the possibility to deploy hand-crafted Icinga 2 config files
+ through the Icinga Director based on Import Source able to deal with CSV, JSON,
+ YAML and XML files.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..5b31b39
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: icingaweb2-module-fileshipper
+Upstream-Contact: Icinga Development Team <icinga-devel@lists.icinga.org>
+Source: https://github.com/Icinga/icingaweb2-module-fileshipper/releases
+
+Files: *
+Copyright: 2016-2018 Icinga Development Team <icinga-devel@lists.icinga.org>
+License: GPL-2
+
+Files: debian/*
+Copyright: 2019-2023 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.
diff --git a/debian/icingaweb2-module-fileshipper.config b/debian/icingaweb2-module-fileshipper.config
new file mode 100755
index 0000000..effb7c7
--- /dev/null
+++ b/debian/icingaweb2-module-fileshipper.config
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+set -e
+
+MODULE=icingaweb2-module-fileshipper
+
+. /usr/share/debconf/confmodule
+
+db_settitle ${MODULE}/title
+db_input low ${MODULE}/enable || true
+db_go
+
+db_stop
diff --git a/debian/icingaweb2-module-fileshipper.docs b/debian/icingaweb2-module-fileshipper.docs
new file mode 100644
index 0000000..968f11e
--- /dev/null
+++ b/debian/icingaweb2-module-fileshipper.docs
@@ -0,0 +1,2 @@
+README.md
+doc/*
diff --git a/debian/icingaweb2-module-fileshipper.postinst b/debian/icingaweb2-module-fileshipper.postinst
new file mode 100755
index 0000000..4b0a328
--- /dev/null
+++ b/debian/icingaweb2-module-fileshipper.postinst
@@ -0,0 +1,48 @@
+#!/bin/sh
+
+set -e
+
+MODULE="fileshipper"
+
+case "${1}" in
+ configure)
+ . /usr/share/debconf/confmodule
+
+ db_get icingaweb2-module-${MODULE}/enable
+ MODULE_ENABLE="${RET:-true}"
+
+ db_stop
+
+ if ! getent group icingaweb2 > /dev/null
+ then
+ groupadd --system icingaweb2 > /dev/null
+ fi
+
+ if [ "${MODULE_ENABLE}" = "true" ]
+ then
+ if [ ! -e "/etc/icingaweb2/enabledModules" ]
+ then
+ mkdir -p "/etc/icingaweb2/enabledModules"
+ chown root:icingaweb2 "/etc/icingaweb2/enabledModules" > /dev/null 2>&1 || true
+ fi
+
+ ln -sf "/usr/share/icingaweb2/modules/${MODULE}" "/etc/icingaweb2/enabledModules/${MODULE}"
+ chown root:icingaweb2 "/etc/icingaweb2/enabledModules/${MODULE}" > /dev/null 2>&1 || true
+ else
+ rm -f "/etc/icingaweb2/enabledModules/${MODULE}"
+ fi
+ ;;
+
+ abort-upgrade|abort-remove|abort-deconfigure)
+
+ ;;
+
+ *)
+ echo "postinst called with unknown argument: \`${1}'." >&2
+ exit 1
+ ;;
+esac
+
+#DEBHELPER#
+
+exit 0
diff --git a/debian/icingaweb2-module-fileshipper.postrm b/debian/icingaweb2-module-fileshipper.postrm
new file mode 100755
index 0000000..8593194
--- /dev/null
+++ b/debian/icingaweb2-module-fileshipper.postrm
@@ -0,0 +1,23 @@
+#!/bin/sh
+
+set -e
+
+MODULE="fileshipper"
+
+case ${1} in
+ remove)
+ rm -f "/etc/icingaweb2/enabledModules/${MODULE}"
+ ;;
+
+ purge|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
+ ;;
+
+ *)
+ echo "postrm called with unknown argument: \`${1}'." >&2
+ exit 1
+ ;;
+esac
+
+#DEBHELPER#
+
+exit 0
diff --git a/debian/icingaweb2-module-fileshipper.templates b/debian/icingaweb2-module-fileshipper.templates
new file mode 100644
index 0000000..fb7de91
--- /dev/null
+++ b/debian/icingaweb2-module-fileshipper.templates
@@ -0,0 +1,9 @@
+Template: icingaweb2-module-fileshipper/title
+Type: title
+_Description: icingaweb2-module-fileshipper: Setup
+
+Template: icingaweb2-module-fileshipper/enable
+Type: boolean
+Default: true
+_Description: Should this module be enabled?
+ This module is possible to be enabled or disabled.
diff --git a/debian/local/config.ini b/debian/local/config.ini
new file mode 100644
index 0000000..2aa058c
--- /dev/null
+++ b/debian/local/config.ini
@@ -0,0 +1,2 @@
+[Automation]
+basedir = "/var/lib/icingaweb2/modules/fileshipper/import"
diff --git a/debian/patches/debian/0001-post-merge.patch b/debian/patches/debian/0001-post-merge.patch
new file mode 100644
index 0000000..0579569
--- /dev/null
+++ b/debian/patches/debian/0001-post-merge.patch
@@ -0,0 +1,11 @@
+Author: David Kunz <david.kunz@dknet.ch>
+Description: Correcting git-hook post-merge.
+
+--- icingaweb2-module-fileshipper.orig/contrib/git-hooks/post-merge
++++ icingaweb2-module-fileshipper/contrib/git-hooks/post-merge
+@@ -1,4 +1,4 @@
+-#/usr/bin/env bash
++#!/bin/sh
+ # Trigger Director config rendering when something changed
+
+ # This is a git hook that will run after `git pull`. In case any file was
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e81bf43
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+debian/0001-post-merge.patch
diff --git a/debian/po/POTFILES.in b/debian/po/POTFILES.in
new file mode 100644
index 0000000..5da9a22
--- /dev/null
+++ b/debian/po/POTFILES.in
@@ -0,0 +1 @@
+[type: gettext/rfc822deb] icingaweb2-module-fileshipper.templates
diff --git a/debian/po/es.po b/debian/po/es.po
new file mode 100644
index 0000000..337f65e
--- /dev/null
+++ b/debian/po/es.po
@@ -0,0 +1,37 @@
+# Translation of icingaweb2-module-fileshipper debconf templates to Spanish.
+# Copyright (C) 2023 Camaleón <noelamac@gmail.com>
+# This file is distributed under the same license as the icingaweb2-module-fileshipper package.
+# Camaleón <noelamac@gmail.com>, 2023.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: icingaweb2-module-fileshipper\n"
+"Report-Msgid-Bugs-To: icingaweb2-module-fileshipper@packages.debian.org\n"
+"POT-Creation-Date: 2023-06-14 11:35+0200\n"
+"PO-Revision-Date: 2023-06-19 19:14+0200\n"
+"Last-Translator: Camaleón <noelamac@gmail.com>\n"
+"Language-Team: Debian Spanish <debian-l10n-spanish@lists.debian.org>\n"
+"Language: es\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Poedit 2.4.2\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. Type: title
+#. Description
+#: ../icingaweb2-module-fileshipper.templates:1001
+msgid "icingaweb2-module-fileshipper: Setup"
+msgstr "icingaweb2-module-fileshipper: Configuración"
+
+#. Type: boolean
+#. Description
+#: ../icingaweb2-module-fileshipper.templates:2001
+msgid "Should this module be enabled?"
+msgstr "¿Desea activar este módulo?"
+
+#. Type: boolean
+#. Description
+#: ../icingaweb2-module-fileshipper.templates:2001
+msgid "This module is possible to be enabled or disabled."
+msgstr "Puede activar o desactivar este módulo."
diff --git a/debian/po/ge.po b/debian/po/ge.po
new file mode 100644
index 0000000..e5de3f8
--- /dev/null
+++ b/debian/po/ge.po
@@ -0,0 +1,36 @@
+# German translation of manpages
+# This file is distributed under the same license as the icingaweb2-module-fileshipper package.
+# Copyright © of this file:
+# Christoph Brinkhaus <c.brinkhaus@t-online.de>, 2023.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: icingaweb2-module-fileshipper\n"
+"Report-Msgid-Bugs-To: icingaweb2-module-fileshipper@packages.debian.org\n"
+"POT-Creation-Date: 2023-06-14 11:35+0200\n"
+"PO-Revision-Date: 2023-06-17 10:30+0200\n"
+"Last-Translator: Christoph Brinkhaus <c.brinkhaus@t-online.de>\n"
+"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. Type: title
+#. Description
+#: ../icingaweb2-module-fileshipper.templates:1001
+msgid "icingaweb2-module-fileshipper: Setup"
+msgstr "icingaweb2-module-fileshipper: Einrichtung"
+
+#. Type: boolean
+#. Description
+#: ../icingaweb2-module-fileshipper.templates:2001
+msgid "Should this module be enabled?"
+msgstr "Soll dieses Modul aktiviert werden?"
+
+#. Type: boolean
+#. Description
+#: ../icingaweb2-module-fileshipper.templates:2001
+msgid "This module is possible to be enabled or disabled."
+msgstr "Dieses Modul kann aktiviert oder deaktiviert werden."
diff --git a/debian/po/nl.po b/debian/po/nl.po
new file mode 100644
index 0000000..a613d12
--- /dev/null
+++ b/debian/po/nl.po
@@ -0,0 +1,38 @@
+# Dutch translation of icingaweb2-module-fileshipper debconf templates.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the icingaweb2-module-fileshipper package.
+# # Frans Spiesschaert <Frans.Spiesschaert@yucom.be>, 2023.
+# Frans Spiesschaert <Frans.Spiesschaert@yucom.be>, 2023.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: icingaweb2-module-fileshipper_1.2.2-2\n"
+"Report-Msgid-Bugs-To: icingaweb2-module-fileshipper@packages.debian.org\n"
+"POT-Creation-Date: 2023-06-14 11:35+0200\n"
+"PO-Revision-Date: 2023-07-05 22:55+0200\n"
+"Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
+"Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"
+"Language: nl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Gtranslator 3.30.1\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+
+#. Type: title
+#. Description
+#: ../icingaweb2-module-fileshipper.templates:1001
+msgid "icingaweb2-module-fileshipper: Setup"
+msgstr "icingaweb2-module-fileshipper: Instellen"
+
+#. Type: boolean
+#. Description
+#: ../icingaweb2-module-fileshipper.templates:2001
+msgid "Should this module be enabled?"
+msgstr "Moet deze module ingeschakeld worden?"
+
+#. Type: boolean
+#. Description
+#: ../icingaweb2-module-fileshipper.templates:2001
+msgid "This module is possible to be enabled or disabled."
+msgstr "Deze module kan in- of uitgeschakeld worden."
diff --git a/debian/po/templates.pot b/debian/po/templates.pot
new file mode 100644
index 0000000..b52c8eb
--- /dev/null
+++ b/debian/po/templates.pot
@@ -0,0 +1,36 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the icingaweb2-module-fileshipper package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: icingaweb2-module-fileshipper\n"
+"Report-Msgid-Bugs-To: icingaweb2-module-fileshipper@packages.debian.org\n"
+"POT-Creation-Date: 2023-06-14 16:27+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: title
+#. Description
+#: ../icingaweb2-module-fileshipper.templates:1001
+msgid "icingaweb2-module-fileshipper: Setup"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../icingaweb2-module-fileshipper.templates:2001
+msgid "Should this module be enabled?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../icingaweb2-module-fileshipper.templates:2001
+msgid "This module is possible to be enabled or disabled."
+msgstr ""
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..87e894f
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,29 @@
+#!/usr/bin/make -f
+
+MODULE := fileshipper
+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) \;
+
+override_dh_fixperms:
+ dh_fixperms
+ find debian -name '*.php' -exec chmod -x {} +
+
+ # move config file
+ mkdir -p $(DEBDIR)/etc/icingaweb2/modules/$(MODULE)
+ cp debian/local/config.ini $(DEBDIR)/etc/icingaweb2/modules/$(MODULE)/
+ mkdir -p $(DEBDIR)/var/lib/icingaweb2/modules/fileshipper/import
+
+execute_after_dh_installdocs:
+ find $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE) -name AUTHORS -exec rm -f {} \;
+ find $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE) -name COPYING -exec rm -f {} \;
+ find $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE) -name LICENSE -exec rm -f {} \;
+ find $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE) -name README -exec rm -f {} \;
+ find $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE) -name "*.md" -exec rm -f {} \;
+ find $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE) -type d -empty -delete
+ rm -rf $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE)/doc
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/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..d8d71e8
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+Archive: "https://github.com/Icinga/"
+Bug-Database: "https://github.com/Icinga/icingaweb2-module-fileshipper/labels/bug"
+Documentation: "https://github.com/Icinga/icingaweb2-module-fileshipper/tree/master/doc"
+Repository: "https://github.com/Icinga/icingaweb2-module-fileshipper"
+Repository-Browse: "https://github.com/orgs/Icinga/repositories"
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..284c5ac
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/icingaweb2-module-fileshipper-$1\.tar\.gz/ \
+ https://github.com/icinga/icingaweb2-module-fileshipper/tags .*/v?(\d\S+)\.tar\.gz