[Pkg-ofed-commits] [mstflint] 24/25: Do not install libmtcr_ul.a

Benjamin Drung bdrung at moszumanska.debian.org
Tue Jan 3 11:58:11 UTC 2017


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

bdrung pushed a commit to branch master
in repository mstflint.

commit 237f778fe748effc62efe6b96f0f270dbf356412
Author: Benjamin Drung <benjamin.drung at profitbricks.com>
Date:   Tue Jan 3 12:52:32 2017 +0100

    Do not install libmtcr_ul.a
    
    The library libmtcr_ul.a is only used for the binaries in the mstflint
    package and does not need to be shipped in the package.
---
 debian/patches/dont-install-libmtcr_ul.patch | 24 ++++++++++++++++++++++++
 debian/patches/series                        |  1 +
 2 files changed, 25 insertions(+)

diff --git a/debian/patches/dont-install-libmtcr_ul.patch b/debian/patches/dont-install-libmtcr_ul.patch
new file mode 100644
index 0000000..be4c417
--- /dev/null
+++ b/debian/patches/dont-install-libmtcr_ul.patch
@@ -0,0 +1,24 @@
+Description: Do not install libmtcr_ul.a
+ The library libmtcr_ul.a is only used for the binaries in the mstflint
+ package and does not need to be shipped in the package.
+Author: Benjamin Drung <bdrung at debian.org>
+
+--- a/mtcr_ul/Makefile.am
++++ b/mtcr_ul/Makefile.am
+@@ -33,7 +33,7 @@
+ # Makefile.am -- Process this file with automake to produce Makefile.in
+ AM_CPPFLAGS = -I$(top_srcdir)/include/mtcr_ul -I$(top_srcdir)/common
+ 
+-pkglib_LIBRARIES = libmtcr_ul.a
++noinst_LIBRARIES = libmtcr_ul.a
+ 
+ libmtcr_ul_a_SOURCES = mtcr_ul.c mtcr_ib.h  mtcr_int_defs.h\
+ 			mtcr_ib_res_mgt.h mtcr_ib_res_mgt.c\
+@@ -51,6 +51,5 @@
+ libmtcr_ul_a_CFLAGS += -DNO_INBAND
+ endif
+ 
+-libraryincludedir=$(includedir)/mstflint
+-libraryinclude_HEADERS = $(top_srcdir)/include/mtcr_ul/mtcr.h  $(top_srcdir)/include/mtcr_ul/mtcr_com_defs.h
++noinst_HEADERS = $(top_srcdir)/include/mtcr_ul/mtcr.h  $(top_srcdir)/include/mtcr_ul/mtcr_com_defs.h
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 66add38..26cc415 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,3 +9,4 @@ Fix-typo-recieved-received.patch
 Fix-compilation-on-unknown-architectures.patch
 disable-werror.patch
 use-system-libs.patch
+dont-install-libmtcr_ul.patch

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



More information about the Pkg-ofed-commits mailing list