[Pkg-bitcoin-commits] [libblkmaker] 05/06: New upstream release [0.5.3] + changelog summary

Dmitry Smirnov onlyjob at moszumanska.debian.org
Sun Apr 17 11:01:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

onlyjob pushed a commit to branch master
in repository libblkmaker.

commit 671206d
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Sun Apr 17 10:48:52 2016

    New upstream release [0.5.3] + changelog summary
---
 debian/changelog                 | 9 +++++++++
 debian/copyright                 | 4 ++--
 debian/libblkmaker-0.1-6.symbols | 4 +++-
 debian/rules                     | 3 ++-
 4 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 65eb401..979f23c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libblkmaker (0.5.3-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Added "Build-Depends-Package" field to .symbols
+  * Standards-Version: 3.9.8.
+  * Upgraded Vcs-Browser URL.
+
+ -- Dmitry Smirnov <onlyjob at debian.org>  Sun, 17 Apr 2016 20:18:28 +1000
+
 libblkmaker (0.5.2-1) unstable; urgency=medium
 
   * New upstream release [November 2015].
diff --git a/debian/copyright b/debian/copyright
index 23d0a76..960fdb2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: Luke Dashjr <luke_libblkmaker at dashjr.org>
 Source: https://github.com/bitcoin/libblkmaker
 
 Files: *
-Copyright: 2012-2014 Luke Dashjr <luke_libblkmaker at dashjr.org>
+Copyright: 2012-2016 Luke Dashjr <luke_libblkmaker at dashjr.org>
 License: Expat
 
 Files: autogen.sh
@@ -13,7 +13,7 @@ Copyright: not-applicable
 License: CC0-1.0
 
 Files: debian/*
-Copyright: 2013-2015 Dmitry Smirnov <onlyjob at debian.org>
+Copyright: 2013-2016 Dmitry Smirnov <onlyjob at debian.org>
 License: Expat
 Comment:
  Re-licensing as (L)GPL_2+ family of copyleft licenses is permitted.
diff --git a/debian/libblkmaker-0.1-6.symbols b/debian/libblkmaker-0.1-6.symbols
index ed501fd..5ce6d00 100644
--- a/debian/libblkmaker-0.1-6.symbols
+++ b/debian/libblkmaker-0.1-6.symbols
@@ -10,7 +10,8 @@ libblkmaker-0.1.so.6 libblkmaker-0.1-6 #MINVER#
  blkmk_address_to_script at Base 0.5.0
  blkmk_append_coinbase_safe2 at Base 0.5.0
  blkmk_append_coinbase_safe at Base 0.5.0
- blkmk_assemble_submission_ at Base 0.5.0
+#MISSING: 0.5.3# blkmk_assemble_submission_ at Base 0.5.0
+ blkmk_assemble_submission2_ at Base 0.5.3
  blkmk_get_data at Base 0.5.0
  blkmk_get_mdata at Base 0.5.0
  blkmk_init_generation2 at Base 0.5.0
@@ -31,6 +32,7 @@ libblkmaker_jansson-0.1.so.6 libblkmaker-0.1-6 #MINVER#
 * Build-Depends-Package: libblkmaker-0.1-dev
  blkmk_submit_foreign_jansson at Base 0.5.0
  blkmk_submit_jansson at Base 0.5.0
+ blkmk_submitm_jansson at Base 0.5.3
  blktmpl_add_jansson at Base 0.5.0
  blktmpl_propose_jansson at Base 0.5.0
  blktmpl_request_jansson at Base 0.5.0
diff --git a/debian/rules b/debian/rules
index 9a858fb..be567f1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,8 @@ PKG  = $(word 2,$(shell dpkg-parsechangelog -l$(PKD)/changelog | grep ^Source))
 
 API=-$(shell perl -ne 'print $$1 if m{LIBBLKMAKER_API_VERSION\],\s*\[([\d\.]+)\]}' configure.ac)
 SO=-$(shell perl -ne 'print $$1 if m{LIBBLKMAKER_SO_VERSION\],\s*\[([\d]+)}' configure.ac)
-plib=$(PKG)$(API)$(SO)
+#plib=$(PKG)$(API)$(SO)
+plib=$(PKG)$(API)-6
 pdev=$(PKG)$(API)-dev
 pdbg=$(PKG)$(API)-dbg
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/libblkmaker.git



More information about the Pkg-bitcoin-commits mailing list