[Pkg-ofed-commits] r356 - in /trunk/mpitests/trunk: ./ debian/

gmpc-guest at alioth.debian.org gmpc-guest at alioth.debian.org
Thu Jun 4 13:26:33 UTC 2009


Author: gmpc-guest
Date: Thu Jun  4 13:26:31 2009
New Revision: 356

URL: http://svn.debian.org/wsvn/pkg-ofed/?sc=1&rev=356
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/mpitests/trunk/debian/
    trunk/mpitests/trunk/debian/README.Debian
    trunk/mpitests/trunk/debian/changelog
    trunk/mpitests/trunk/debian/compat
    trunk/mpitests/trunk/debian/control
    trunk/mpitests/trunk/debian/copyright
    trunk/mpitests/trunk/debian/dirs
    trunk/mpitests/trunk/debian/docs
    trunk/mpitests/trunk/debian/rules   (with props)
Modified:
    trunk/mpitests/trunk/Makefile

Modified: trunk/mpitests/trunk/Makefile
URL: http://svn.debian.org/wsvn/pkg-ofed/trunk/mpitests/trunk/Makefile?rev=356&op=diff
==============================================================================
--- trunk/mpitests/trunk/Makefile (original)
+++ trunk/mpitests/trunk/Makefile Thu Jun  4 13:26:31 2009
@@ -1,11 +1,11 @@
 CFLAGS = 
-MPIHOME=./
+MPIHOME=/usr
 CC = 
 LIBS =  
 INCLUDES =
 OBJS = 
 SRCS = 
-INSTALL_DIR=tests/
+INSTALL_DIR=$(DESTDIR)
 INSTALL_IMB=IMB-3.1
 INSTALL_PRESTA=presta-1.4.0
 INSTALL_OSU=osu_benchmarks-3.0
@@ -26,19 +26,19 @@
 clean-presta:
 	cd $(PWD)/$(INSTALL_PRESTA) && make MPIHOME=$(MPIHOME) clean
 clean: clean-ibm clean-presta clean-osu 
-	rm -rf $(MPIHOME)/$(INSTALL_DIR)
+#	rm -rf $(INSTALL_DIR)/usr/bin
 install-ibm:
-	mkdir -p $(MPIHOME)/$(INSTALL_DIR)/$(INSTALL_IMB)
-	cp -f $(INSTALL_IMB)/src/IMB-MPI1 $(MPIHOME)/$(INSTALL_DIR)/$(INSTALL_IMB)
+#	mkdir -p $(INSTALL_DIR)/$(INSTALL_IMB)
+	cp -f $(INSTALL_IMB)/src/IMB-MPI1 $(INSTALL_DIR)/usr/bin
 install-presta:
-	mkdir -p $(MPIHOME)/$(INSTALL_DIR)/$(INSTALL_PRESTA)
-	cp -f $(INSTALL_PRESTA)/com    		$(MPIHOME)/$(INSTALL_DIR)/$(INSTALL_PRESTA)
-	cp -f $(INSTALL_PRESTA)/glob     	$(MPIHOME)/$(INSTALL_DIR)/$(INSTALL_PRESTA)
-	cp -f $(INSTALL_PRESTA)/globalop 	$(MPIHOME)/$(INSTALL_DIR)/$(INSTALL_PRESTA)
+#	mkdir -p $(INSTALL_DIR)/$(INSTALL_PRESTA)
+	cp -f $(INSTALL_PRESTA)/com    		$(INSTALL_DIR)/usr/bin
+	cp -f $(INSTALL_PRESTA)/glob     	$(INSTALL_DIR)/usr/bin
+	cp -f $(INSTALL_PRESTA)/globalop 	$(INSTALL_DIR)/usr/bin
 install-osu:
-	mkdir -p $(MPIHOME)/$(INSTALL_DIR)/$(INSTALL_OSU)
-	cp -f $(INSTALL_OSU)/osu_bw		    $(MPIHOME)/$(INSTALL_DIR)/$(INSTALL_OSU)
-	cp -f $(INSTALL_OSU)/osu_bibw		$(MPIHOME)/$(INSTALL_DIR)/$(INSTALL_OSU)
-	cp -f $(INSTALL_OSU)/osu_bcast		$(MPIHOME)/$(INSTALL_DIR)/$(INSTALL_OSU)
-	cp -f $(INSTALL_OSU)/osu_latency	$(MPIHOME)/$(INSTALL_DIR)/$(INSTALL_OSU)
-	cp -f $(INSTALL_OSU)/osu_mbw_mr  	$(MPIHOME)/$(INSTALL_DIR)/$(INSTALL_OSU)
+#	mkdir -p $(INSTALL_DIR)/$(INSTALL_OSU)
+	cp -f $(INSTALL_OSU)/osu_bw		$(INSTALL_DIR)/usr/bin
+	cp -f $(INSTALL_OSU)/osu_bibw		$(INSTALL_DIR)/usr/bin
+	cp -f $(INSTALL_OSU)/osu_bcast		$(INSTALL_DIR)/usr/bin
+	cp -f $(INSTALL_OSU)/osu_latency	$(INSTALL_DIR)/usr/bin
+	cp -f $(INSTALL_OSU)/osu_mbw_mr  	$(INSTALL_DIR)/usr/bin

