aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-09-05 15:38:46 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-09-08 13:09:37 -0700
commit210a2d70570792f8fac53960557232de910bff37 (patch)
tree4060cbe2298a02426b2df7c31507512c948a6c1e /debian
parenta41a42f86145909bafa1d7ce75a2ca3a9944e7fa (diff)
downloadconsfigurator-210a2d70570792f8fac53960557232de910bff37.tar.gz
add dep on Anaphora and use APROG1, ALET & AAND in various places
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 8e2153b..eb35a0f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+consfigurator (0.11.0-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+ * Add dep and build-dep on cl-anaphora.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Sat, 04 Sep 2021 15:42:01 -0700
+
consfigurator (0.10.0-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/control b/debian/control
index 6ce608b..3a20237 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Priority: optional
Maintainer: Sean Whitton <spwhitton@spwhitton.name>
Build-Depends:
cl-alexandria,
+ cl-anaphora,
cl-babel,
cl-cffi,
cl-heredoc,
@@ -30,6 +31,7 @@ Package: cl-consfigurator
Architecture: all
Depends:
cl-alexandria,
+ cl-anaphora,
cl-babel,
cl-cffi,
cl-heredoc,