* pbuilder-dist:

- Set "--mirror" option also for Ubuntu chroots, so that they work
     on Debian.
This commit is contained in:
Siegfried-Angel Gevatter Pujals 2010-01-15 14:26:39 +01:00
parent fe9b731b30
commit ee9561ae59
2 changed files with 8 additions and 2 deletions

7
debian/changelog vendored
View File

@ -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 <geser@ubuntu.com> Thu, 07 Jan 2010 23:10:25 +0100
-- Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com> Fri, 15 Jan 2010 14:24:51 +0100
ubuntu-dev-tools (0.87) lucid; urgency=low

View File

@ -1,7 +1,7 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright (C) 2007-2009 Siegfried-A. Gevatter <rainct@ubuntu.com>
# Copyright (C) 2007-2010 Siegfried-A. Gevatter <rainct@ubuntu.com>
# With some changes by Iain Lane <iain@orangesquash.org.uk>
# 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'