← Back to team overview

ubuntu-packaging-guide-team team mailing list archive

[Bug 1071782] [NEW] Add instruction to to install bzr in order to make use of "bzr qlog"

 

Public bug reported:

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
}}}

** Affects: ubuntu-packaging-guide
     Importance: Undecided
     Assignee: Antonio Rosales (a.rosales)
         Status: New

** Changed in: ubuntu-packaging-guide
     Assignee: (unassigned) => Antonio Rosales (a.rosales)

-- 
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 to install bzr in order to make use of "bzr qlog"

Status in Ubuntu Packaging Guide:
  New

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


Follow ups

References