summaryrefslogtreecommitdiffabout
path: root/debian/control
Side-by-side diff
Diffstat (limited to 'debian/control') (more/less context) (ignore whitespace changes)
-rw-r--r--debian/control17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a899c85
--- a/dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: dudki
+Section: utils
+Priority: optional
+Maintainer: Michael Krelin <hacker@klever.net>
+Build-Depends: debhelper, cdbs, libdotconf-dev, pkg-config, xsltproc
+Standards-Version: 3.9.1
+Homepage: http://kin.klever.net/dudki
+
+Package: dudki
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Process monitoring daemon
+ Dudki! is a simple maintenance daemon that checks whether certain processes
+ are running (based on pidfiles) and, if needed, tries to restart them. It
+ also supports a self-test command line invocation which can be used in a cron
+ job.
+ .