[Pkg-ofed-commits] [libnes] 02/02: Imported Debian patch 1.1.3-1

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Wed Jul 2 13:53:18 UTC 2014


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

ana pushed a commit to branch master
in repository libnes.

commit a16e85e3e4cebc97def732b7785052330b189907
Author: Roland Dreier <rbd at debian.org>
Date:   Tue Jun 19 05:45:18 2012 -0700

    Imported Debian patch 1.1.3-1
---
 debian/changelog                             |  5 +++
 debian/compat                                |  1 +
 debian/control                               | 47 ++++++++++++++++++++++
 debian/copyright                             | 58 ++++++++++++++++++++++++++++
 debian/libnes-dev.install                    |  1 +
 debian/libnes1.install                       |  2 +
 debian/patches/driver-plugin-directory.patch | 10 +++++
 debian/patches/series                        |  1 +
 debian/rules                                 | 18 +++++++++
 debian/source/format                         |  1 +
 debian/watch                                 |  3 ++
 11 files changed, 147 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..906fcfd
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libnes (1.1.3-1) unstable; urgency=low
+
+  * Initial Release.  (Closes: #539825)
+
+ -- Roland Dreier <rbd at debian.org>  Tue, 19 Jun 2012 05:45:18 -0700
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..d179b1f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,47 @@
+Source: libnes
+Priority: extra
+Maintainer: Roland Dreier <rbd at debian.org>
+Build-Depends: autoconf, automake, libtool, debhelper (>= 8), dpkg-dev (>= 1.13.19), libibverbs-dev (>= 1.1.3)
+Standards-Version: 3.9.3
+Section: libs
+Homepage: http://www.openfabrics.org/
+
+Package: libnes1
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libibverbs1 (>= 1.1.3)
+Description: Userspace driver for Intel NetEffect NE020-based iWARP adapters
+ libnes is a device-specific driver for Intel NetEffect NE020-based
+ iWARP (RDMA over IP/ethernet) adapters for the libibverbs library.
+ This allows userspace processes to access Intel NetEffect iWARP
+ hardware directly with low latency and low overhead.
+ .
+ This package contains the loadable plug-in.
+
+Package: libnes-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends}, libnes1 (= ${binary:Version})
+Description: Development files for the libnes driver
+ libnes is a device-specific driver for Intel NetEffect NE020-based
+ iWARP (RDMA over IP/ethernet) adapters for the libibverbs library.
+ This allows userspace processes to access Intel NetEffect iWARP
+ hardware directly with low latency and low overhead.
+ .
+ This package contains static versions of libnes that may be linked
+ directly to an application, which may be useful for debugging.
+
+Package: libnes1-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends}, libnes1 (= ${binary:Version})
+Description: Debugging symbols for the libnes driver
+ libnes is a device-specific driver for Intel NetEffect NE020-based
+ iWARP (RDMA over IP/ethernet) adapters for the libibverbs library.
+ This allows userspace processes to access Intel NetEffect iWARP
+ hardware directly with low latency and low overhead.
+ .
+ This package contains the debugging symbols associated with
+ libnes1. They will automatically be used by gdb for debugging
+ libnes-related issues.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0999bc3
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,58 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: libnes
+Upstream-Contact: Faisal Latif <faisal.latif at intel.com>
+Source: http://www.openfabrics.org/downloads/nes/
+
+Files: *
+Copyright: Copyright (c) 2006 - 2010 Intel Corporation.  All rights reserved.
+           Copyright (c) 2006 Open Grid Computing, Inc. All rights reserved.
+License: GPL-2 or BSD-2-clause
+ libnes is licensed under a choice of one of two licenses.  You may
+ choose to be licensed under the terms of the GNU General Public
+ License (GPL) Version 2, available from the file
+ /usr/share/common-licenses/GPL-2 on your Debian system, or the
+ OpenIB.org BSD license below:
+ .
+     Redistribution and use in source and binary forms, with or
+     without modification, are permitted provided that the following
+     conditions are met:
+ .
+      - Redistributions of source code must retain the above
+        copyright notice, this list of conditions and the following
+        disclaimer.
+ .
+      - Redistributions in binary form must reproduce the above
+        copyright notice, this list of conditions and the following
+        disclaimer in the documentation and/or other materials
+        provided with the distribution.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+ BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
+Files: debian/*
+Copyright: Copyright 2012 Roland Dreier <rbd at debian.org>
+License: GPL-2
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License
+ version 2 as published by the Free Software Foundation.
+ .
+ This program is distributed in the hope that it will be
+ useful, but WITHOUT ANY WARRANTY; without even the implied
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ PURPOSE.  See the GNU General Public License for more
+ details.
+ .
+ You should have received a copy of the GNU General Public
+ License along with this package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/libnes-dev.install b/debian/libnes-dev.install
new file mode 100644
index 0000000..af88964
--- /dev/null
+++ b/debian/libnes-dev.install
@@ -0,0 +1 @@
+usr/lib/libnes.a
diff --git a/debian/libnes1.install b/debian/libnes1.install
new file mode 100644
index 0000000..1be6210
--- /dev/null
+++ b/debian/libnes1.install
@@ -0,0 +1,2 @@
+usr/lib/libnes-rdmav2.so		/usr/lib/libibverbs/
+etc/libibverbs.d/nes.driver
diff --git a/debian/patches/driver-plugin-directory.patch b/debian/patches/driver-plugin-directory.patch
new file mode 100644
index 0000000..d39e9c1
--- /dev/null
+++ b/debian/patches/driver-plugin-directory.patch
@@ -0,0 +1,10 @@
+Description: Tell libibverbs to look in /usr/lib/libibverbs for plugin library
+Author: Roland Dreier <roland at digitalvampire.org>
+
+Index: libnes-deb.git/nes.driver
+===================================================================
+--- libnes-deb.git.orig/nes.driver	2011-07-07 11:30:09.967590028 -0700
++++ libnes-deb.git/nes.driver	2011-07-07 11:30:18.877461266 -0700
+@@ -1 +1 @@
+-driver nes
++driver /usr/lib/libibverbs/libnes
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..213f49e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+driver-plugin-directory.patch
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..98f2788
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,18 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+
+%:
+	dh $@
+
+override_dh_strip:
+	dh_strip --dbg-package=libnes1-dbg
+
+override_dh_auto_configure:
+	aclocal --force
+	libtoolize --install --copy --force
+	autoconf --force
+	autoheader --force
+	automake --add-missing --copy --force-missing --foreign
+	dh_auto_configure
+
+override_dh_makeshlibs:
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..f0c72f8
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts="uversionmangle=s/-rc/~rc/" \
+  http://www.openfabrics.org/downloads/nes/libnes-(.+)\.tar\.gz

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



More information about the Pkg-ofed-commits mailing list