Skip to content

Commit

Permalink
Update contrib/debian.
Browse files Browse the repository at this point in the history
* Updates package description to note that blockchain now takes
  2+ GB instead of 150+ MB.

* Stop creating DB_CONFIG with DB_LOG_AUTO_REMOVE as that is set
  in Bitcoin itself now.

* Update changelog with 0.6.2 and the current updates.
  • Loading branch information
Matt Corallo committed Jun 2, 2012
1 parent 98474d3 commit 8f6111b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 24 deletions.
16 changes: 0 additions & 16 deletions contrib/debian/bin/bitcoin-qt

This file was deleted.

4 changes: 0 additions & 4 deletions contrib/debian/bin/bitcoind
Expand Up @@ -5,14 +5,10 @@ set -e
umask 077

basedir=~/.bitcoin
dbfile="$basedir/DB_CONFIG"
cfgfile="$basedir/bitcoin.conf"

[ -e "$basedir" ] || mkdir "$basedir"

[ -e "$cfgfile" ] || perl -le 'print"rpcpassword=",map{(a..z,A..Z,0..9)[rand 62]}0..9' > "$cfgfile"

# Bitcoin does not clean up DB log files by default
[ -e "$dbfile" ] || echo 'set_flags DB_LOG_AUTOREMOVE' > "$dbfile"

exec /usr/lib/bitcoin/bitcoind "$@"
3 changes: 1 addition & 2 deletions contrib/debian/bitcoin-qt.install
@@ -1,5 +1,4 @@
debian/bin/bitcoin-qt usr/bin
bitcoin-qt usr/lib/bitcoin
bitcoin-qt usr/bin
share/pixmaps/bitcoin32.xpm usr/share/pixmaps
share/pixmaps/bitcoin80.xpm usr/share/pixmaps
debian/bitcoin-qt.desktop usr/share/applications
Expand Down
12 changes: 12 additions & 0 deletions contrib/debian/changelog
@@ -1,3 +1,15 @@
bitcoin (0.6.2-natty1) natty; urgency=low

* Update package description and launch scripts.

-- Matt Corallo <matt@bluematt.me> Sat, 2 Jun 2012 16:41:00 +0200

bitcoin (0.6.2-natty0) natty; urgency=low

* New upstream release.

-- Matt Corallo <matt@bluematt.me> Tue, 8 May 2012 16:27:00 -0500

bitcoin (0.6.1-natty0) natty; urgency=low

* New upstream release.
Expand Down
4 changes: 2 additions & 2 deletions contrib/debian/control
Expand Up @@ -36,7 +36,7 @@ Description: peer-to-peer network based digital currency - daemon
By default connects to an IRC network to discover other peers.
.
Full transaction history is stored locally at each client. This
requires 150+ MB of space, slowly growing.
requires 2+ GB of space, slowly growing.
.
This package provides bitcoind, a combined daemon and CLI tool to
interact with the daemon.
Expand All @@ -54,6 +54,6 @@ Description: peer-to-peer network based digital currency - QT GUI
By default connects to an IRC network to discover other peers.
.
Full transaction history is stored locally at each client. This
requires 150+ MB of space, slowly growing.
requires 2+ GB of space, slowly growing.
.
This package provides bitcoin-qt, a GUI for Bitcoin based on QT.

0 comments on commit 8f6111b

Please sign in to comment.