From ee9561ae591c88d5ad0b0d994c6c144616487a37 Mon Sep 17 00:00:00 2001 From: Siegfried-Angel Gevatter Pujals Date: Fri, 15 Jan 2010 14:26:39 +0100 Subject: [PATCH] * pbuilder-dist: - Set "--mirror" option also for Ubuntu chroots, so that they work on Debian. --- debian/changelog | 7 ++++++- pbuilder-dist | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2364fe4..2c2446a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,10 @@ ubuntu-dev-tools (0.88) UNRELEASED; urgency=low + [ Siegfried-Angel Gevatter Pujals ] + * pbuilder-dist: + - Set "--mirror" option also for Ubuntu chroots, so that they work + on Debian. + [ Michael Bienia ] * requestsync: Fix a bug that prevented sync requests for new packages with a version smaller than 0. @@ -13,7 +18,7 @@ ubuntu-dev-tools (0.88) UNRELEASED; urgency=low * mk-sbuild-lv: drop deprecated sbuild configuration fields from template. * what-patch: updated for 3.0 source format. - -- Michael Bienia Thu, 07 Jan 2010 23:10:25 +0100 + -- Siegfried-Angel Gevatter Pujals Fri, 15 Jan 2010 14:24:51 +0100 ubuntu-dev-tools (0.87) lucid; urgency=low diff --git a/pbuilder-dist b/pbuilder-dist index a9a9cd6..432357c 100755 --- a/pbuilder-dist +++ b/pbuilder-dist @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright (C) 2007-2009 Siegfried-A. Gevatter +# Copyright (C) 2007-2010 Siegfried-A. Gevatter # With some changes by Iain Lane # Based upon pbuilder-dist-simple by Jamin Collins and Jordan Mantha. # @@ -220,6 +220,7 @@ class pbuilder_dist: if self.extra_components: components += ' contrib non-free' else: + arguments.append('--mirror "http://mirrors.kernel.org/ubuntu/"') components = 'main restricted' if self.extra_components: components += ' universe multiverse'