Change in osmo-hnodeb[master]: d/control, spec: add missing builddeps

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

osmith gerrit-no-reply at lists.osmocom.org
Wed Nov 3 10:02:32 UTC 2021


osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-hnodeb/+/26065 )

Change subject: d/control, spec: add missing builddeps
......................................................................

d/control, spec: add missing builddeps

autoconf-archive is apparently needed to build the package. We have it
in few other Osmocom projects as build dependency too, others seem to
ship related m4 macros directly in a m4 dir.

Fix for:
  configure: error: Please install autoconf-archive; re-run 'autoreconf -fi' for it to take effect.

Related: SYS#5516
Change-Id: If9ff232844d72094fb883700185ae152ca40493d
---
M contrib/osmo-hnodeb.spec.in
M debian/control
2 files changed, 12 insertions(+), 1 deletion(-)

Approvals:
  osmith: Looks good to me, approved; Verified



diff --git a/contrib/osmo-hnodeb.spec.in b/contrib/osmo-hnodeb.spec.in
index 4dbb670..21b1ff9 100644
--- a/contrib/osmo-hnodeb.spec.in
+++ b/contrib/osmo-hnodeb.spec.in
@@ -24,8 +24,10 @@
 Group:          Hardware/Mobile
 URL:            https://osmocom.org/projects/osmohnodeb
 Source:         %{name}-%{version}.tar.xz
+BuildRequires:  autoconf-archive
 BuildRequires:  automake >= 1.9
 BuildRequires:  libtool >= 2
+BuildRequires:  lksctp-tools-devel
 BuildRequires:  pkgconfig >= 0.20
 %if 0%{?suse_version}
 BuildRequires:  systemd-rpm-macros
@@ -39,7 +41,11 @@
 BuildRequires:  pkgconfig(libosmogb) >= 1.5.0
 BuildRequires:  pkgconfig(libosmogsm) >= 1.5.0
 BuildRequires:  pkgconfig(libosmovty) >= 1.5.0
+BuildRequires:  pkgconfig(libosmo-hnbap) >= 0.7.0
+BuildRequires:  pkgconfig(libosmo-ranap) >= 0.7.0
+BuildRequires:  pkgconfig(libosmo-rua) >= 0.7.0
 BuildRequires:  pkgconfig(talloc)
+BuildRequires:  pkgconfig(libasn1c) >= 0.9.30
 %{?systemd_requires}
 
 %description
diff --git a/debian/control b/debian/control
index a7316db..fd5f4bb 100644
--- a/debian/control
+++ b/debian/control
@@ -6,16 +6,21 @@
                dh-autoreconf,
                autotools-dev,
                autoconf,
+               autoconf-archive,
                automake,
                libtool,
                pkg-config,
                python3-minimal,
                libtalloc-dev,
-               libasn1c-dev,
+               libasn1c-dev (>= 0.9.30),
+               libsctp-dev,
                libosmocore-dev (>= 1.5.0),
                libosmo-sigtran-dev (>= 1.4.0),
                libosmo-abis-dev (>= 1.1.0),
                libosmo-netif-dev (>= 1.1.0),
+               libosmo-hnbap-dev (>= 0.7.0),
+               libosmo-ranap-dev (>= 0.7.0),
+               libosmo-rua-dev (>= 0.7.0),
                osmo-gsm-manuals-dev (>= 1.1.0)
 Standards-Version: 3.9.8
 Vcs-Git: git://git.osmocom.org/osmo-hnodeb.git

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-hnodeb/+/26065
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-hnodeb
Gerrit-Branch: master
Gerrit-Change-Id: If9ff232844d72094fb883700185ae152ca40493d
Gerrit-Change-Number: 26065
Gerrit-PatchSet: 3
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211103/490cf8b9/attachment.htm>


More information about the gerrit-log mailing list