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 submitted this change and it was merged. ( https://gerrit.osmocom.org/9353 )
Change subject: debian: Add libosmoctrl-doc sub-package
......................................................................
debian: Add libosmoctrl-doc sub-package
This fixes the debian package builds for libosmocore.git
Change-Id: I454e3c0175ab5a89e8925e036a3644299367df0f
---
M debian/control
A debian/libosmoctrl-doc.doc-base
A debian/libosmoctrl-doc.install
M debian/rules
4 files changed, 24 insertions(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
Harald Welte: Looks good to me, approved
diff --git a/debian/control b/debian/control
index 912582b..1de0ceb 100644
--- a/debian/control
+++ b/debian/control
@@ -261,6 +261,21 @@
.
The libosmoctrl library in particular contains an SNMP-like status interface.
+Package: libosmoctrl-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends},
+ libosmoctrl0,
+ libjs-jquery
+Description: Documentation for the Osmocom CTRL library
+ This is part of the libosmocore "meta"-library. The libosmocore library
+ contains various utility functions that were originally developed as part of
+ the OpenBSC project, but which are of a more generic nature and thus useful to
+ (at least) other programs that are developed in the sphere of Free Software /
+ Open Source mobile communication.
+ .
+ This package contains the documentation for the libosmoctrl library.
+
Package: libosmosim0
Section: libs
Architecture: any
diff --git a/debian/libosmoctrl-doc.doc-base b/debian/libosmoctrl-doc.doc-base
new file mode 100644
index 0000000..173d157
--- /dev/null
+++ b/debian/libosmoctrl-doc.doc-base
@@ -0,0 +1,7 @@
+Document: libosmoctrl-doc
+Title: Documentation for the libosmoctrl library
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/libosmocore/ctrl/html/index.html
+Files: /usr/share/doc/libosmocore/ctrl/html/*.html
diff --git a/debian/libosmoctrl-doc.install b/debian/libosmoctrl-doc.install
new file mode 100644
index 0000000..c7afaf1
--- /dev/null
+++ b/debian/libosmoctrl-doc.install
@@ -0,0 +1 @@
+usr/share/doc/libosmocore/ctrl/
diff --git a/debian/rules b/debian/rules
index 2399b01..6eb7346 100755
--- a/debian/rules
+++ b/debian/rules
@@ -52,6 +52,7 @@
$(RM) tests/testsuite
$(RM) -r doc/codec/
$(RM) -r doc/core/
+ $(RM) -r doc/ctrl/
$(RM) -r doc/gsm/
$(RM) -r doc/gb/
$(RM) -r doc/vty/html/
--
To view, visit https://gerrit.osmocom.org/9353
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I454e3c0175ab5a89e8925e036a3644299367df0f
Gerrit-Change-Number: 9353
Gerrit-PatchSet: 2
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180528/338beebe/attachment.htm>