summaryrefslogtreecommitdiffhomepage
path: root/debian/patches/debian-changes
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/debian-changes')
-rw-r--r--debian/patches/debian-changes21
1 files changed, 16 insertions, 5 deletions
diff --git a/debian/patches/debian-changes b/debian/patches/debian-changes
index da1641a..4f17f2a 100644
--- a/debian/patches/debian-changes
+++ b/debian/patches/debian-changes
@@ -15,8 +15,19 @@ upload of upstream version 1.2.3, you could use:
clone`.)
A single combined diff, containing all the changes, follows.
---- debug-me-1.20181208.orig/debug-me.init
-+++ debug-me-1.20181208/debug-me.init
+--- debug-me-1.20221231.orig/debug-me.cabal
++++ debug-me-1.20221231/debug-me.cabal
+@@ -64,7 +64,7 @@ Executable debug-me
+ , stm-chans (>= 3.0)
+ , posix-pty (>= 0.2.1)
+ , terminal-size (>= 0.3)
+- , aeson (>= 0.11 && < 2.1)
++ , aeson (>= 0.11 && < 2.2)
+ , sandi (>= 0.4)
+ , text (>= 1.2.2)
+ , optparse-applicative (>= 0.12)
+--- debug-me-1.20221231.orig/debug-me.init
++++ debug-me-1.20221231/debug-me.init
@@ -33,7 +33,7 @@ case "$1" in
start-stop-daemon --start --quiet --oknodo \
--background --no-close \
@@ -26,11 +37,11 @@ A single combined diff, containing all the changes, follows.
--exec "$DAEMON" -- $DAEMON_PARAMS \
> /var/log/debug-me.log
log_end_msg $?
---- debug-me-1.20181208.orig/debug-me.service
-+++ debug-me-1.20181208/debug-me.service
+--- debug-me-1.20221231.orig/debug-me.service
++++ debug-me-1.20221231/debug-me.service
@@ -8,8 +8,8 @@ EnvironmentFile=-/etc/default/debug-me
ExecStart=/usr/bin/debug-me $DAEMON_PARAMS
- InaccessiblePaths=/home /etc
+ InaccessiblePaths=/home
ReadWritePaths=/var/log/debug-me
-User=debug-me
-Group=debug-me