debian: Add sub-package for libosmo-gsup-client

Change-Id: Iad227bb477d64da30dd6bfbbe1bd0c0a55be9474
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.*