From 9085532d35207c4a7690812ae82e476cf518d451 Mon Sep 17 00:00:00 2001 From: ctp-tsteenholdt Date: Fri, 20 Apr 2018 08:31:58 -0200 Subject: Sync contrib/debian from Matt Corallo's PPA --- contrib/debian/changelog | 86 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) (limited to 'contrib/debian/changelog') diff --git a/contrib/debian/changelog b/contrib/debian/changelog index 33dab9b638..dd644559ff 100644 --- a/contrib/debian/changelog +++ b/contrib/debian/changelog @@ -1,3 +1,89 @@ +bitcoin (0.16.0-xenial1) xenial; urgency=medium + + * Mark for xenial. + + -- Matt Corallo (BlueMatt) Mon, 05 Mar 2018 11:20:00 -0500 + +bitcoin (0.16.0-trusty1) trusty; urgency=medium + + * New upstream release. + + -- Matt Corallo (BlueMatt) Mon, 05 Mar 2018 11:18:00 -0500 + +bitcoin (0.15.1-trusty1) trusty; urgency=medium + + * New upstream release. + * Remove backported patches (which are now upstream). + + -- Matt Corallo (BlueMatt) Sat, 11 Nov 2017 16:51:00 -0500 + +bitcoin (0.15.0-artful9) artful; urgency=medium + + * Mark for artful. + + -- Matt Corallo (BlueMatt) Sat, 21 Oct 2017 20:56:00 -0400 + +bitcoin (0.15.0-trusty9) trusty; urgency=medium + + * Add missing xvfb dep. + + -- Matt Corallo (BlueMatt) Thu, 14 Sep 2017 22:47:00 -0400 + +bitcoin (0.15.0-trusty8) trusty; urgency=medium + + * Backport #11332 to fix Qt settings upgrade segfault. + * Use qt5 on arm to fix Qt test segfault. + + -- Matt Corallo (BlueMatt) Thu, 14 Sep 2017 22:03:00 -0400 + +bitcoin (0.15.0-trusty7) trusty; urgency=medium + + * Backport #11210 to fix build inside launchpad. + + -- Matt Corallo (BlueMatt) Tue, 12 Sep 2017 16:13:00 -0400 + +bitcoin (0.15.0-trusty6) trusty; urgency=medium + + * Make launchpad print more debug information. + + -- Matt Corallo (BlueMatt) Tue, 12 Sep 2017 12:50:00 -0400 + +bitcoin (0.15.0-trusty5) trusty; urgency=medium + + * Use proper makefile comparison to fix Xvfb start. + + -- Matt Corallo (BlueMatt) Tue, 12 Sep 2017 12:49:00 -0400 + +bitcoin (0.15.0-trusty4) trusty; urgency=medium + + * Use full path for start-stop-daemon to fix Xvfb start. + + -- Matt Corallo (BlueMatt) Tue, 12 Sep 2017 11:44:00 -0400 + +bitcoin (0.15.0-trusty3) trusty; urgency=medium + + * Fix DISPLAY setting when using xvfb. + + -- Matt Corallo (BlueMatt) Mon, 11 Sep 2017 20:06:00 -0400 + +bitcoin (0.15.0-trusty2) trusty; urgency=medium + + * Use xvfb to run qt4 tests. + + -- Matt Corallo (BlueMatt) Mon, 11 Sep 2017 17:31:00 -0400 + +bitcoin (0.15.0-trusty1) trusty; urgency=medium + + * New upstream release. + + -- Matt Corallo (BlueMatt) Mon, 11 Sep 2017 16:17:00 -0400 + +bitcoin (0.14.2-trusty1) trusty; urgency=medium + + * New upstream release. + + -- Matt Corallo (BlueMatt) Fri, 23 Jun 2017 18:21:00 -0400 + bitcoin (0.14.1-trusty4) trusty; urgency=medium * Re-enable UPnP support. -- cgit v1.2.3 From 2a87b1b07c5c4f8b9b34747c5f254c2ae1e824bf Mon Sep 17 00:00:00 2001 From: ctp-tsteenholdt Date: Fri, 20 Apr 2018 08:34:12 -0200 Subject: Add systemd service for bitcoind Adding systemd service for bitcoind, to provide for a simpler out-of-the-box experience. Configuration file is /etc/bitcoin/bitcoin.conf. This file is a copy of the sample configuration file. The service user 'bitcoin' is added during install. Its homedir is in '/var/lib/bitcoin'. bitcoind.service is disabled by default to allow the user to configure it, before starting it the first time. On package purge, the 'bitcoin' user as well as its homedir is left intact, to not accidentally remove a wallet or something of equal importance. Instead the user is presented with information on how to perform the cleanup manually, after making sure all important data has been backed up. --- contrib/debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'contrib/debian/changelog') diff --git a/contrib/debian/changelog b/contrib/debian/changelog index dd644559ff..1c7ad362da 100644 --- a/contrib/debian/changelog +++ b/contrib/debian/changelog @@ -1,3 +1,9 @@ +bitcoin (0.16.0-trusty2) trusty; urgency=medium + + * Add systemd service to bitcoind + + -- Thomas M Steenholdt Wed, 18 Apr 2018 16:40:00 -0200 + bitcoin (0.16.0-xenial1) xenial; urgency=medium * Mark for xenial. -- cgit v1.2.3