diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-02-19 10:51:12 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-02-19 10:51:32 +0100 |
commit | ea98509fa5f76fac581a1d016c42c2407065e48d (patch) | |
tree | 09394463e1452eae2dabcbf4dc757423772fbed5 | |
parent | 47a79bb880fa7dceafdbdc5df50a36173fe74de9 (diff) | |
parent | 544e64e975e93dcf22a682a12acebd26d2306b86 (diff) |
Merge #5803: Update debian changelog and control file
544e64e Update debian changelog and control file (Matt Corallo)
-rw-r--r-- | contrib/debian/changelog | 12 | ||||
-rw-r--r-- | contrib/debian/control | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/contrib/debian/changelog b/contrib/debian/changelog index fe910b65a5..7ce3babc1b 100644 --- a/contrib/debian/changelog +++ b/contrib/debian/changelog @@ -1,3 +1,15 @@ +bitcoin (0.10.0-precise1) precise; urgency=medium + + * New upstream releases. + + -- Matt Corallo (BlueMatt) <matt@mattcorallo.com> Wed, 18 Feb 2015 13:22:00 -1000 + +bitcoin (0.9.4-precise1) precise; urgency=high + + * New upstream releases. + + -- Matt Corallo (laptop - only while traveling) <matt@mattcorallo.com> Mon, 12 Jan 2015 23:30:00 -1000 + bitcoin (0.9.3-precise1) precise; urgency=medium * New upstream releases. diff --git a/contrib/debian/control b/contrib/debian/control index a653260ad3..4392bb3385 100644 --- a/contrib/debian/control +++ b/contrib/debian/control @@ -12,7 +12,7 @@ Build-Depends: debhelper, libdb4.8++-dev, libssl-dev, pkg-config, - libminiupnpc8-dev, + libminiupnpc8-dev | libminiupnpc-dev (>> 1.6), libboost-filesystem-dev (>> 1.35) | libboost-filesystem1.35-dev, libboost-program-options-dev (>> 1.35) | libboost-program-options1.35-dev, libboost-thread-dev (>> 1.35) | libboost-thread1.35-dev, |