[Pkg-bitcoin-commits] [libblkmaker] 02/04: rules: don't look for soname in "configure.ac"

Dmitry Smirnov onlyjob at moszumanska.debian.org
Wed Nov 27 07:03:27 UTC 2013


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

onlyjob pushed a commit to branch master
in repository libblkmaker.

commit 38d9ef8
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Wed Nov 27 06:16:59 2013

    rules: don't look for soname in "configure.ac"
---
 debian/rules | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 2a03d35..e32ea9b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,10 +8,7 @@ PKD  = $(abspath $(dir $(MAKEFILE_LIST)))
 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)-
-# ABI major version
-somajor=$(shell perl -ne 'print $$1 if m{LIBBLKMAKER_SO_VERSION\],\s+\[\d+:(\d+):\d+\]}' configure.ac)
-# The base library name
-plib=$(PKG)$(API)$(somajor)
+plib=$(PKG)$(API)0
 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