[Pkg-ofed-commits] [fabtests] 01/01: Initial release.

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Wed Jun 15 09:32:41 UTC 2016


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

ana pushed a commit to branch master
in repository fabtests.

commit 6fb8d639d73692a2629f0c73202be27d91cc6b56
Author: Ana Guerrero López <ana at ekaia.org>
Date:   Wed Jun 15 11:32:27 2016 +0200

    Initial release.
---
 debian/changelog     |  5 +++
 debian/compat        |  1 +
 debian/control       | 21 ++++++++++++
 debian/copyright     | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/rules         | 11 +++++++
 debian/source/format |  1 +
 debian/watch         |  3 ++
 7 files changed, 135 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..2ca2008
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+fabtests (1.3.0-1) UNRELEASED; urgency=medium
+
+  * Initial release.
+
+ -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Tue, 14 Jun 2016 16:21:50 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..8072325
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: fabtests
+Section: net
+Priority: optional
+Maintainer: Ana Beatriz Guerrero Lopez <ana at debian.org>
+Build-Depends: debhelper (>=9), libfabric-dev,
+Standards-Version: 3.9.8
+Homepage: https://github.com/ofiwg/fabtests
+Vcs-Git: git://anonscm.debian.org/pkg-ofed/fabtests.git
+Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-ofed/fabtests.git
+
+Package: fabtests
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: ruby
+Description: Test suite and examples for libfabric API
+ Fabtests provides a set of examples that uses libfabric, a high-performance
+ fabric software library.
+ .
+ The provided tests are very simple in nature and can be used as
+ sample programs to understand the libfabric interfaces and how
+ they are used.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a98ee7d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,93 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: fabtests
+Source: https://github.com/ofiwg/fabtests
+
+Files: include/jsmn.h
+       common/jsmn.c
+Copyright: Copyright (c) 2010 Serge A. Zaitsev
+License: Expat
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation
+ files (the "Software"), to deal in the Software without
+ restriction, including without limitation the rights to use, copy,
+ modify, merge, publish, distribute, sublicense, and/or sell copies
+ of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ 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: *
+Copyright:
+ Copyright (c) 2005-2006, 2011-2016 Intel Corporation.
+ Copyright (c) 2014-2016 Cisco Systems, Inc.
+ Copyright (c) 2005, Topspin Communications.
+ Copyright (c) 2016 Cray Inc
+ Copyright (c) 2015 Los Alamos Nat. Security, LLC
+
+License: BSD-2-clause or GPL-2
+ fabtests 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
+ BSD license below:
+ .
+ ==================================================================
+ .
+ OpenIB.org BSD license
+ .
+ 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.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+ FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+ COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+ .
+ ==================================================================
+
+Files: debian/*
+Copyright: 2016 Ana Beatriz Guerrero Lopez <ana at debian.org>
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package 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 program. If not, see <https://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..cb70302
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE = 1
+
+# see FEATURE AREAS in dpkg-buildflags(1)
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+%:
+	dh $@
+
+override_dh_auto_test:
+
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..7fb315a
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=2
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/<project>-$1\.tar\.gz/ \
+  https://github.com/ofiwg/fabtests/tags .*/v?(\d\S*)\.tar\.gz

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



More information about the Pkg-ofed-commits mailing list