Skip to content

Commit b0c0eed

Browse files
author
Jeff Squyres
committed
releng-deb: add the missing debian directory (doh!)
1 parent f82c5c0 commit b0c0eed

File tree

10 files changed

+435
-0
lines changed

10 files changed

+435
-0
lines changed

debian/changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
libusnic-verbs (@LIBUSNIC_VERBS_VERSION@) unstable; urgency=low
2+
3+
* Cisco dummy libusnic_verbs to prevent libibverbs from complaining about a missing userspace driver
4+
5+
-- @CISCO_MAINTAINER@ <@CISCO_MAINTAINER_EMAIL@> @RELEASE_DATE@

debian/compat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9

debian/control

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Source: libusnic-verbs
2+
Priority: optional
3+
Maintainer: @CISCO_MAINTAINER@ <@CISCO_MAINTAINER_EMAIL@>
4+
Build-Depends: debhelper (>= 9.0.0), autotools-dev, libibverbs-dev, make, quilt, dpkg-dev
5+
Standards-Version: 3.9.5
6+
Section: libs
7+
Homepage: http://cisco.com/
8+
9+
Package: libusnic-verbs
10+
Section: libs
11+
Architecture: any
12+
Depends: ${shlibs:Depends}, ${misc:Depends}, libibverbs1
13+
Description: libusnic-verbs
14+
This is a dummy plugin for libibverbs for Cisco usNIC devices.
15+
.
16+
It's only purpose in life is to prevent libibverbs from noticing /sys
17+
entries for Cisco usNIC devices and emitting a stderr warning that it
18+
cannot find a userspace plugin to support that device.
19+
.
20+
Cisco does not support the userspace Verbs API for accessing its usNIC
21+
devices. The Libfabric API is provided for accessing Cisco usNIC
22+
functionality (see http://libfabric.org/).

debian/copyright

Lines changed: 384 additions & 0 deletions
Large diffs are not rendered by default.

debian/libibverbs_usnic.dirs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
etc/libibverbs.d
2+
lib

debian/libibverbs_usnic.docs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
AUTHORS
2+
LICENSE
3+
README

debian/libibverbs_usnic.install

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
etc/libibverbs.d
2+
lib

debian/rules

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/usr/bin/make -f
2+
# -*- makefile -*-
3+
4+
# Make things verbose so that we can see what's going on
5+
export DH_VERBOSE=1
6+
export DH_OPTIONS=-v
7+
8+
%:
9+
dh $@ --with autotools-dev --parallel
10+
11+
# Add in our own configure arugments
12+
override_dh_auto_configure:
13+
dh_auto_configure -- @CONFIGURE_ARGS@

debian/source/format

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.0 (quilt)

debian/watch

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# This is a binary distribution from Cisco; there is nothing to watch
2+
# for upstream. This file is only here to avoid a lintian warning.

0 commit comments

Comments
 (0)