aboutsummaryrefslogtreecommitdiff
path: root/etc/debian/control
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-08-25 08:26:44 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-08-25 08:26:44 +0200
commit98768c0ca446f3202ce4d3e79eb68e463f11c156 (patch)
tree25253773f911ccc265757fdd2daac810c899b033 /etc/debian/control
parent3b308831086d44c38da3e54f7c3ed514bd19e785 (diff)
Overhaul Debian package generation
Diffstat (limited to 'etc/debian/control')
-rw-r--r--etc/debian/control14
1 files changed, 8 insertions, 6 deletions
diff --git a/etc/debian/control b/etc/debian/control
index 7a48a6f..1358461 100644
--- a/etc/debian/control
+++ b/etc/debian/control
@@ -1,19 +1,21 @@
-Package: bashtard
-Version: %VERSION%
Source: bashtard
Section: admin
Priority: optional
Maintainer: Patrick Spek <p.spek+debian@tyil.nl>
-Homepage: https://git.tyil.nl/bashtard
-Architecture: all
+Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: scdoc
-Depends:
+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