summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--debian/control2
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index b1199c5..2a973a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ downtimed (1.0-1) unstable; urgency=medium
* debian/control:
- Bump Standards-Version to 3.9.8 (no changes required).
- Change Vcs-Browser URI to secure protocol and cgit version.
+ - Correct typo.
* debian/copyright:
- Add year 2016.
- Change copyright at * to Janne Snabb.
@@ -19,7 +20,7 @@ downtimed (1.0-1) unstable; urgency=medium
- Enable hardening.
- Remove old style buildflag export.
- -- Jörg Frings-Fürst <debian@jff-webhosting.net> Tue, 23 Aug 2016 22:46:35 +0200
+ -- Jörg Frings-Fürst <debian@jff-webhosting.net> Mon, 29 Aug 2016 19:48:47 +0200
downtimed (0.6-4) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index e598e42..dfcdfff 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,6 @@ Depends:
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 simple database 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.