[Pkg-ofed-commits] [libsdp] 11/12: Split development -dev package

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Fri Jul 18 09:38:21 UTC 2014


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

ana pushed a commit to branch master
in repository libsdp.

commit 9e46032a61ef8c497689709f6882d40e88564e94
Author: Ana Guerrero López <ana at ekaia.org>
Date:   Fri Jul 18 11:29:53 2014 +0200

    Split development -dev package
---
 debian/changelog          |  1 +
 debian/control            | 10 ++++++++++
 debian/libsdp-dev.install |  2 ++
 debian/libsdp1.install    |  1 +
 4 files changed, 14 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4158636..149d5d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libsdp (1.1.108-1) UNRELEASED; urgency=medium
   * Remove obsolete overrides.
   * Update homepage.
   * Bump Standards-Version to 3.9.5 (no changes required).
+  * Split development -dev package.
 
  -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Fri, 18 Jul 2014 10:36:40 +0200
 
diff --git a/debian/control b/debian/control
index 5330dd5..6f0d9aa 100644
--- a/debian/control
+++ b/debian/control
@@ -15,3 +15,13 @@ Description: Library to allow use of Infiniband Sockets Direct Protocol (SDP)
  use the Infiniband Sockets Direct Protocol (SDP) rather than TCP. The change
  in protocol is transparent and does not require the application to be
  recompiled.
+
+Package: libsdp-dev
+Architecture: i386 ia64 amd64 powerpc
+Section: libdevel
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Infiniband Sockets Direct Protocol (SDP) - development files
+ libsdp is a LD_PRELOAD-able library which can be used to make an application
+ use the Infiniband Sockets Direct Protocol (SDP) rather than TCP. The change
+ in protocol is transparent and does not require the application to be
+ recompiled.
diff --git a/debian/libsdp-dev.install b/debian/libsdp-dev.install
new file mode 100644
index 0000000..f3800aa
--- /dev/null
+++ b/debian/libsdp-dev.install
@@ -0,0 +1,2 @@
+usr/include/*
+usr/lib/*/lib*.so
diff --git a/debian/libsdp1.install b/debian/libsdp1.install
new file mode 100644
index 0000000..3ddde58
--- /dev/null
+++ b/debian/libsdp1.install
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*

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



More information about the Pkg-ofed-commits mailing list