summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-05-22 14:53:04 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-05-22 14:53:04 -0700
commit9693af2c93959ded7828078e6da98538f048d08a (patch)
tree4c2998220821dda910f5ee8860a1bc0eee1165f1
parent32d11cfbff155349e5f6d725a943e9df95dd10c2 (diff)
downloaddebug-me-9693af2c93959ded7828078e6da98538f048d08a.tar.gz
Commit Debian 3.0 (quilt) metadata
[dgit (9.14) quilt-fixup]
-rw-r--r--debian/patches/debian-changes19
1 files changed, 4 insertions, 15 deletions
diff --git a/debian/patches/debian-changes b/debian/patches/debian-changes
index 3be7ea0..7a639c7 100644
--- a/debian/patches/debian-changes
+++ b/debian/patches/debian-changes
@@ -15,19 +15,8 @@ upload of upstream version 1.2.3, you could use:
clone`.)
A single combined diff, containing all the changes, follows.
---- debug-me-1.20200820.orig/Val.hs
-+++ debug-me-1.20200820/Val.hs
-@@ -42,7 +42,7 @@ instance FromJSON Val where
- b64 :: B.ByteString -> T.Text
- b64 = T.decodeUtf8 . B64.encode
-
--unb64 :: Monad m => T.Text -> m B.ByteString
-+unb64 :: MonadFail m => T.Text -> m B.ByteString
- unb64 t = either
- (\_ -> fail "bad base64 data")
- return
---- debug-me-1.20200820.orig/debug-me.init
-+++ debug-me-1.20200820/debug-me.init
+--- debug-me-1.20220324.orig/debug-me.init
++++ debug-me-1.20220324/debug-me.init
@@ -33,7 +33,7 @@ case "$1" in
start-stop-daemon --start --quiet --oknodo \
--background --no-close \
@@ -37,8 +26,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.20200820.orig/debug-me.service
-+++ debug-me-1.20200820/debug-me.service
+--- debug-me-1.20220324.orig/debug-me.service
++++ debug-me-1.20220324/debug-me.service
@@ -8,8 +8,8 @@ EnvironmentFile=-/etc/default/debug-me
ExecStart=/usr/bin/debug-me $DAEMON_PARAMS
InaccessiblePaths=/home