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

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
View File

@ -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

2
debian/control vendored
View File

@ -22,4 +22,4 @@ Description: useful tools for Ubuntu developers
make their packaging work a lot easier. Such tools can include bug
filing, packaging preparation, package analysis, etc.
.
Homepage: https://launchpad.net/ubuntu-dev-tools/
Homepage: https://launchpad.net/ubuntu-dev-tools/

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" \
--components "$COMPONENTS" \
$@