summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 12:44:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 12:44:03 +0000
commit9b83d32025b20488e24b76c1d6c08b8f3d3227ce (patch)
tree5da70577fb13bb1435caa6f6492e3cb94ee72809
parentAdding upstream version 2.1.0. (diff)
downloadicingaweb2-module-generictts-9b83d32025b20488e24b76c1d6c08b8f3d3227ce.tar.xz
icingaweb2-module-generictts-9b83d32025b20488e24b76c1d6c08b8f3d3227ce.zip
Adding debian version 2.1.0-1.debian/2.1.0-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/changelog22
-rw-r--r--debian/control26
-rw-r--r--debian/copyright29
-rw-r--r--debian/icingaweb2-module-generictts.docs1
-rwxr-xr-xdebian/rules22
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch3
7 files changed, 104 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..4e6f9f2
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,22 @@
+icingaweb2-module-generictts (2.1.0-1) unstable; urgency=medium
+
+ * Updating copyright for David Kunz.
+ * Merging upstream version 2.1.0.
+ * Updating Standards-Version to 4.6.1.
+
+ -- David Kunz <david.kunz@dknet.ch> Thu, 05 Jan 2023 09:36:51 +0100
+
+icingaweb2-module-generictts (2.0.0+20201009-2) unstable; urgency=medium
+
+ * Adding watch file.
+ * Updating copyright for David Kunz.
+ * Updating vcs in control.
+ * Updating Standards-Version.
+
+ -- David Kunz <david.kunz@dknet.ch> Thu, 30 Dec 2021 08:14:40 +0100
+
+icingaweb2-module-generictts (2.0.0+20201009-1) unstable; urgency=medium
+
+ * Initial release (Closes: #920419).
+
+ -- David Kunz <david.kunz@dknet.ch> Mon, 25 Jan 2021 15:37:36 +0200
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..5dbd34b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: icingaweb2-module-generictts
+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-generictts
+Vcs-Browser: https://salsa.debian.org/david.kunz/icingaweb2-module-generictts
+Vcs-Git: https://salsa.debian.org/david.kunz/icingaweb2-module-generictts.git
+
+Package: icingaweb2-module-generictts
+Section: admin
+Architecture: all
+Depends:
+ icingaweb2,
+ icingaweb2-module-monitoring,
+ ${misc:Depends},
+Enhances:
+ icingaweb2,
+Description: simple and responsive web interface for Icinga - generictts module
+ Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
+ monitoring environment.
+ .
+ Generic TTS implements Icinga Web 2's ticket hook for replacing ticket patterns
+ with links to your trouble ticket system (TTS).
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..1518674
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: icingaweb2-module-generictts
+Upstream-Contact: Icinga Development Team <icinga-devel@lists.icinga.org>
+Source: https://github.com/Icinga/icingaweb2-module-generictts/releases
+
+Files: *
+Copyright: 2014-2016 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, or
+ (at your option) any later version.
diff --git a/debian/icingaweb2-module-generictts.docs b/debian/icingaweb2-module-generictts.docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/icingaweb2-module-generictts.docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..e3296ae
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,22 @@
+#!/usr/bin/make -f
+
+MODULE := generictts
+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)/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)/.mailmap
+ find $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE) -name LICENSE -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/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..9c1c09c
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/icingaweb2-module-generictts-$1\.tar\.gz/ \
+ https://github.com/icinga/icingaweb2-module-generictts/tags .*/v?(\d\S+)\.tar\.gz