3
0
mirror of https://git.launchpad.net/ubuntu-dev-tools synced 2025-03-25 09:51:14 +00:00

* pbuilder-dist: Use new --components options (LP: )

This commit is contained in:
Laurent Bigonville 2007-10-22 19:51:10 +02:00
commit e1947a56a6
3 changed files with 7 additions and 3 deletions

6
debian/changelog vendored

@ -1,10 +1,14 @@
ubuntu-dev-tools (0.20) UNRELEASED; urgency=low
[ Cesare Tirabassi ]
* suspicious-source: add *.hh to list of excluded files
* suspicious-source: format excluded file list to fit 80 chars limit
* suspicious-source: corrected typos in script and manual page
-- Cesare Tirabassi <norsetto@ubuntu.com> Sun, 21 Oct 2007 10:49:26 +0200
[ Laurent Bigonville ]
* pbuilder-dist: Use new --components options (LP: #140964)
-- Laurent Bigonville <bigon@ubuntu.com> Mon, 22 Oct 2007 19:50:36 +0200
ubuntu-dev-tools (0.19) gutsy; urgency=low

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