aboutsummaryrefslogtreecommitdiff
path: root/etc/debian
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-03-10 08:12:10 +0100
committerPatrick Spek <p.spek@tyil.nl>2023-03-10 08:12:10 +0100
commit082d335fd41f5e951f3383a7bf5dfdbfdc8a93e4 (patch)
treef4d0abdb78c01cd8d9a3e51daa9511134cfd79bd /etc/debian
parent5a3a5e2778c33031c42088fcddd4b5b2eb960bd2 (diff)
Redo pkg-debian target
Diffstat (limited to 'etc/debian')
-rw-r--r--etc/debian/control26
1 files changed, 4 insertions, 22 deletions
diff --git a/etc/debian/control b/etc/debian/control
index 1358461..44785a3 100644
--- a/etc/debian/control
+++ b/etc/debian/control
@@ -1,23 +1,5 @@
-Source: bashtard
-Section: admin
-Priority: optional
-Maintainer: Patrick Spek <p.spek+debian@tyil.nl>
-Build-Depends: debhelper-compat (= 13)
-Build-Depends-Indep: scdoc
-Standards-Version: 4.5.1
-Homepage: https://git.tyil.nl/bashtard
-Rules-Requires-Root: no
-
Package: bashtard
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Simple configuration management 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.
+Version: 1.0
+Architecture: all
+Maintainer: p.spek@tyil.nl
+Description: Configuration Management System in Bash