summaryrefslogtreecommitdiffstats
path: root/debian/patches
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 12:43:47 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 12:43:47 +0000
commit6f3dc7ce695d0abd748367a7ddcd9914464cf4b7 (patch)
tree4395554bab63317422df9586c8691eb4f19f7225 /debian/patches
parentAdding upstream version 1.2.0. (diff)
downloadicingaweb2-module-fileshipper-6f3dc7ce695d0abd748367a7ddcd9914464cf4b7.tar.xz
icingaweb2-module-fileshipper-6f3dc7ce695d0abd748367a7ddcd9914464cf4b7.zip
Adding debian version 1.2.0-2.debian/1.2.0-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/debian/0001-post-merge.patch11
-rw-r--r--debian/patches/series1
2 files changed, 12 insertions, 0 deletions
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