[kernel] r8135 - dists/sid/linux-2.6/debian/bin

Bastian Blank waldi at alioth.debian.org
Sat Jan 6 22:07:19 CET 2007


Author: waldi
Date: Sat Jan  6 22:07:19 2007
New Revision: 8135

Modified:
   dists/sid/linux-2.6/debian/bin/genorig.py
Log:
debian/bin/genorig.py: Use patch script from templates.


Modified: dists/sid/linux-2.6/debian/bin/genorig.py
==============================================================================
--- dists/sid/linux-2.6/debian/bin/genorig.py	(original)
+++ dists/sid/linux-2.6/debian/bin/genorig.py	Sat Jan  6 22:07:19 2007
@@ -45,7 +45,7 @@
 
     def patch(self):
         self.log("Patching with debian patch source-%s\n" % self.input_patch)
-        cmdline = 'cd %s; python2.4 ../../bin/patch.apply --overwrite-home=../../patches --orig=%s' % (os.path.join(self.dir, self.orig), self.input_patch)
+        cmdline = 'cd %s; python2.4 ../../templates/patch.apply.in --overwrite-home=../../patches --orig=%s' % (os.path.join(self.dir, self.orig), self.input_patch)
         if os.spawnv(os.P_WAIT, '/bin/sh', ['sh', '-c', cmdline]):
             raise RuntimeError("Can't extract tarball")
 



More information about the Kernel-svn-changes mailing list