diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 21 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/systemd/downtimed.service | 1 |
3 files changed, 18 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index 8bd193d..13b6e10 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,22 @@ +downtimed (0.6-3) UNRELEASED; urgency=medium + + * debian/systemd/downtimed.service: + - Delete wrong Alias (Closes: #755930) + + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Fri, 25 Jul 2014 16:05:41 +0200 + downtimed (0.6-2) unstable; urgency=low - * Add systemd - * Add startup - * New VCS - * New Maintainer (Closes: #745711) + * New maintainer (Closes: #745711). + * Add native support for systemd: + - new debian/downtimed.service + - add dh_systemd to debian/control + - change debian/control + * Add native support for upstart: + - new debian/downtimed.upstart + * Update VCS-* URLs in debian/control. + * Add debian/source/options: + - set compression to xz & compression-level to 9 -- Jörg Frings-Fürst <debian@jff-webhosting.net> Wed, 09 Jul 2014 12:55:33 +0200 diff --git a/debian/control b/debian/control index 8c2ef98..d775fc5 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: 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-Git: git://anonscm.debian.org/collab-maint/downtimed.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/downtimed.git Package: downtimed diff --git a/debian/systemd/downtimed.service b/debian/systemd/downtimed.service index 41ff8c3..4cb2be8 100644 --- a/debian/systemd/downtimed.service +++ b/debian/systemd/downtimed.service @@ -10,4 +10,3 @@ Restart=on-failure [Install] WantedBy=multi-user.target -Alias=downtimed.service |