diff options
| author | Matt Corallo <[email protected]> | 2015-02-18 13:32:46 -0800 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2015-02-18 13:34:33 -0800 |
| commit | 544e64e975e93dcf22a682a12acebd26d2306b86 (patch) | |
| tree | 09394463e1452eae2dabcbf4dc757423772fbed5 /contrib/debian | |
| parent | Merge #5366: No longer check osx compatibility in RenameThread (diff) | |
| download | discoin-544e64e975e93dcf22a682a12acebd26d2306b86.tar.xz discoin-544e64e975e93dcf22a682a12acebd26d2306b86.zip | |
Update debian changelog and control file
Diffstat (limited to 'contrib/debian')
| -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 fe910b65a..7ce3babc1 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) <[email protected]> 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) <[email protected]> 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 a653260ad..4392bb338 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, |