Source: dogecoin
Section: utils
Priority: optional
Maintainer: Debian Cryptocoin Team <team+cryptocoin@tracker.debian.org>
Uploaders: Keng-Yu Lin <kengyu@debian.org>
Build-Depends:
 autoconf,
 automake,
 debhelper (>= 12),
 libboost-chrono-dev,
 libboost-filesystem-dev,
 libboost-program-options-dev,
 libboost-system-dev,
 libboost-test-dev,
 libboost-thread-dev,
 libdb++-dev,
 libevent-dev,
 libminiupnpc-dev,
 libprotobuf-dev,
 libqrencode-dev,
 libssl-dev,
 pkg-config,
 protobuf-compiler,
 python3,
 qtbase5-dev,
 qttools5-dev-tools,
Standards-Version: 4.5.0.3
Homepage: http://dogecoin.com/

Package: dogecoin
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: peer-to-peer network based digital currency
 Dogecoin 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 20+ GB of space, slowly growing.

Package: libdogecoinconsensus0
Section: libs
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Pre-Depends},
 ${misc:Depends},
 ${shlibs:Depends}
Breaks: dogecoin (<< 1.14)
Replaces: dogecoin (<< 1.14)
Description: Dogecoin consensus library (shared library)
 libdogecoinconcensus library provides consensus validation for Dogecoin.
 This library incorporates the files that have been identified as
 "consensus critical" in dogecoind.

Package: libdogecoinconsensus-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 libdogecoinconsensus0 (= ${binary:Version})
Breaks: dogecoin (<< 1.14)
Replaces: dogecoin (<< 1.14)
Description: Dogecoin consensus library (development files)
 libdogecoinconsensus library provides consensus validation for Dogecoin.
 This library incorporates the files that have been identified as
 "consensus critical" in dogecoind.
