Skip to content

Commit c6de5cc

Browse files
committed
Merge pull request #6796
c7b36cc Change URLs to https in debian/control (Matt Corallo) e253e83 Update debian/changelog and slight tweak to debian/control (Matt Corallo)
2 parents e26a3f6 + c7b36cc commit c6de5cc

File tree

2 files changed

+34
-3
lines changed

2 files changed

+34
-3
lines changed

contrib/debian/changelog

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
bitcoin (0.11.0-precise1) precise; urgency=medium
2+
3+
* New upstream release.
4+
5+
-- Matt Corallo (BlueMatt) <[email protected]> Tue, 14 Jul 2015 14:39:00 -1000
6+
7+
bitcoin (0.10.2-precise1) precise; urgency=medium
8+
9+
* New upstream release.
10+
11+
-- Matt Corallo (BlueMatt) <[email protected]> Mon, 29 Jun 2015 17:33:00 -1000
12+
13+
bitcoin (0.10.1-precise3) precise; urgency=medium
14+
15+
* Fix build dep (include python).
16+
17+
-- Matt Corallo (BlueMatt) <[email protected]> Tue, 5 May 2015 09:28:00 -1000
18+
19+
bitcoin (0.10.1-precise2) precise; urgency=medium
20+
21+
* Fix miniupnpc dep.
22+
23+
-- Matt Corallo (BlueMatt) <[email protected]> Tue, 5 May 2015 00:33:00 -1000
24+
25+
bitcoin (0.10.1-precise1) precise; urgency=medium
26+
27+
* New upstream release.
28+
29+
-- Matt Corallo (BlueMatt) <[email protected]> Tue, 5 May 2015 00:07:00 -1000
30+
131
bitcoin (0.10.0-precise1) precise; urgency=medium
232

333
* New upstream releases.

contrib/debian/control

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ Build-Depends: debhelper,
2020
qt4-qmake,
2121
libqt4-dev,
2222
libqrencode-dev,
23-
libprotobuf-dev, protobuf-compiler
23+
libprotobuf-dev, protobuf-compiler,
24+
python
2425
Standards-Version: 3.9.2
25-
Homepage: http://www.bitcoin.org/
26+
Homepage: https://www.bitcoin.org/
2627
Vcs-Git: git://github.com/bitcoin/bitcoin.git
27-
Vcs-Browser: http://github.com/bitcoin/bitcoin
28+
Vcs-Browser: https://github.com/bitcoin/bitcoin
2829

2930
Package: bitcoind
3031
Architecture: any

0 commit comments

Comments
 (0)