[kernel] r6519 - dists/trunk/linux-kbuild-2.6/debian

Bastian Blank waldi at costa.debian.org
Mon May 1 21:25:00 UTC 2006


Author: waldi
Date: Mon May  1 21:24:59 2006
New Revision: 6519

Modified:
   dists/trunk/linux-kbuild-2.6/debian/rules

Log:
debian/rules: Exclude src from orig.


Modified: dists/trunk/linux-kbuild-2.6/debian/rules
==============================================================================
--- dists/trunk/linux-kbuild-2.6/debian/rules	(original)
+++ dists/trunk/linux-kbuild-2.6/debian/rules	Mon May  1 21:24:59 2006
@@ -18,7 +18,7 @@
 	@[ -d $@ ] || mkdir $@
 
 orig: ../orig/linux-kbuild-$(MAJOR)-$(VERSION)
-	rsync --delete --exclude debian --exclude .svn --link-dest=$^/ -av $^/ .
+	rsync --delete --exclude debian --exclude src --exclude .svn --link-dest=$^/ -av $^/ .
 
 ../orig/linux-kbuild-$(MAJOR)-$(VERSION):
 	if [ -f "../linux-kbuild-$(MAJOR)_$(VERSION).orig.tar.gz" ]; then \



More information about the Kernel-svn-changes mailing list