[Pkg-ofed-commits] r562 - /branches/ofed-1.5lenny/libmlx4/trunk/debian/rules

gmpc-guest at alioth.debian.org gmpc-guest at alioth.debian.org
Fri Jan 15 16:11:33 UTC 2010


Author: gmpc-guest
Date: Fri Jan 15 16:11:26 2010
New Revision: 562

URL: http://svn.debian.org/wsvn/pkg-ofed/?sc=1&rev=562
Log:
Prevent dh_clean removing  .orig source file.

Modified:
    branches/ofed-1.5lenny/libmlx4/trunk/debian/rules

Modified: branches/ofed-1.5lenny/libmlx4/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/ofed-1.5lenny/libmlx4/trunk/debian/rules?rev=562&op=diff
==============================================================================
--- branches/ofed-1.5lenny/libmlx4/trunk/debian/rules (original)
+++ branches/ofed-1.5lenny/libmlx4/trunk/debian/rules Fri Jan 15 16:11:26 2010
@@ -63,7 +63,7 @@
 	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -f config.sub config.guess
 
-	dh_clean  --exclude ./src/cq.c.orig --exclude ./src/qp.c.orig --exclude ./src/verbs.c.orig
+	dh_clean  --exclude ./src/cq.c.orig --exclude ./src/qp.c.orig --exclude ./src/verbs.c.orig --exclude ./src/mlx4.h.orig
 
 install: build
 	dh_testdir




More information about the Pkg-ofed-commits mailing list