[kernel] r19889 - dists/trunk/linux-tools/debian

Ben Hutchings benh at alioth.debian.org
Sat Mar 2 16:15:44 UTC 2013


Author: benh
Date: Sat Mar  2 16:15:44 2013
New Revision: 19889

Log:
Apply patches in orig target, matching "dpkg-source -x" and linux orig target

Modified:
   dists/trunk/linux-tools/debian/rules

Modified: dists/trunk/linux-tools/debian/rules
==============================================================================
--- dists/trunk/linux-tools/debian/rules	Sat Mar  2 16:07:23 2013	(r19888)
+++ dists/trunk/linux-tools/debian/rules	Sat Mar  2 16:15:44 2013	(r19889)
@@ -25,6 +25,7 @@
 
 orig: $(DIR_ORIG)
 	rsync --delete --exclude debian --exclude .svk --exclude .svn --link-dest=$(DIR_ORIG)/ -a $(DIR_ORIG)/ .
+	QUILT_PATCHES='$(CURDIR)/debian/patches' QUILT_PC=.pc quilt push --quiltrc - -a -q --fuzz=0
 
 $(DIR_ORIG):
 ifeq ($(TAR_ORIG),)



More information about the Kernel-svn-changes mailing list