[Pkg-ofed-commits] [libibcm] 03/10: Add symbols files to libibcm library

Benjamin Drung bdrung at moszumanska.debian.org
Fri Aug 19 14:18:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

bdrung pushed a commit to branch master
in repository libibcm.

commit 885dcffef680e75bc8b6165550c54a20e5d064bb
Author: Benjamin Drung <benjamin.drung at profitbricks.com>
Date:   Tue Aug 9 12:11:22 2016 +0200

    Add symbols files to libibcm library
    
    dpkg can use symbols files in order to generate more accurate library
    dependencies for applications, based on the symbols from the library
    that are actually used by the application.
    
    Refer to the dpkg-gensymbols(1) manual page and
    https://wiki.debian.org/UsingSymbolsFiles for details.
---
 debian/libibcm1.symbols | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/debian/libibcm1.symbols b/debian/libibcm1.symbols
new file mode 100644
index 0000000..4e686de
--- /dev/null
+++ b/debian/libibcm1.symbols
@@ -0,0 +1,22 @@
+libibcm.so.1 libibcm1 #MINVER#
+ ib_cm_ack_event at Base 1.0.5
+ ib_cm_attr_id at Base 1.0.5
+ ib_cm_close_device at Base 1.0.5
+ ib_cm_create_id at Base 1.0.5
+ ib_cm_destroy_id at Base 1.0.5
+ ib_cm_get_event at Base 1.0.5
+ ib_cm_init_qp_attr at Base 1.0.5
+ ib_cm_listen at Base 1.0.5
+ ib_cm_notify at Base 1.0.5
+ ib_cm_open_device at Base 1.0.5
+ ib_cm_send_apr at Base 1.0.5
+ ib_cm_send_drep at Base 1.0.5
+ ib_cm_send_dreq at Base 1.0.5
+ ib_cm_send_lap at Base 1.0.5
+ ib_cm_send_mra at Base 1.0.5
+ ib_cm_send_rej at Base 1.0.5
+ ib_cm_send_rep at Base 1.0.5
+ ib_cm_send_req at Base 1.0.5
+ ib_cm_send_rtu at Base 1.0.5
+ ib_cm_send_sidr_rep at Base 1.0.5
+ ib_cm_send_sidr_req at Base 1.0.5

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/libibcm.git



More information about the Pkg-ofed-commits mailing list