debian/lib/python/debian_linux/gencontrol.py:

Make pakage config overwrite the config supplied by linux-2.6.

svn path=/dists/trunk/linux-2.6/; revision=6058
This commit is contained in:
Bastian Blank 2006-03-04 16:41:13 +00:00
parent a4ecf9c185
commit f7292b8169
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class gencontrol(object):
def __init__(self, underlay = None):
self.changelog = read_changelog()
self.config = config_reader(["debian/arch", underlay])
self.config = config_reader([underlay, "debian/arch"])
self.templates = templates()
self.version, self.abiname, self.changelog_vars = self.process_changelog({})