[Pkg-ofed-commits] r374 - /branches/sid-uploads/opensm/trunk/debian/rules

opensides-guest at alioth.debian.org opensides-guest at alioth.debian.org
Wed Jul 29 23:18:58 UTC 2009


Author: opensides-guest
Date: Wed Jul 29 23:18:58 2009
New Revision: 374

URL: http://svn.debian.org/wsvn/pkg-ofed/?sc=1&rev=374
Log:
- Remove .svn dirs from package


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

Modified: branches/sid-uploads/opensm/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/sid-uploads/opensm/trunk/debian/rules?rev=374&op=diff
==============================================================================
--- branches/sid-uploads/opensm/trunk/debian/rules (original)
+++ branches/sid-uploads/opensm/trunk/debian/rules Wed Jul 29 23:18:58 2009
@@ -56,6 +56,8 @@
 	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/opensm.
 	$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
 	cp $(CURDIR)/debian/opensm-boot.init $(CURDIR)/debian/tmp/etc/init.d/opensm-boot




More information about the Pkg-ofed-commits mailing list