summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-09-28 10:52:17 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-09-28 10:52:17 -0700
commit45e62384df1070ffba05cb42c9f265fbe86fdd7a (patch)
treea1833e28e295bb80b25ac4929b859720017d9304
parentac6a538c7d1803bd6d4c1b7d9d172afb2ea30c6c (diff)
downloaddebug-me-45e62384df1070ffba05cb42c9f265fbe86fdd7a.tar.gz
Commit Debian 3.0 (quilt) metadatadebian/1.20190926-1archive/debian/1.20190926-1
[dgit (9.9~bpo10+1) quilt-fixup]
-rw-r--r--debian/patches/debian-changes39
1 files changed, 15 insertions, 24 deletions
diff --git a/debian/patches/debian-changes b/debian/patches/debian-changes
index 47bb003..74bc432 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.20190926.orig/debug-me.cabal
++++ debug-me-1.20190926/debug-me.cabal
+@@ -50,7 +50,7 @@ custom-setup
+
+ Executable debug-me
+ Main-Is: debug-me.hs
+- GHC-Options: -threaded -Wall -fno-warn-tabs -O2
++ GHC-Options: -threaded -Wall -fno-warn-tabs -O2 -XNoMonadFailDesugaring
+ Build-Depends:
+ base (>= 4.9 && < 5.0)
+ , network (>= 2.6)
+--- debug-me-1.20190926.orig/debug-me.init
++++ debug-me-1.20190926/debug-me.init
@@ -33,7 +33,7 @@ case "$1" in
start-stop-daemon --start --quiet --oknodo \
--background --no-close \
@@ -26,8 +37,8 @@ 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.20190926.orig/debug-me.service
++++ debug-me-1.20190926/debug-me.service
@@ -8,8 +8,8 @@ EnvironmentFile=-/etc/default/debug-me
ExecStart=/usr/bin/debug-me $DAEMON_PARAMS
InaccessiblePaths=/home /etc
@@ -39,23 +50,3 @@ A single combined diff, containing all the changes, follows.
StandardInput=null
StandardOutput=journal
StandardError=journal
---- debug-me-1.20181208.orig/debug-me.cabal
-+++ debug-me-1.20181208/debug-me.cabal
-@@ -50,7 +50,7 @@ custom-setup
-
- Executable debug-me
- Main-Is: debug-me.hs
-- GHC-Options: -threaded -Wall -fno-warn-tabs -O2
-+ GHC-Options: -threaded -Wall -fno-warn-tabs -O2 -XNoMonadFailDesugaring
- Build-Depends:
- base (>= 4.9 && < 5.0)
- , network (>= 2.6)
-@@ -63,7 +63,7 @@ Executable debug-me
- , stm-chans (>= 3.0)
- , posix-pty (>= 0.2.1)
- , terminal-size (>= 0.3)
-- , aeson (>= 0.11 && < 1.4)
-+ , aeson (>= 0.11 && < 1.5)
- , sandi (>= 0.4)
- , text (>= 1.2.2)
- , optparse-applicative (>= 0.12)