aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-27 16:58:39 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-27 16:58:39 -0700
commit649439ee3e7c05eb604f81b6c6d8eb76ac86aa6e (patch)
tree0b902692a607049ce44727a06727b7f26a187b44 /debian
parenta9785ec40b9b6cc906d1cbe4dbaeec477f235148 (diff)
downloadconsfigurator-649439ee3e7c05eb604f81b6c6d8eb76ac86aa6e.tar.gz
debian/: wrap-and-sort -abst
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control18
-rw-r--r--debian/tests/control4
3 files changed, 19 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index c07d365..0ed888c 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.
+ * 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 92effac..cffb276 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,11 @@ Source: consfigurator
Section: admin
Priority: optional
Maintainer: Sean Whitton <spwhitton@spwhitton.name>
-Build-Depends: debhelper-compat (= 13), texinfo, python3-sphinx, sphinx-common
+Build-Depends:
+ debhelper-compat (= 13),
+ python3-sphinx,
+ sphinx-common,
+ texinfo,
Standards-Version: 4.5.1
Homepage: https://git.spwhitton.name/consfigurator/about/
Vcs-Git: https://git.spwhitton.name/consfigurator
@@ -11,8 +15,16 @@ Rules-Requires-Root: no
Package: cl-consfigurator
Architecture: all
-Depends: ${misc:Depends}, ${sphinxdoc:Depends}, cl-alexandria, cl-ppcre, cl-interpol, cl-babel, cl-cffi
-Recommends: sbcl
+Depends:
+ cl-alexandria,
+ cl-babel,
+ cl-cffi,
+ cl-interpol,
+ cl-ppcre,
+ ${misc:Depends},
+ ${sphinxdoc:Depends},
+Recommends:
+ sbcl,
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
diff --git a/debian/tests/control b/debian/tests/control
index d3e3a1c..a52a8f5 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,3 +1,5 @@
Test-Command: sbcl --script debian/tests/compile.lisp
-Depends: @, sbcl
+Depends:
+ sbcl,
+ @,
Restrictions: allow-stderr, superficial