From 1ac3ddee874fc123bbdb2610aad689aafddf1029 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 2 Mar 2021 18:06:27 -0700 Subject: Add "Provides: consfigurator" Signed-off-by: Sean Whitton --- debian/changelog | 1 + debian/control | 2 ++ 2 files changed, 3 insertions(+) (limited to 'debian') 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 -- cgit v1.2.3