aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-25 13:30:30 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-25 13:30:30 -0700
commit2fa4f9ebeaf7b26561d288cc6f6785f788ac9528 (patch)
treef40da6c025b40c8e76c91faf5b51df8a060c66a7 /debian
parent8da506127e6b479c1701d4e8d965bbea74a3236e (diff)
downloadconsfigurator-2fa4f9ebeaf7b26561d288cc6f6785f788ac9528.tar.gz
use trivial-backtrace to get a backtrace for forked process failures
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/control2
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 3203c14..37839f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
consfigurator (0.4.0-1) UNRELEASED; urgency=medium
- * Add deps and build-deps on cl-heredoc and cl-named-readtables.
+ * Add deps and build-deps on cl-heredoc, cl-named-readtables,
+ cl-trivial-backtrace.
-- Sean Whitton <spwhitton@spwhitton.name> Sat, 20 Mar 2021 12:31:53 -0700
diff --git a/debian/control b/debian/control
index 3ca533c..916974b 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends:
cl-interpol,
cl-named-readtables,
cl-ppcre,
+ cl-trivial-backtrace,
cl-trivial-macroexpand-all,
debhelper-compat (= 13),
dh-elpa,
@@ -33,6 +34,7 @@ Depends:
cl-interpol,
cl-named-readtables,
cl-ppcre,
+ cl-trivial-backtrace,
cl-trivial-macroexpand-all,
emacsen-common,
${misc:Depends},