[kernel] r17119 - dists/sid/linux-2.6/debian/patches/bugfix/all/stable
Ben Hutchings
benh at alioth.debian.org
Fri Mar 25 13:10:52 UTC 2011
Author: benh
Date: Fri Mar 25 13:10:34 2011
New Revision: 17119
Log:
stable/gen-patch: Do not require 'backports' config section
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 Fri Mar 25 07:07:48 2011 (r17118)
+++ dists/sid/linux-2.6/debian/patches/bugfix/all/stable/gen-patch Fri Mar 25 13:10:34 2011 (r17119)
@@ -38,7 +38,7 @@
tag_out = "v%s" % self.version.complete
print tag_in, tag_out
- backports = self.config[('backports',)]
+ backports = self.config.get(('backports',), {})
diff_filter = '-x Makefile'
if self.version.release == self.package_version.upstream:
diff_filter += ' ' + ' '.join("-x '%s'" % re.sub(r'/$', r'/*', path)
More information about the Kernel-svn-changes
mailing list