Decoupling GNOME 2.30 transitions

Adam D. Barratt adam at adam-barratt.org.uk
Tue May 25 19:08:11 UTC 2010


On Tue, 2010-05-25 at 08:01 +0200, Yves-Alexis Perez wrote:
> I hope my command line is good, I noticed that binNMU'ing only packages
> build-depending directly on libedataserver-dev wasn't enough, here my
> new attempt (alternatively, if you have a way to say “rebuild everything
> using libedataserver1.2-11, please go ahead, except evolution :)
> 
> So here we go:
> 
> # unstable

Scheduled with the exception of mail-notification as that FTBFS on the
last round (and dep-waited on libedataserver1.2-13).

> # experimental
> nmu anjal . ALL . -m rebuild against new libedataserver

nmu anjal . ALL . experimental . -m "Rebuild against new libedataserver"

or

nmu anjal . ALL . -d experimental -m "Rebuild against new
libedataserver"

depending on whether you prefer the newer or more "traditional" syntax.

> Command line is:
[...]
>   echo nmu $src . ALL . -m 'rebuild against new libedataserver'

fwiw, I'm guessing you probably want

echo nmu $src . ALL . -m \'rebuild against new libedataserver\'

otherwise the quotes affect echo's parsing of the arguments but don't
end up in the output.

Regards,

Adam



More information about the pkg-gnome-maintainers mailing list