[pkg-bioc] pbuilder --create [...] should be pbuilder create [...]

David Vernazobres dv at uni-muenster.de
Mon Oct 15 08:38:33 UTC 2007


On Wed, Oct 10, 2007 at 09:07:24AM +0200, David Vernazobres wrote :
> On Tue, Oct 09, 2007 at 06:47:16PM -0700, Don Armstrong wrote :
> > The attached patch rectifies this.
> > 
> > 
> > Don Armstrong
> > 
> > -- 
> > He was wrong. Nature abhors dimensional abnormalities, and seals them
> > neatly away so that they don't upset people. Nature, in fact, abhors a
> > lot of things, including vacuums, ships called the Marie Celeste, and
> > the chuck keys for electric drills.
> >  -- Terry Pratchet _Pyramids_ p166
> > 
> > http://www.donarmstrong.com              http://rzlab.ucr.edu
> 
> > Index: PBuilder.pm
> > ===================================================================
> > --- PBuilder.pm	(revision 339)
> > +++ PBuilder.pm	(working copy)
> > @@ -29,10 +29,10 @@
> >        unless ( defined($main::PBuilder_Base)
> >          or ( $main::PBuilder_Base !~ /^\s*$/m ) );
> >      if ( ( !-f $main::PBuilder_Base ) || ( !-s $main::PBuilder_Base ) ) {
> > -        $buildercommand .= "--create ";
> > +        $buildercommand .= "create ";
> >      }
> >      else {
> > -        $buildercommand .= "--update ";
> > +        $buildercommand .= "update ";
> >      }
> >      die "${name}_ExtraPackages is undefined, please read the documentation\n"
> >        unless ( defined($main::Builder_ExtraPackages) );
> 
> 
> Thanks for your patch.
> Which version of Pbuilder are you running, which distribution ? 
> 
> according to the man page --create is a legacy option and was working
> when I tryed it. But the pbuilder --help is confusing. I will make 
> some test during the day, and may repport a bug against pbuilder 
> documentation.
> Thanks for your interrest and repport to the project,
> David

Ok,
As I am not getting any feedback from you, and according to the answers
of the maintainer of Pbuilder (bug wishlist #46479), I will not patch
the pkg-bioc source. 
Thanks for your contribution and efforts of making, pkg-bioc better. I
hope to see more patch from you,
If you have more question about it, please don't hesitate,
david

-- 
Be realistic. Demand the Impossible.



More information about the pkg-bioc-devel mailing list