-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable PPA builds #896
Enable PPA builds #896
Changes from 4 commits
1ca59fe
7ad1ea8
05e0a12
da7ef9c
d0d2f05
3dc2bab
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,23 @@ | ||
Source: dash | ||
Section: utils | ||
Priority: optional | ||
Maintainer: Jonas Smedegaard <dr@jones.dk> ***TODO*** | ||
Uploaders: Micah Anderson <micah@debian.org> ***TODO*** | ||
Maintainer: Holger Schinzel <holger@dash.org> | ||
Uploaders: Holger Schinzel <holger@dash.org> | ||
Build-Depends: debhelper, | ||
devscripts, | ||
automake, | ||
libtool, | ||
bash-completion, | ||
libboost-system-dev (>> 1.35) | libboost-system1.35-dev, | ||
libdb4.8++-dev, | ||
libssl-dev, | ||
pkg-config, | ||
libminiupnpc8-dev | libminiupnpc-dev (>> 1.6), | ||
libboost-filesystem-dev (>> 1.35) | libboost-filesystem1.35-dev, | ||
libboost-program-options-dev (>> 1.35) | libboost-program-options1.35-dev, | ||
libboost-thread-dev (>> 1.35) | libboost-thread1.35-dev, | ||
libboost-test-dev (>> 1.35) | libboost-test1.35-dev, | ||
libevent-dev, | ||
libboost-system1.48-dev | libboost-system-dev (>> 1.35), | ||
libboost-filesystem1.48-dev | libboost-filesystem-dev (>> 1.35), | ||
libboost-program-options1.48-dev | libboost-program-options-dev (>> 1.35), | ||
libboost-thread1.48-dev | libboost-thread-dev (>> 1.35), | ||
libboost-test1.48-dev | libboost-test-dev (>> 1.35), | ||
libboost-chrono1.48-dev | libboost-chrono-dev (>> 1.35), | ||
qt4-qmake, | ||
libqt4-dev, | ||
libqrencode-dev, | ||
|
@@ -31,11 +32,14 @@ Package: dashd | |
Architecture: any | ||
Depends: ${shlibs:Depends}, ${misc:Depends} | ||
Description: peer-to-peer network based digital currency - daemon | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. again - more like a rollback There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I prefer dash.org instead of www.dash.org :) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. well, that's questionable :) because dash.org redirects to www.dash.org as an actual Homepage and dash.org is also used for a bunch of other things like There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. OK, convinced, will push a change :) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. also description below
was matching readme and a newly proposed version doesn't. I like readme version more then a newly proposed one, imo current one is more accurate, no need to change it. |
||
Dash is an experimental new digital currency that enables instant | ||
payments to anyone, anywhere in the world. Dash uses peer-to-peer | ||
technology to operate with no central authority: managing transactions | ||
and issuing money are carried out collectively by the network. Dash Core | ||
is the name of the open source software which enables the use of this currency. | ||
Dash is a free open source peer-to-peer electronic cash system that | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I probably commented on a wrong line previously, so rephrasing here... There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I have no idea either. The one committed now is from Bitcoin 12.1 with Bitcoin replaced by Dash :) |
||
is completely decentralized, without the need for a central server or | ||
trusted parties. Users hold the crypto keys to their own money and | ||
transact directly with each other, with the help of a P2P network to | ||
check for double-spending. | ||
. | ||
Full transaction history is stored locally at each client. This | ||
requires 2+ GB of space, slowly growing. | ||
. | ||
This package provides the daemon, dashd, and the CLI tool | ||
dash-cli to interact with the daemon. | ||
|
@@ -44,23 +48,26 @@ Package: dash-qt | |
Architecture: any | ||
Depends: ${shlibs:Depends}, ${misc:Depends} | ||
Description: peer-to-peer network based digital currency - Qt GUI | ||
Dash is an experimental new digital currency that enables instant | ||
payments to anyone, anywhere in the world. Dash uses peer-to-peer | ||
technology to operate with no central authority: managing transactions | ||
and issuing money are carried out collectively by the network. Dash Core | ||
is the name of the open source software which enables the use of this currency. | ||
Dash is a free open source peer-to-peer electronic cash system that | ||
is completely decentralized, without the need for a central server or | ||
trusted parties. Users hold the crypto keys to their own money and | ||
transact directly with each other, with the help of a P2P network to | ||
check for double-spending. | ||
. | ||
Full transaction history is stored locally at each client. This | ||
requires 2+ GB of space, slowly growing. | ||
. | ||
This package provides Dash-Qt, a GUI for Dash based on Qt. | ||
|
||
Package: dash-tx | ||
Architecture: any | ||
Depends: ${shlibs:Depends}, ${misc:Depends} | ||
Description: peer-to-peer digital currency - standalone transaction tool | ||
Dash is an experimental new digital currency that enables instant | ||
payments to anyone, anywhere in the world. Dash uses peer-to-peer | ||
technology to operate with no central authority: managing transactions | ||
and issuing money are carried out collectively by the network. Dash Core | ||
is the name of the open source software which enables the use of this currency. | ||
Dash is a free open source peer-to-peer electronic cash system that | ||
is completely decentralized, without the need for a central server or | ||
trusted parties. Users hold the crypto keys to their own money and | ||
transact directly with each other, with the help of a P2P network to | ||
check for double-spending. | ||
. | ||
This package provides dash-tx, a command-line transaction creation | ||
tool which can be used without a dash daemon. Some means of | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
usr/local/bin/dash-qt usr/bin | ||
share/pixmaps/bitcoin32.xpm usr/share/pixmaps | ||
share/pixmaps/bitcoin16.xpm usr/share/pixmaps | ||
share/pixmaps/bitcoin128.png usr/share/pixmaps | ||
share/pixmaps/dash32.xpm usr/share/pixmaps | ||
share/pixmaps/dash16.xpm usr/share/pixmaps | ||
share/pixmaps/dash128.png usr/share/pixmaps | ||
debian/dash-qt.desktop usr/share/applications | ||
debian/dash-qt.protocol usr/share/kde4/services/ |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,11 @@ | |
# -*- mode: makefile; coding: utf-8 -*- | ||
|
||
#DEB_MAKE_CHECK_TARGET = test_dash | ||
#build/bitcoind:: | ||
#build/dashd:: | ||
# $(if $(filter nocheck,$(DEB_BUILD_OPTIONS)),,src/test_dash) | ||
|
||
DEB_INSTALL_EXAMPLES_bitcoind += debian/examples/* | ||
DEB_INSTALL_MANPAGES_bitcoind += debian/manpages/* | ||
DEB_INSTALL_EXAMPLES_dashd += debian/examples/* | ||
DEB_INSTALL_MANPAGES_dashd += debian/manpages/* | ||
|
||
%: | ||
dh --with bash-completion $@ | ||
|
@@ -18,7 +18,7 @@ override_dh_auto_clean: | |
# Yea, autogen should be run on the source archive, but I like doing git archive | ||
override_dh_auto_configure: | ||
./autogen.sh | ||
./configure | ||
./configure --without-miniupnpc --with-gui=qt4 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That's what Bitcoin is doing - i guess for compatibilty with 5 different Ubuntu versions... There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. hmm, ok There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I need to test it on all 5 versions anyway, if something does not work out we'll adapt There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Re. miniupnp: As far as i know Bitcoin disabled it because of security concerns |
||
|
||
override_dh_auto_test: | ||
make check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes starting from this line look more like a rollback, bringing errors/misspellings...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, it's a rollback - you don't change changelogs afterwards
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah, ok, good point :)