osmith submitted this change.

View Change

Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified
debian/control: Build-Depends: add pkg-config

In Debian Unstable libtalloc-dev 2.4.2-2 does not depend on pkg-config
anymore [1]. Since this change libasn1c fails to build with:

[ 153s] ./configure: line 12856: syntax error near unexpected token `LIBTALLOC,'
[ 153s] ./configure: line 12856: `PKG_CHECK_MODULES(LIBTALLOC, talloc)'

Fix it by adding pkg-config to Build-Depends.

[1]: https://salsa.debian.org/samba-team/talloc/-/commit/8bebb86a9f0b4487149b0c56cfe9177049cdace4
"d/control: drop pkg-config dependency for libtalloc-dev "

Change-Id: I5b26c8c81b9e94f1af11294d4fac0194f9a21aa8
---
M debian/control
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/debian/control b/debian/control
index 49cac89..d67abb8 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@
Maintainer: Osmocom team <openbsc@lists.osmocom.org>
Build-Depends: debhelper (>= 10),
dh-autoreconf,
+ pkg-config,
libtalloc-dev
Standards-Version: 3.9.8
Vcs-Git: git://git.osmocom.org/libasn1c.git

To view, visit change 38970. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: libasn1c
Gerrit-Branch: master
Gerrit-Change-Id: I5b26c8c81b9e94f1af11294d4fac0194f9a21aa8
Gerrit-Change-Number: 38970
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>