debian/bin/genorig.py: Disable debian patches.

svn path=/dists/trunk/linux-2.6/; revision=9589
This commit is contained in:
Bastian Blank 2007-09-29 08:13:05 +00:00
parent 83ceeab463
commit 898e603676
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ class Main(object):
try:
self.upstream_extract()
self.upstream_patch()
self.debian_patch()
self.tar()
finally:
shutil.rmtree(self.dir)