Added: trunk/mpitests/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-ofed/trunk/mpitests/trunk/debian/README.Debian?rev=356&op=file
==============================================================================
--- trunk/mpitests/trunk/debian/README.Debian (added)
+++ trunk/mpitests/trunk/debian/README.Debian Thu Jun  4 13:26:31 2009
@@ -1,0 +1,6 @@
+mpitests for Debian
+-------------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Guy Coates <gmpc at sanger.ac.uk>  Wed, 03 Jun 2009 09:51:23 +0100

Added: trunk/mpitests/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ofed/trunk/mpitests/trunk/debian/changelog?rev=356&op=file
==============================================================================
--- trunk/mpitests/trunk/debian/changelog (added)
+++ trunk/mpitests/trunk/debian/changelog Thu Jun  4 13:26:31 2009
@@ -1,0 +1,6 @@
+mpitests (3.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Guy Coates <gmpc at sanger.ac.uk>  Wed, 03 Jun 2009 09:51:23 +0100
+

Added: trunk/mpitests/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-ofed/trunk/mpitests/trunk/debian/compat?rev=356&op=file
==============================================================================
--- trunk/mpitests/trunk/debian/compat (added)
+++ trunk/mpitests/trunk/debian/compat Thu Jun  4 13:26:31 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/mpitests/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ofed/trunk/mpitests/trunk/debian/control?rev=356&op=file
==============================================================================
--- trunk/mpitests/trunk/debian/control (added)
+++ trunk/mpitests/trunk/debian/control Thu Jun  4 13:26:31 2009
@@ -1,0 +1,14 @@
+Source: mpitests
+Section: net
+Priority: extra
+Maintainer: Guy Coates <gmpc at sanger.ac.uk>
+Build-Depends: debhelper (>= 7), libopenmpi-dev
+Standards-Version: 3.7.3
+Homepage: http://www.openfabrics.org
+
+Package: mpitests
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: MPI benchmarks
+ This package contains a set of popular MPI benchmarking
+ programs.

Added: trunk/mpitests/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-ofed/trunk/mpitests/trunk/debian/copyright?rev=356&op=file
==============================================================================
--- trunk/mpitests/trunk/debian/copyright (added)
+++ trunk/mpitests/trunk/debian/copyright Thu Jun  4 13:26:31 2009
@@ -1,0 +1,52 @@
+This package was debianized by Guy Coates <gmpc at sanger.ac.uk> on
+Wed, 03 Jun 2009 09:51:23 +0100.
+
+It was downloaded from http://www.openfabrics.org/downloads/OFED/ofed-1.4.1/OFED-1.4.1.tgz
+
+Upstream Author:
+ 
+ Pavel Shamis (pasha at mellanox.co.il)
+
+Copyright:
+
+  Copyright (c) 2003-2007, Intel Corporation. All rights reserved.
+  Copyright (C) 1986 Gary S. Brown.
+  Copyright (C) 2002-2007 the Network-Based Computing Laboratory,
+                          (NBCL), The Ohio State University.
+
+
+License:
+
+This software 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 in 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.
+
+
+The Debian packaging is (C) 2009, Genome Research Ltd. and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
+

Added: trunk/mpitests/trunk/debian/dirs
URL: http://svn.debian.org/wsvn/pkg-ofed/trunk/mpitests/trunk/debian/dirs?rev=356&op=file
==============================================================================
--- trunk/mpitests/trunk/debian/dirs (added)
+++ trunk/mpitests/trunk/debian/dirs Thu Jun  4 13:26:31 2009
@@ -1,0 +1,1 @@
+usr/bin

Added: trunk/mpitests/trunk/debian/docs
URL: http://svn.debian.org/wsvn/pkg-ofed/trunk/mpitests/trunk/debian/docs?rev=356&op=file
==============================================================================
--- trunk/mpitests/trunk/debian/docs (added)
+++ trunk/mpitests/trunk/debian/docs Thu Jun  4 13:26:31 2009
@@ -1,0 +1,2 @@
+IMB-3.1/doc/
+

Added: trunk/mpitests/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ofed/trunk/mpitests/trunk/debian/rules?rev=356&op=file
==============================================================================
--- trunk/mpitests/trunk/debian/rules (added)
+++ trunk/mpitests/trunk/debian/rules Thu Jun  4 13:26:31 2009
@@ -1,0 +1,93 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+
+
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	# Add here commands to configure the package.
+
+	touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp: configure-stamp  
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(MAKE)
+	#docbook-to-man debian/mpitests.sgml > mpitests.1
+
+	touch $@
+
+clean: 
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+
+	# Add here commands to clean up after the build process.
+	$(MAKE) clean
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+	# Add here commands to install the package into debian/mpitests.
+	$(MAKE) DESTDIR=$(CURDIR)/debian/mpitests install
+	mkdir -p $(CURDIR)/debian/mpitests/usr/share/doc/mpitests
+	cp osu_benchmarks-3.0/README $(CURDIR)/debian/mpitests/usr/share/doc/mpitests/README.osu
+	cp presta-1.4.0/README $(CURDIR)/debian/mpitests/usr/share/doc/mpitests/README.presta
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs 
+	dh_installdocs
+	dh_installexamples
+#	dh_install --list-missing
+#	dh_installmenu
+#	dh_installdebconf	
+#	dh_installlogrotate
+#	dh_installemacsen
+#	dh_installpam
+#	dh_installmime
+#	dh_python
+#	dh_installinit
+#	dh_installcron
+#	dh_installinfo
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_perl
+	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure

Propchange: trunk/mpitests/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




More information about the Pkg-ofed-commits mailing list