Add instruction to install qbzr in order to make use of "bzr qlog"
Bug #1071782 reported by
Antonio Rosales
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Packaging Guide |
Confirmed
|
Low
|
Antonio Rosales |
Bug Description
On
http://
it states:
{{{
$ cd kdetoys
$ bzr qlog
}}}
Suggestion:
bzr qlogs requires that
http://
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
}}}
Changed in ubuntu-packaging-guide: | |
status: | New → Confirmed |
importance: | Undecided → Low |
To post a comment you must log in.
I'll work on proposing a fix.
-Thanks,
Antonio