X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=debian%2Fchangelog;h=49871dd2ea19b70bb81e9664ad8be97cb05d0537;hb=2e77e7eed424e3e65d86383ff2c545995ea30d14;hp=c6cf27e1af95de468f46df90f1e707a8d14c49f6;hpb=0dc9cb5b7044e82c606b99a3d36c1d05eb6026a1;p=onak.git diff --git a/debian/changelog b/debian/changelog index c6cf27e..49871dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,52 @@ +onak (0.6.2-2) UNRELEASED; urgency=low + + * Switch to RuntimeDirectory in systemd service file. Thanks to Guillem + Jover for the pointer. + + -- Jonathan McDowell Mon, 02 Jan 2023 15:55:04 +0000 + +onak (0.6.2-1) unstable; urgency=low + + * New upstream release + * Bump debhelper compat level to 13 + * Use /run/onak for keyd socket + * Bump Debian Standards-Version to 4.6.1 + + -- Jonathan McDowell Sun, 27 Nov 2022 19:41:19 +0000 + +onak (0.6.1-1) unstable; urgency=low + + * New upstream release + * Bump debhelper compat level to 10 + * Set Rules-Requires-Root to no + * Cleanup postinst to avoid recursive chown of database + * Add dependency on pkg-config + * Remove --with=systemd from dh call. + * Rename debian/NEWS.Debian to debian/NEWS + * Bump Debian Standards-Version to 4.5.0 + + -- Jonathan McDowell Sun, 13 Sep 2020 12:11:12 +0100 + +onak (0.5.0-1) unstable; urgency=low + + * Remove Ross Burton from Uploaders. + * Bump Debian Standards-Version to 3.9.8.0 + * Fix up systemd control file to allow non-socket activation. + * Update Vcs URLs to use secure variants. + * Add onak to Provides: in init script rather than just pgp-keyserver. + * Add all hardening options (in particular for bindnow + pie). + + -- Jonathan McDowell Sun, 28 Aug 2016 16:16:10 +0100 + +onak (0.4.6-1) unstable; urgency=low + + * New upstream release + * Re-order linking for backend plugins to cope with ld --as-needed. + (Closes: #772433) + * Update debian/watch file to deal with non-gz compressed tarballs. + + -- Jonathan McDowell Tue, 25 Aug 2015 16:18:12 +0100 + onak (0.4.5-2) unstable; urgency=low * Don't build-depend on systemd dev packages for non-Linux architectures.