aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-02 18:05:49 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-02 18:05:49 -0700
commita256819c6bf2cfd04b85bec808481a5ccec81341 (patch)
treed9fdbb7a5736122a0109f741260e1336fbf9f44e /debian
parent6195a4004d3e34c30f1a3a5800be2f6107199541 (diff)
downloadconsfigurator-a256819c6bf2cfd04b85bec808481a5ccec81341.tar.gz
Move ${sphinxdoc:Depends} Depends->Recommends
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 0ed888c..941bc95 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ consfigurator (0.0.1-2) UNRELEASED; urgency=medium
* Add dependencies on cl-babel, cl-cffi.
* Add an autopkgtest, marked as superficial, to test compiling and loading.
+ * Move ${sphinxdoc:Depends} Depends->Recommends to ease installing on stable.
* wrap-and-sort -abst
-- Sean Whitton <spwhitton@spwhitton.name> Sat, 27 Feb 2021 16:54:31 -0700
diff --git a/debian/control b/debian/control
index cffb276..fb05a71 100644
--- a/debian/control
+++ b/debian/control
@@ -22,9 +22,9 @@ Depends:
cl-interpol,
cl-ppcre,
${misc:Depends},
- ${sphinxdoc:Depends},
Recommends:
sbcl,
+ ${sphinxdoc:Depends},
Description: Lisp declarative configuration management system
Consfigurator is a system for declarative configuration management using
Common Lisp. You can use it to configure hosts as root, deploy services as