Skip to content

Commit

Permalink
R.I.P. Mist
Browse files Browse the repository at this point in the history
  • Loading branch information
caktux committed Jun 20, 2015
1 parent 2d29321 commit 1900217
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 25 deletions.
28 changes: 4 additions & 24 deletions debian/control
Expand Up @@ -7,19 +7,7 @@ Build-Depends: debhelper (>= 8.0.0),
golang,
golang-godebiancontrol-dev,
libgmp3-dev,
libreadline6-dev,
pkg-config, libpcre3-dev, libpcre++-dev,
qt5-default,
qtbase5-dev,
qtbase5-private-dev,
libqt5opengl5-dev,
qtdeclarative5-dev,
qml-module-qtquick-controls,
qml-module-qtquick-dialogs,
qml-module-qt-websockets,
qml-module-qtwebengine,
libqt5websockets5-dev,
libqt5webengine5-dev
libreadline6-dev
Standards-Version: 3.9.5
Homepage: http://ethereum.org
Vcs-Git: git://github.com/ethereum/go-ethereum.git
Expand All @@ -34,10 +22,9 @@ Depends: ${misc:Depends},
evm,
disasm,
rlpdump,
ethtest,
mist
Description: Meta-package to install ethereum (CLI) and mist (GUI)
Meta-package to install ethereum (CLI) and mist (GUI)
ethtest
Description: Meta-package to install geth (CLI), console and other tools
Meta-package to install geth (CLI), console and other tools

Package: geth
Architecture: any
Expand Down Expand Up @@ -87,10 +74,3 @@ Depends: ${shlibs:Depends}, ${misc:Depends}
Built-Using: ${misc:Built-Using}
Description: Ethereum ethtest tool.
Ethereum ethtest tool.

Package: mist
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, qt5-default, libqt5qml5, libqt5quick5, libqt5webengine5, qml-module-qtquick-controls, qml-module-qtquick-dialogs, qml-module-qt-websockets, qml-module-qtwebengine
Built-Using: ${misc:Built-Using}
Description: Mist browser, official Ethereum GUI client.
Mist browser, official Ethereum GUI client.
1 change: 0 additions & 1 deletion debian/rules
Expand Up @@ -20,7 +20,6 @@ override_dh_auto_build:
go build -v github.com/ethereum/go-ethereum/cmd/rlpdump
go build -v github.com/ethereum/go-ethereum/cmd/ethtest
go build -v github.com/ethereum/go-ethereum/cmd/bootnode
go build -v github.com/ethereum/go-ethereum/cmd/mist

override_dh_auto_install:
# just install binaries and copy assets
Expand Down

0 comments on commit 1900217

Please sign in to comment.