ubuntu-packaging-guide-team team mailing list archive
-
ubuntu-packaging-guide-team team
-
Mailing list archive
-
Message #01224
[Bug 1071782] Re: Add instruction to install qbzr in order to make use of "bzr qlog"
Andrew,
Ah yes, I did misunderstand you in regards to adding the ppa. Thanks for
clarifying this bit. Thus, I think the correct instructions should look
like:
{{{
$ cd kdetoys
$sudo apt-get install qbzr
$ bzr qlog
}}}
-Thanks,
Antonio
--
You received this bug notification because you are a member of Ubuntu
Packaging Guide Team, which is subscribed to Ubuntu Packaging Guide.
https://bugs.launchpad.net/bugs/1071782
Title:
Add instruction to install qbzr in order to make use of "bzr qlog"
Status in Ubuntu Packaging Guide:
Confirmed
Bug description:
On
http://developer.ubuntu.com/packaging/html/udd-intro.html
it states:
{{{
$ cd kdetoys
$ bzr qlog
}}}
Suggestion:
bzr qlogs requires that
http://wiki.bazaar.canonical.com/QBzr
be installed. Suggestion would be to add the command:
sudo add-apt-repository ppa:bzr/ppa
So the instruction would look like:
{{{
$ cd kdetoys
$sudo add-apt-repository ppa:bzr/ppa
$ bzr qlog
}}}
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-packaging-guide/+bug/1071782/+subscriptions
References