[Pkg-ofed-commits] r704 - /branches/sid-uploads/rds-tools/trunk/debian/

opensides-guest at alioth.debian.org opensides-guest at alioth.debian.org
Fri Apr 9 21:42:11 UTC 2010


Author: opensides-guest
Date: Fri Apr  9 21:42:10 2010
New Revision: 704

URL: http://svn.debian.org/wsvn/pkg-ofed/?sc=1&rev=704
Log:
- Fixed Debian packaging


Modified:
    branches/sid-uploads/rds-tools/trunk/debian/control
    branches/sid-uploads/rds-tools/trunk/debian/rules

Modified: branches/sid-uploads/rds-tools/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/sid-uploads/rds-tools/trunk/debian/control?rev=704&op=diff
==============================================================================
--- branches/sid-uploads/rds-tools/trunk/debian/control (original)
+++ branches/sid-uploads/rds-tools/trunk/debian/control Fri Apr  9 21:42:10 2010
@@ -4,7 +4,7 @@
 Maintainer: OFED and Debian Developement and Discussion <pkg-ofed-devel at lists.alioth.debian.org>
 Uploaders: Benoit Mortier <benoit.mortier at opensides.be>, Guy Coates <gmpc at sanger.ac.uk>, Mario Lang <mlang at debian.org>
 Build-Depends: debhelper (>= 7), automake
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://www.openfabrics.org
 DM-Upload-Allowed: yes
 
@@ -13,5 +13,10 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Tools for the Infiniband RDS protocol
  rds-tools is a collection of support tools for the 
- infiniband Reliable Datagram Socket (RDS) protocol. 
-
+ Reliable Datagram Socket (RDS) protocol. 
+ .
+ RDS provides reliable, ordered datagram delivery by using a single
+ reliable connection between any two nodes in the cluster. This allows
+ applications to use a single socket to talk to any other process in the
+ cluster - so in a cluster with N processes you need N sockets, in contrast
+ to N*N if you use a connection-oriented socket transport like TCP.

Modified: branches/sid-uploads/rds-tools/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/sid-uploads/rds-tools/trunk/debian/rules?rev=704&op=diff
==============================================================================
--- branches/sid-uploads/rds-tools/trunk/debian/rules (original)
+++ branches/sid-uploads/rds-tools/trunk/debian/rules Fri Apr  9 21:42:10 2010
@@ -62,8 +62,6 @@
 	dh_prep  
 	dh_installdirs
 
-	-find $(CURDIR) -type d -name ".svn" -exec rm -rf {} \; >/dev/null 2>&1
-
 	# Add here commands to install the package into debian/rds-tools
 	$(MAKE) prefix=$(CURDIR)/debian/rds-tools/usr install
 




More information about the Pkg-ofed-commits mailing list