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/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHarald Welte has uploaded this change for review. ( https://gerrit.osmocom.org/10281
Change subject: debian: Add sub-package for libosmo-gsup-client
......................................................................
debian: Add sub-package for libosmo-gsup-client
Change-Id: Iad227bb477d64da30dd6bfbbe1bd0c0a55be9474
---
M debian/control
A debian/libosmo-gsup-client-dev.install
A debian/libosmo-gsup-client0.install
3 files changed, 30 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/81/10281/1
diff --git a/debian/control b/debian/control
index d3a32c5..2cbcdca 100644
--- a/debian/control
+++ b/debian/control
@@ -32,3 +32,27 @@
Depends: osmo-hlr (= ${binary:Version}), ${misc:Depends}
Description: Debug symbols for the osmo-hlr
Make debugging possible
+
+Package: libosmo-gsup-client0
+Section: libs
+Architecture: any
+Multi-Arch: same
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Description: Osmocom GSUP (General Subscriber Update Protocol) client library
+ This is a shared library that can be used to implement client programs for
+ the GSUP protcol. The typical GSUP server is OsmoHLR, with OsmoMSC, OsmoSGSN
+ and External USSD Entities (EUSEs) using this library to implement clients.
+
+Package: libosmo-gsup-client-dev
+Architecture: any
+Multi-Arch: same
+Depends: ${misc:Depends},
+ libosmocore-dev
+Description: Development headers of Osmocom GSUP client library
+ This is a shared library that can be used to implement client programs for
+ the GSUP protcol. The typical GSUP server is OsmoHLR, with OsmoMSC, OsmoSGSN
+ and External USSD Entities (EUSEs) using this library to implement clients.
+ .
+ This package contains the development headers.
diff --git a/debian/libosmo-gsup-client-dev.install b/debian/libosmo-gsup-client-dev.install
new file mode 100644
index 0000000..8a75973
--- /dev/null
+++ b/debian/libosmo-gsup-client-dev.install
@@ -0,0 +1,5 @@
+usr/include/osmocom/gsupclient
+usr/lib/*/libosmo-gsup-client*.a
+usr/lib/*/libosmo-gsup-client*.so
+usr/lib/*/libosmo-gsup-client*.la
+usr/lib/*/pkgconfig/libosmo-gsup-client.pc
diff --git a/debian/libosmo-gsup-client0.install b/debian/libosmo-gsup-client0.install
new file mode 100644
index 0000000..78cd89f
--- /dev/null
+++ b/debian/libosmo-gsup-client0.install
@@ -0,0 +1 @@
+usr/lib/*/libosmo-gsup-client*.so.*
--
To view, visit https://gerrit.osmocom.org/10281
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iad227bb477d64da30dd6bfbbe1bd0c0a55be9474
Gerrit-Change-Number: 10281
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180731/09eb67d2/attachment.htm>