merged bigon's branch to fix #146475

This commit is contained in:
Adrien Cunin 2007-10-07 00:10:11 +02:00
commit 1d7bf66c65
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
ubuntu-dev-tools (0.19) UNRELEASED; urgency=low
[ Laurent Bigonville ]
* pbuilder-dist: Fix error on chroot creation (LP: #146475)
-- Adrien Cunin <adri2000@ubuntu.com> Sun, 07 Oct 2007 00:03:57 +0200
ubuntu-dev-tools (0.18) gutsy; urgency=low
* requestsync: add an option to "Add latest debian version to the title of

View File

@ -168,5 +168,5 @@ sudo pbuilder $OPERATION \
$( [ -z $DEBCACHE ] || echo "--aptcache $DEBCACHE" ) \
--buildresult $BASE_DIR/${FOLDERBASE}_result \
--mirror "$ARCHIVE" \
--othermirror "\"deb $ARCHIVE $DISTRIBUTION $COMPONENTS\"" \
--othermirror "deb $ARCHIVE $DISTRIBUTION $COMPONENTS" \
$@