[kernel] r13986 - dists/sid/linux-2.6/debian/patches/bugfix/all/stable
Bastian Blank
waldi at alioth.debian.org
Tue Jul 21 10:54:46 UTC 2009
Author: waldi
Date: Tue Jul 21 10:54:42 2009
New Revision: 13986
Log:
debian/patches/bugfix/all/stable/gen-patch: Remove automatic Makefile filter.
Modified:
dists/sid/linux-2.6/debian/patches/bugfix/all/stable/gen-patch
Modified: dists/sid/linux-2.6/debian/patches/bugfix/all/stable/gen-patch
==============================================================================
--- dists/sid/linux-2.6/debian/patches/bugfix/all/stable/gen-patch Tue Jul 21 09:08:33 2009 (r13985)
+++ dists/sid/linux-2.6/debian/patches/bugfix/all/stable/gen-patch Tue Jul 21 10:54:42 2009 (r13986)
@@ -33,7 +33,7 @@
tag_out = "v%s" % self.version.complete
print tag_in, tag_out
- f = os.popen("cd %s; git diff %s %s | filterdiff -p 1 -x Makefile > %s" % (self.repo, tag_in, tag_out, os.path.join(self.path, patch)))
+ f = os.popen("cd %s; git diff %s %s > %s" % (self.repo, tag_in, tag_out, os.path.join(self.path, patch)))
if f.close() is not None:
raise RuntimeError
More information about the Kernel-svn-changes
mailing list