From d812ed37d7f2372b7552f68f379052987ec859e0 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Fri, 3 Jan 2014 18:33:29 +0100 Subject: [PATCH] Revert "Only pass --override-config to pbuilder on sqeeze (for now)." This reverts commit 1c1ce75080effe12800dd7d5ea91b39fe4692610. --- lib/pbuilder.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/lib/pbuilder.py b/lib/pbuilder.py index 86945c0..70fa87d 100644 --- a/lib/pbuilder.py +++ b/lib/pbuilder.py @@ -51,14 +51,11 @@ class Pbuilder(object): BIN_PBUILDER, '--build', '--buildresult', '../build-area/result/', + '--override-config', '--debbuildopts', '-b', # don't build source packages... # see directly below + self.dsc_file, ] - # FIXME: Fix .pbuilderrc to also generate correct sources list on - # wheezy and then always use --override-config. - if self.dist == "squeeze": - result.append('--override-config') - result.append(self.dsc_file) return result def build(self): -- 2.39.5