From cb6927807304b7129610af72c61ed35c8b742fac Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sat, 11 Mar 2023 12:18:12 +0100 Subject: Extend pkg-debian target Lintian still complains about the changelog format, but I currently have no good means of converting the existing changelog into Debian's preferred format. I also have no intention to rewrite it completely to comply with Debian's preferences. --- etc/debian/control | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'etc/debian') diff --git a/etc/debian/control b/etc/debian/control index 8115703..91cab85 100644 --- a/etc/debian/control +++ b/etc/debian/control @@ -3,5 +3,16 @@ #SPDX-License-Identifier: AGPL-3.0-or-later Package: bashtard Architecture: all -Maintainer: p.spek@tyil.nl +Maintainer: Patrick Spek +Priority: optional +Section: admin Description: Configuration Management System in Bash + Bashtard is a configuration management system built on the idea of simplicity + for the user. It lets you write reasonably simple Bash scripts to configure + your systems, while providing just enough abstractions to make it easy to + work with various base systems. + It is similar in purpose as other configuration management tools, such as + Ansible and Puppet, however Bashtard tries to keep dependencies to a minimum + while still providing some abstractions to make the process easier. This + allows Bashtard to run in more constrained environments, with the abstractions + allowing it to manage a varied array of systems in a single network. -- cgit v1.1