aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-02 18:06:27 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-02 18:06:27 -0700
commit1ac3ddee874fc123bbdb2610aad689aafddf1029 (patch)
tree7856d61e69d77e8575038049acce93e8816b03b5
parenta256819c6bf2cfd04b85bec808481a5ccec81341 (diff)
downloadconsfigurator-1ac3ddee874fc123bbdb2610aad689aafddf1029.tar.gz
Add "Provides: consfigurator"
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 941bc95..1f41406 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.
+ * Add "Provides: consfigurator".
* Move ${sphinxdoc:Depends} Depends->Recommends to ease installing on stable.
* wrap-and-sort -abst
diff --git a/debian/control b/debian/control
index fb05a71..6b42ba1 100644
--- a/debian/control
+++ b/debian/control
@@ -25,6 +25,8 @@ Depends:
Recommends:
sbcl,
${sphinxdoc:Depends},
+Provides:
+ consfigurator,
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