diff options
author | Adrien Cunin <adri2000@ubuntu.com> | 2007-10-22 08:28:02 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@dancer64.netfort.gr.jp> | 2007-10-22 08:28:02 +0900 |
commit | a6996a19f78e81fe000bb87f9911311c5d76be9b (patch) | |
tree | 6150e866e710d8fae26a431257613bc098019f87 /debian | |
parent | f6f2a0cc64cf6756e1b3d7ba880a7debe3d028a4 (diff) | |
download | pbuilder-a6996a19f78e81fe000bb87f9911311c5d76be9b.tar pbuilder-a6996a19f78e81fe000bb87f9911311c5d76be9b.tar.gz |
[Pbuilder-maint] Bug#422371: Patch for specifying components
Here is a patch against latest git revision which adds the ability to specify
the components either via $COMPONENTS in pbuilderrc or via the command line with
--components.
It is based on some of the Ubuntu changes [1].
[1] http://patches.ubuntu.com/p/pbuilder/pbuilder_0.170ubuntu1.patch
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 891e7d2..4cdc5c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,15 @@ pbuilder (0.174) UNRELEASED; urgency=low + [ Junichi Uekawa ] * add bash_completion. * Bug fix: "pbuilder: incoherence man page with --help", thanks to David Vernazobres (Closes: #446479). + [ Adrien Cunin ] + * Added the ability to specify the distribution components via $COMPONENTS in + pbuilderrc or via pbuilder --components. Part of the patch taken from + Ubuntu. (Closes: #422371) + -- Junichi Uekawa <dancer@debian.org> Mon, 15 Oct 2007 08:44:20 +0900 pbuilder (0.173) unstable; urgency=low |