From 9693af2c93959ded7828078e6da98538f048d08a Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 22 May 2022 14:53:04 -0700 Subject: Commit Debian 3.0 (quilt) metadata [dgit (9.14) quilt-fixup] --- debian/patches/debian-changes | 19 ++++--------------- 1 file 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 -- cgit v1.2.3