aboutsummaryrefslogtreecommitdiff
path: root/etc/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'etc/debian/control')
-rw-r--r--etc/debian/control14
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/debian/control b/etc/debian/control
new file mode 100644
index 0000000..867a679
--- /dev/null
+++ b/etc/debian/control
@@ -0,0 +1,14 @@
+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
+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.