[Pkg-bitcoin-commits] [litecoin] 01/05: New upstream release [0.14.2]

Dmitry Smirnov onlyjob at moszumanska.debian.org
Tue Dec 12 22:43:22 UTC 2017


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

onlyjob pushed a commit to branch master
in repository litecoin.

commit 44f7645
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Tue Dec 12 21:39:03 2017

    New upstream release [0.14.2]
---
 debian/changelog                    |  7 +++++++
 debian/copyright                    | 26 +++++++++-----------------
 debian/patches/system-leveldb.patch | 13 ++++++-------
 3 files changed, 22 insertions(+), 24 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7b92f82..d064efd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+litecoin (0.14.2-1) UNRELEASED; urgency=medium
+
+  * New upstream release [July 2017]:
+  * 
+
+ -- Dmitry Smirnov <onlyjob at debian.org>  Tue, 12 Dec 2017 19:57:18 +1100
+
 litecoin (0.13.2.1-1) unstable; urgency=medium
 
   * New upstream release [January 2017]:
diff --git a/debian/copyright b/debian/copyright
index af907e7..b0125f3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,17 +3,14 @@ Upstream-Name: litecoin
 Source: https://github.com/litecoin-project/litecoin
 
 Files: *
-Copyright: 2009-2015 Bitcoin Developers
+Copyright: 2009-2017 The Bitcoin Core Developers
            2011-2014 Litecoin Developers
            2009-2010 Satoshi Nakamoto
            2012-2014 Pieter Wuille
+           2016      Jeremy Rubin
 License: Expat
 Comment: see "assets-attribution.txt" for further details.
 
-Files: src/json/*
-Copyright: 2007-2009, John W. Wilkinson
-License: Expat
-
 Files: src/leveldb/*
 Copyright: (c) 2011-2014 The LevelDB Authors
 License: BSD-3-clause
@@ -73,16 +70,11 @@ Comment:
  This file was originally written by Colin Percival as part of the Tarsnap
  online backup system.
 
-Files: contrib/debian/manpages/*
-       debian/litecoin.conf.5
-Copyright: Micah Anderson <micah at debian.org>
-License: GPL-3+
-
 Files:
     contrib/devtools/symbol-check.py
     contrib/devtools/update-translations.py
-    share/seeds/generate-seeds.py
-Copyright: 2014 Wladimir J. van der Laan
+    contrib/seeds/generate-seeds.py
+Copyright: 2014-2017 Wladimir J. van der Laan
 License: Expat
 
 Files:
@@ -92,10 +84,6 @@ Files:
 Copyright: 2014 BitPay, Inc.
 License: Expat
 
-Files: pkg.m4
-Copyright: 2004 Scott James Remnant <scott at netsplit.com>
-License: GPL-2+
-
 Files:
     build-aux/m4/ax_boost_*
     build-aux/m4/ax_gcc_func_attribute.m4
@@ -136,7 +124,7 @@ Comment:
  modified version of the Autoconf Macro, you may extend this special
  exception to the GPL to apply to your modified version as well.
 
-Files: qa/rpc-tests/python-bitcoinrpc/bitcoinrpc/authproxy.py
+Files: qa/rpc-tests/test_framework/authproxy.py
 Copyright:
     2011 Jeff Garzik
     2007 Jan-Klaas Kollhof
@@ -159,6 +147,10 @@ Copyright: 2012-2017 Dmitry Smirnov <onlyjob at debian.org>
            2010-2011 Jonas Smedegaard <dr at jones.dk>
 License: GPL-2+
 
+Files: debian/litecoin.conf.5
+Copyright: Micah Anderson <micah at debian.org>
+License: GPL-3+
+
 License: GPL-2+
  This package is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
diff --git a/debian/patches/system-leveldb.patch b/debian/patches/system-leveldb.patch
index a545b3c..e5c3a09 100644
--- a/debian/patches/system-leveldb.patch
+++ b/debian/patches/system-leveldb.patch
@@ -5,7 +5,7 @@ Description: use system libleveldb-dev instead of a bundled one.
 
 --- a/configure.ac
 +++ b/configure.ac
-@@ -580,11 +580,11 @@
+@@ -587,11 +587,11 @@
    [AC_MSG_ERROR([Cannot set default symbol visibility. Use --disable-reduce-exports.])])
  fi
  
@@ -22,7 +22,7 @@ Description: use system libleveldb-dev instead of a bundled one.
  
 --- a/Makefile.am
 +++ b/Makefile.am
-@@ -173,9 +173,8 @@
+@@ -185,18 +185,16 @@
  test_bitcoin.info: baseline_filtered_combined.info
  	$(MAKE) -C src/ check
  	$(LCOV) -c -d $(abs_builddir)/src -t test_bitcoin -o $@
@@ -32,14 +32,13 @@ Description: use system libleveldb-dev instead of a bundled one.
  test_bitcoin_filtered.info: test_bitcoin.info
  	$(LCOV) -r $< "/usr/include/*" -o $@
  
-@@ -183,9 +182,8 @@
- 	$(MKDIR_P) qa/tmp
- 	- at TIMEOUT=15 qa/pull-tester/run-bitcoind-for-test.sh $(JAVA) -jar $(JAVA_COMPARISON_TOOL) qa/tmp/compTool $(COMPARISON_TOOL_REORG_TESTS)
- 	$(LCOV) -c -d $(abs_builddir)/src --t BitcoinJBlockTest -o $@
+ rpc_test.info: test_bitcoin_filtered.info
+ 	- at TIMEOUT=15 python qa/pull-tester/rpc-tests.py $(EXTENDED_RPC_TESTS)
+ 	$(LCOV) -c -d $(abs_builddir)/src --t rpc-tests -o $@
  	$(LCOV) -z -d $(abs_builddir)/src
 -	$(LCOV) -z -d $(abs_builddir)/src/leveldb
  
- block_test_filtered.info: block_test.info
+ rpc_test_filtered.info: rpc_test.info
  	$(LCOV) -r $< "/usr/include/*" -o $@
  
 --- a/src/dbwrapper.cpp

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



More information about the Pkg-bitcoin-commits mailing list