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

David Vernazobres dv at uni-muenster.de
Wed Oct 10 07:07:24 UTC 2007


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




More information about the pkg-bioc-devel mailing list