aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-20 12:39:58 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-20 12:42:18 -0700
commitd39ccc1403762b19b9966493342867b115294a2e (patch)
tree44e583ad3400a450f3a58e28516e9ae098d16e6c /debian
parentfac6720737e25688760621dfc0e1e5d483ef2f1f (diff)
downloadconsfigurator-d39ccc1403762b19b9966493342867b115294a2e.tar.gz
add and use :CONSFIGURATOR named readtable
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control4
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 437e408..3203c14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+consfigurator (0.4.0-1) UNRELEASED; urgency=medium
+
+ * Add deps and build-deps on cl-heredoc and cl-named-readtables.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Sat, 20 Mar 2021 12:31:53 -0700
+
consfigurator (0.3.1-1) experimental; urgency=medium
* New upstream release.
diff --git a/debian/control b/debian/control
index 0325333..3ca533c 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,9 @@ Build-Depends:
cl-alexandria,
cl-babel,
cl-cffi,
+ cl-heredoc,
cl-interpol,
+ cl-named-readtables,
cl-ppcre,
cl-trivial-macroexpand-all,
debhelper-compat (= 13),
@@ -27,7 +29,9 @@ Depends:
cl-alexandria,
cl-babel,
cl-cffi,
+ cl-heredoc,
cl-interpol,
+ cl-named-readtables,
cl-ppcre,
cl-trivial-macroexpand-all,
emacsen-common,