osmith has submitted this change. ( 
https://gerrit.osmocom.org/c/libosmo-gprs/+/39036?usp=email )

Change subject: libosmo-gprs-*.pc.in: add libtalloc-dev
......................................................................

libosmo-gprs-*.pc.in: add libtalloc-dev

These libraries use talloc. Add it to Requires.private for the
pkg-config files, and to debian/control of related -dev packages.

Change-Id: I0bbd565b25d400d86c98afb5ff7fb98dd524352c
---
M debian/control
M libosmo-gprs-gmm.pc.in
M libosmo-gprs-rlcmac.pc.in
M libosmo-gprs-sm.pc.in
M libosmo-gprs-sndcp.pc.in
5 files changed, 8 insertions(+), 0 deletions(-)

Approvals:
  fixeria: Looks good to me, approved
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve




diff --git a/debian/control b/debian/control
index ffed53e..9e05d2d 100644
--- a/debian/control
+++ b/debian/control
@@ -67,6 +67,7 @@
 Section: libdevel
 Depends: libosmo-gprs-gmm0 (= ${binary:Version}),
          libosmocore-dev,
+         libtalloc-dev,
         ${misc:Depends}
 Description: Development headers and libraries for libosmo-gprs-gmm

@@ -120,6 +121,7 @@
 Section: libdevel
 Depends: libosmo-gprs-rlcmac0 (= ${binary:Version}),
          libosmocore-dev,
+         libtalloc-dev,
         ${misc:Depends}
 Description: Development headers and libraries for libosmo-gprs-rlcmac

@@ -146,6 +148,7 @@
 Section: libdevel
 Depends: libosmo-gprs-sndcp0 (= ${binary:Version}),
          libosmocore-dev,
+         libtalloc-dev,
         ${misc:Depends}
 Description: Development headers and libraries for libosmo-gprs-sndcp

@@ -172,5 +175,6 @@
 Section: libdevel
 Depends: libosmo-gprs-sm0 (= ${binary:Version}),
          libosmocore-dev,
+         libtalloc-dev,
         ${misc:Depends}
 Description: Development headers and libraries for libosmo-gprs-sm
diff --git a/libosmo-gprs-gmm.pc.in b/libosmo-gprs-gmm.pc.in
index f71f1f8..49088b4 100644
--- a/libosmo-gprs-gmm.pc.in
+++ b/libosmo-gprs-gmm.pc.in
@@ -7,6 +7,7 @@
 Description: C Utility Library
 Version: @VERSION@
 Requires: libosmocore libosmo-gprs-llc
+Requires.private: talloc
 Libs: -L${libdir} -losmo-gprs-gmm
 Libs.private: -ltalloc
 Cflags: -I${includedir}/
diff --git a/libosmo-gprs-rlcmac.pc.in b/libosmo-gprs-rlcmac.pc.in
index 5424485..0be6f20 100644
--- a/libosmo-gprs-rlcmac.pc.in
+++ b/libosmo-gprs-rlcmac.pc.in
@@ -7,5 +7,6 @@
 Description: C Utility Library
 Version: @VERSION@
 Requires: libosmocore, libosmo-csn1
+Requires.private: talloc
 Libs: -L${libdir} -losmo-gprs-rlcmac
 Cflags: -I${includedir}/
diff --git a/libosmo-gprs-sm.pc.in b/libosmo-gprs-sm.pc.in
index 95d5b2b..511aedb 100644
--- a/libosmo-gprs-sm.pc.in
+++ b/libosmo-gprs-sm.pc.in
@@ -7,6 +7,7 @@
 Description: C Utility Library
 Version: @VERSION@
 Requires: libosmo-gprs-gmm libosmo-gprs-sndcp libosmocore
+Requires.private: talloc
 Libs: -L${libdir} -losmo-gprs-sm
 Libs.private: -ltalloc
 Cflags: -I${includedir}/
diff --git a/libosmo-gprs-sndcp.pc.in b/libosmo-gprs-sndcp.pc.in
index 9567499..2e07ecd 100644
--- a/libosmo-gprs-sndcp.pc.in
+++ b/libosmo-gprs-sndcp.pc.in
@@ -7,6 +7,7 @@
 Description: C Utility Library
 Version: @VERSION@
 Requires: libosmocore libosmo-gprs-llc
+Requires.private: talloc
 Libs: -L${libdir} -losmo-gprs-sndcp
 Libs.private: -lm -ltalloc
 Cflags: -I${includedir}/

--
To view, visit https://gerrit.osmocom.org/c/libosmo-gprs/+/39036?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: libosmo-gprs
Gerrit-Branch: master
Gerrit-Change-Id: I0bbd565b25d400d86c98afb5ff7fb98dd524352c
Gerrit-Change-Number: 39036
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>

Reply via email to