Skip to content

Commit 91700aa

Browse files
committed
Re-enable upnp support in contrib/debian
1 parent c5071e1 commit 91700aa

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

contrib/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
bitcoin (0.14.1-trusty4) trusty; urgency=medium
2+
3+
* Re-enable UPnP support.
4+
5+
-- Matt Corallo (BlueMatt) <[email protected]> Fri, 05 May 2017 13:28:00 -0400
6+
17
bitcoin (0.14.1-trusty3) trusty; urgency=medium
28

39
* Build with qt5 if we are on a non-Ubuntu (ie non-Unity) distro.

contrib/debian/control

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Build-Depends: debhelper,
1818
libboost-thread1.48-dev | libboost-thread-dev (>> 1.47),
1919
libboost-test1.48-dev | libboost-test-dev (>> 1.47),
2020
libboost-chrono1.48-dev | libboost-chrono-dev (>> 1.47),
21+
libminiupnpc8-dev | libminiupnpc-dev,
2122
qt4-qmake, libqt4-dev,
2223
qttools5-dev-tools, qttools5-dev,
2324
libqrencode-dev,

contrib/debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ QT=$(shell dpkg-vendor --derives-from Ubuntu && echo qt4 || echo qt5)
1717
# Yea, autogen should be run on the source archive, but I like doing git archive
1818
override_dh_auto_configure:
1919
./autogen.sh
20-
./configure --without-miniupnpc --with-gui=$(QT)
20+
./configure --with-gui=$(QT)
2121

2222
override_dh_auto_test:
2323
make check

0 commit comments

Comments
 (0)