diff options
| author | Jeff Garzik <[email protected]> | 2012-06-25 15:04:10 -0700 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2012-06-25 15:04:10 -0700 |
| commit | 8a6ea5d687561c0e94e05e5aa12c2f9832f2e9d2 (patch) | |
| tree | c4ddb30b4334ec15d35b1866f09d4db661c21742 | |
| parent | Merge pull request #1501 from fanquake/master (diff) | |
| parent | Update contrib/debian and remove system json_spirit patch. (diff) | |
| download | discoin-8a6ea5d687561c0e94e05e5aa12c2f9832f2e9d2.tar.xz discoin-8a6ea5d687561c0e94e05e5aa12c2f9832f2e9d2.zip | |
Merge pull request #1520 from TheBlueMatt/debian
Update contrib/debian and remove system json_spirit patch.
| -rw-r--r-- | contrib/debian/changelog | 6 | ||||
| -rw-r--r-- | contrib/debian/patches/1001_use_system_json-spirit.patch | 26 | ||||
| -rw-r--r-- | contrib/debian/patches/series | 2 |
3 files changed, 7 insertions, 27 deletions
diff --git a/contrib/debian/changelog b/contrib/debian/changelog index 773da6b54..52d0e5907 100644 --- a/contrib/debian/changelog +++ b/contrib/debian/changelog @@ -1,3 +1,9 @@ +bitcoin (0.6.3-natty1) natty; urgency=low + + * New upstream release. + + -- Matt Corallo <[email protected]> Mon, 25 Jun 2012 23:47:00 +0200 + bitcoin (0.6.2-natty1) natty; urgency=low * Update package description and launch scripts. diff --git a/contrib/debian/patches/1001_use_system_json-spirit.patch b/contrib/debian/patches/1001_use_system_json-spirit.patch deleted file mode 100644 index 56a20af38..000000000 --- a/contrib/debian/patches/1001_use_system_json-spirit.patch +++ /dev/null @@ -1,26 +0,0 @@ -Description: Use system JSON Spirit library -Author: Jonas Smedegaard <[email protected]> -Last-Update: 2011-05-17 ---- a/src/rpc.cpp -+++ b/src/rpc.cpp -@@ -12,9 +12,7 @@ - #include <boost/asio/ssl.hpp> - typedef boost::asio::ssl::stream<boost::asio::ip::tcp::socket> SSLStream; - #endif --#include "json/json_spirit_reader_template.h" --#include "json/json_spirit_writer_template.h" --#include "json/json_spirit_utils.h" -+#include <json_spirit.h> - #define printf OutputDebugStringF - // MinGW 3.4.5 gets "fatal error: had to relocate PCH" if the json headers are - // precompiled in headers.h. The problem might be when the pch file goes over ---- a/src/makefile.unix -+++ b/src/makefile.unix -@@ -23,6 +23,7 @@ - -l boost_thread \ - -l db_cxx \ - -l ssl \ -+ -l json_spirit \ - -l crypto - - ifdef USE_UPNP diff --git a/contrib/debian/patches/series b/contrib/debian/patches/series index bbe3685ac..8b1378917 100644 --- a/contrib/debian/patches/series +++ b/contrib/debian/patches/series @@ -1 +1 @@ -#1001_use_system_json-spirit.patch + |