mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-24 12:54:07 +02:00
Update contrib/debian to build 0.12.0 on Launchpad
This commit is contained in:
2
contrib/debian/bitcoin-tx.lintian-overrides
Normal file
2
contrib/debian/bitcoin-tx.lintian-overrides
Normal file
@@ -0,0 +1,2 @@
|
||||
# Linked code is Expat - only Debian packaging is GPL-2+
|
||||
bitcoin-tx: possible-gpl-code-linked-with-openssl
|
||||
@@ -1,3 +1,13 @@
|
||||
bitcoinclassic (0.12.0-trusty1) trusty; urgency=medium
|
||||
|
||||
* Change release to Bitcoin Classic
|
||||
* Add Qt5 libraries
|
||||
* Use Trusty
|
||||
* Add libboost-dev package
|
||||
* Add libevent-event as a dependency.
|
||||
|
||||
-- Jon Rumion (yamamushi) <yamamushi@gmail.com> Fri, 4 Mar 2016 11:00:00 -0600
|
||||
|
||||
bitcoin (0.11.0-precise1) precise; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
Source: bitcoin
|
||||
Source: bitcoinclassic
|
||||
Section: utils
|
||||
Priority: optional
|
||||
Maintainer: Jonas Smedegaard <dr@jones.dk>
|
||||
Uploaders: Micah Anderson <micah@debian.org>
|
||||
Maintainer: The Classic Devs <packages@bitcoinclassic.com>
|
||||
Uploaders: Micah Anderson <micah@debian.org>, Jon Rumion <yamamushi@gmail.com>
|
||||
Build-Depends: debhelper,
|
||||
devscripts,
|
||||
automake,
|
||||
@@ -17,15 +17,18 @@ Build-Depends: debhelper,
|
||||
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,
|
||||
qt4-qmake,
|
||||
libqt4-dev,
|
||||
libboost-dev,
|
||||
libboost-chrono-dev,
|
||||
libboost-all-dev,
|
||||
libqt5gui5, libqt5core5a, libqt5dbus5, qttools5-dev, qttools5-dev-tools,
|
||||
libqrencode-dev,
|
||||
libprotobuf-dev, protobuf-compiler,
|
||||
python
|
||||
python,
|
||||
libevent-dev
|
||||
Standards-Version: 3.9.2
|
||||
Homepage: https://bitcoincore.org/
|
||||
Vcs-Git: git://github.com/bitcoin/bitcoin.git
|
||||
Vcs-Browser: https://github.com/bitcoin/bitcoin
|
||||
Homepage: https://bitcoinclassic.com/
|
||||
Vcs-Git: git://github.com/bitcoinclassic/bitcoinclassic.git
|
||||
Vcs-Browser: https://github.com/bitcoinclassic/bitcoinclassic
|
||||
|
||||
Package: bitcoind
|
||||
Architecture: any
|
||||
|
||||
Reference in New Issue
Block a user