summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-07-09 16:07:43 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-07-09 16:07:43 +0200
commite2e46d2bb990cadab12dc1e8852eb9ab69fe6d66 (patch)
treebc1508af51148324cb298167150ce7a51fc2071a /debian/control
parent819a9ab222da57d6064a7cc9ad3e2c9ff0ef2f82 (diff)
New Maintainer
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control25
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..8c2ef98
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: downtimed
+Section: admin
+Priority: extra
+Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net>
+Build-Depends:
+ debhelper (>= 9),
+ dh-systemd,
+ dpkg-dev (>= 1.15.7)
+Standards-Version: 3.9.5
+Homepage: http://dist.epipe.com/downtimed/
+Vcs-Svn: git://anonscm.debian.org/collab-maint/downtimed.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/downtimed.git
+
+Package: downtimed
+Architecture: any
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ lsb-base (>= 3.2-14)
+Description: monitor of downtime, shutdown, and crashes
+ Downtimed is a daemon intended to monitor and record the times
+ an operating system is non-functional. It does this by keeping
+ a simple databas file and by regularly recording time stamps.
+ A client executable reads the database to account for the lengths
+ of periods when the system was down.