From patchwork Tue Sep 2 17:56:20 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ciaby X-Patchwork-Id: 385237 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from ganesha.gnumonks.org (ganesha.gnumonks.org [IPv6:2001:780:45:1d:225:90ff:fe52:c662]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id AA08C140093 for ; Wed, 3 Sep 2014 03:57:05 +1000 (EST) Received: from localhost ([127.0.0.1] helo=ganesha.gnumonks.org) by ganesha.gnumonks.org with esmtp (Exim 4.72) (envelope-from ) id 1XOsK4-0002Wj-Mo; Tue, 02 Sep 2014 19:56:52 +0200 Received: from contumacia.investici.org ([178.255.144.35]) by ganesha.gnumonks.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1XOsJg-0002WY-SC for openbsc@lists.osmocom.org; Tue, 02 Sep 2014 19:56:31 +0200 Received: from [178.255.144.35] (contumacia [178.255.144.35]) (Authenticated sender: ciaby@autistici.org) by localhost (Postfix) with ESMTPSA id DA33BE8131 for ; Tue, 2 Sep 2014 17:56:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1409680587; bh=NKhkEwbO8IFNUjGdfORBMRe5onx5gRWrou2JmeLMrOA=; h=Date:From:To:Subject:References:In-Reply-To; b=rD+4bfpmXefhG2dgjNhWWLxolgi09ZO7SCI9Ls48YqM8MRxzexchIwEJ58HHcp3NX 8bAoRg1TkAaHf1GUvxqKlG/7INMkA/QOt2FtbYeOoeb81dkDux80ITp3QKorDSxeSc uV6EmEfh6mdpeDrUT48yCfqf6sf4ollUz3xntMTE= Message-ID: <540604C4.4050304@autistici.org> Date: Tue, 02 Sep 2014 12:56:20 -0500 From: Ciaby User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: openbsc@lists.osmocom.org Subject: Re: Can't build debian packages of libosmocore References: <5403809E.1090804@autistici.org> <54038D59.7080407@autistici.org> <20140901184347.GS4032@xiaoyu.lan> <54060266.1060300@autistici.org> In-Reply-To: <54060266.1060300@autistici.org> X-Spam-Score: 0.9 (/) X-Spam-Report: SpamASsassin versoin 3.3.1 on ganesha.gnumonks.org summary: Content analysis details: (0.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.0 FORGED_RELAY_MUA_TO_MX FORGED_RELAY_MUA_TO_MX -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature X-BeenThere: openbsc@lists.osmocom.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development of the OpenBSC GSM base station controller List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: openbsc-bounces@lists.osmocom.org Errors-To: openbsc-bounces@lists.osmocom.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 On 09/02/2014 12:46 PM, Ciaby wrote: [...] > This is the updated patch. Ops, wrong patch :) Cheers Ciaby -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iF4EAREKAAYFAlQGBLoACgkQC30ZhxNccpHc8AEAhXc4BIfNFLNzLzhi0U00hOJk yh210vyL8RZ28XhjeB0BAJkntG4W4QwnTPndniPW6IjXHq1hKkAiusUtLfpQoMUM =dn6b -----END PGP SIGNATURE----- From 412be4e74d5cb09cadeffb5a03e20c1be825867a Mon Sep 17 00:00:00 2001 From: Ciaby Date: Sun, 31 Aug 2014 15:35:29 -0500 Subject: [PATCH] debian: fix build errors with libosmogsm and libosmoctrl libosmogsm: the transition from 5 to 6 wasn't done properly. Fixed version number. libosmoctrl: missing definition in debian/control and also missing libosmoctrl0.install. --- debian/control | 6 ++++++ debian/libosmoctrl0.install | 1 + .../{libosmogsm5.install => libosmogsm6.install} | 0 src/gsm/Makefile.am | 2 +- 4 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 debian/libosmoctrl0.install rename debian/{libosmogsm5.install => libosmogsm6.install} (100%) diff --git a/debian/control b/debian/control index 3204f0f..e81f7cf 100644 --- a/debian/control +++ b/debian/control @@ -44,6 +44,12 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Osmo VTY library +Package: libosmoctrl0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Osmo control library + Package: libosmocore-dev Section: libdevel Architecture: any diff --git a/debian/libosmoctrl0.install b/debian/libosmoctrl0.install new file mode 100644 index 0000000..6b23be8 --- /dev/null +++ b/debian/libosmoctrl0.install @@ -0,0 +1 @@ +usr/lib/libosmoctrl*.so.* diff --git a/debian/libosmogsm5.install b/debian/libosmogsm6.install similarity index 100% rename from debian/libosmogsm5.install rename to debian/libosmogsm6.install diff --git a/src/gsm/Makefile.am b/src/gsm/Makefile.am index 4207959..1e2d893 100644 --- a/src/gsm/Makefile.am +++ b/src/gsm/Makefile.am @@ -1,6 +1,6 @@ # This is _NOT_ the library release version, it's an API version. # Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification -LIBVERSION=6:0:1 +LIBVERSION=6:0:0 AM_CFLAGS = -Wall ${GCC_FVISIBILITY_HIDDEN} $(all_includes) -I$(top_srcdir)/include -- 1.7.9.5