mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-05 10:42:13 +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
|
bitcoin (0.11.0-precise1) precise; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
Source: bitcoin
|
Source: bitcoinclassic
|
||||||
Section: utils
|
Section: utils
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Jonas Smedegaard <dr@jones.dk>
|
Maintainer: The Classic Devs <packages@bitcoinclassic.com>
|
||||||
Uploaders: Micah Anderson <micah@debian.org>
|
Uploaders: Micah Anderson <micah@debian.org>, Jon Rumion <yamamushi@gmail.com>
|
||||||
Build-Depends: debhelper,
|
Build-Depends: debhelper,
|
||||||
devscripts,
|
devscripts,
|
||||||
automake,
|
automake,
|
||||||
@@ -17,15 +17,18 @@ Build-Depends: debhelper,
|
|||||||
libboost-program-options-dev (>> 1.35) | libboost-program-options1.35-dev,
|
libboost-program-options-dev (>> 1.35) | libboost-program-options1.35-dev,
|
||||||
libboost-thread-dev (>> 1.35) | libboost-thread1.35-dev,
|
libboost-thread-dev (>> 1.35) | libboost-thread1.35-dev,
|
||||||
libboost-test-dev (>> 1.35) | libboost-test1.35-dev,
|
libboost-test-dev (>> 1.35) | libboost-test1.35-dev,
|
||||||
qt4-qmake,
|
libboost-dev,
|
||||||
libqt4-dev,
|
libboost-chrono-dev,
|
||||||
|
libboost-all-dev,
|
||||||
|
libqt5gui5, libqt5core5a, libqt5dbus5, qttools5-dev, qttools5-dev-tools,
|
||||||
libqrencode-dev,
|
libqrencode-dev,
|
||||||
libprotobuf-dev, protobuf-compiler,
|
libprotobuf-dev, protobuf-compiler,
|
||||||
python
|
python,
|
||||||
|
libevent-dev
|
||||||
Standards-Version: 3.9.2
|
Standards-Version: 3.9.2
|
||||||
Homepage: https://bitcoincore.org/
|
Homepage: https://bitcoinclassic.com/
|
||||||
Vcs-Git: git://github.com/bitcoin/bitcoin.git
|
Vcs-Git: git://github.com/bitcoinclassic/bitcoinclassic.git
|
||||||
Vcs-Browser: https://github.com/bitcoin/bitcoin
|
Vcs-Browser: https://github.com/bitcoinclassic/bitcoinclassic
|
||||||
|
|
||||||
Package: bitcoind
|
Package: bitcoind
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
|||||||
Reference in New Issue
Block a user