osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/libasn1c/+/38970?usp=email )
Change subject: debian/control: Build-Depends: add pkg-config ......................................................................
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/8bebb86a9f0b4487149b0c56... "d/control: drop pkg-config dependency for libtalloc-dev "
Change-Id: I5b26c8c81b9e94f1af11294d4fac0194f9a21aa8 --- M debian/control 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libasn1c refs/changes/70/38970/1
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