From a256819c6bf2cfd04b85bec808481a5ccec81341 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 2 Mar 2021 18:05:49 -0700 Subject: Move ${sphinxdoc:Depends} Depends->Recommends Signed-off-by: Sean Whitton --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 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 -- cgit v1.2.3