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) (unidiff) | |
tree | 69b9176d76d71b5f147c8a93830e1b6d66f3daa1 /debian/control | |
parent | 970337c91c02afa9b8d33ab5596270594ffe58e6 (diff) | |
download | dudki-e402d5619a9dd86e0f51fa39418f4db490ef1037.zip dudki-e402d5619a9dd86e0f51fa39418f4db490ef1037.tar.gz dudki-e402d5619a9dd86e0f51fa39418f4db490ef1037.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 @@ | |||
1 | Source: dudki | ||
2 | Section: utils | ||
3 | Priority: optional | ||
4 | Maintainer: Michael Krelin <hacker@klever.net> | ||
5 | Build-Depends: debhelper, cdbs, libdotconf-dev, pkg-config, xsltproc | ||
6 | Standards-Version: 3.9.1 | ||
7 | Homepage: http://kin.klever.net/dudki | ||
8 | |||
9 | Package: dudki | ||
10 | Architecture: any | ||
11 | Depends: ${shlibs:Depends}, ${misc:Depends} | ||
12 | Description: Process monitoring daemon | ||
13 | Dudki! is a simple maintenance daemon that checks whether certain processes | ||
14 | are running (based on pidfiles) and, if needed, tries to restart them. It | ||
15 | also supports a self-test command line invocation which can be used in a cron | ||
16 | job. | ||
17 | . | ||