[Pkg-ofed-commits] r680 - in /branches/sid-uploads: libsdp/trunk/debian/ opensm/...

opensides-guest at alioth.debian.org opensides-guest at alioth.debian.org
Wed Feb 24 15:05:19 UTC 2010


Author: opensides-guest
Date: Wed Feb 24 15:05:17 2010
New Revision: 680

URL: http://svn.debian.org/wsvn/pkg-ofed/?sc=1&rev=680
Log:
- Fix for command breaking svn-buildpackage


Modified:
    branches/sid-uploads/libsdp/trunk/debian/rules
    branches/sid-uploads/opensm/trunk/debian/rules
    branches/sid-uploads/perftest/trunk/debian/rules

Modified: branches/sid-uploads/libsdp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/sid-uploads/libsdp/trunk/debian/rules?rev=680&op=diff
==============================================================================
--- branches/sid-uploads/libsdp/trunk/debian/rules (original)
+++ branches/sid-uploads/libsdp/trunk/debian/rules Wed Feb 24 15:05:17 2010
@@ -56,8 +56,6 @@
 	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -f config.sub config.guess
 
-	-find $(CURDIR) -type d -name ".svn" -exec rm -rf {} \;
-
 	dh_clean 
 
 install: build

Modified: branches/sid-uploads/opensm/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/sid-uploads/opensm/trunk/debian/rules?rev=680&op=diff
==============================================================================
--- branches/sid-uploads/opensm/trunk/debian/rules (original)
+++ branches/sid-uploads/opensm/trunk/debian/rules Wed Feb 24 15:05:17 2010
@@ -48,8 +48,6 @@
 	# Add here commands to clean up after the build process.
 	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -f config.sub config.guess
-
-	-find $(CURDIR) -type d -name ".svn" -exec rm -rf {} \;
 
 	dh_clean 
 

Modified: branches/sid-uploads/perftest/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/sid-uploads/perftest/trunk/debian/rules?rev=680&op=diff
==============================================================================
--- branches/sid-uploads/perftest/trunk/debian/rules (original)
+++ branches/sid-uploads/perftest/trunk/debian/rules Wed Feb 24 15:05:17 2010
@@ -40,8 +40,6 @@
 	# Add here commands to clean up after the build process.
 	$(MAKE) clean
 
-	-find $(CURDIR) -type d -name ".svn" -exec rm -rf {} \;
-
 	dh_clean 
 
 install: build




More information about the Pkg-ofed-commits mailing list