author | Michael Krelin <hacker@klever.net> | 2011-10-10 21:21:36 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2011-10-12 19:58:30 (UTC) |
commit | e402d5619a9dd86e0f51fa39418f4db490ef1037 (patch) (side-by-side diff) | |
tree | 69b9176d76d71b5f147c8a93830e1b6d66f3daa1 /debian/control | |
parent | 970337c91c02afa9b8d33ab5596270594ffe58e6 (diff) | |
download | dudki-master.zip dudki-master.tar.gz dudki-master.tar.bz2 |
Ubuntization to be precise.
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | debian/control | 17 |
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. + . |