← Back to team overview

ubuntu-packaging-guide-team team mailing list archive

[Bug 975032] [NEW] Ubuntu Distributed Development instructions are broken

 

Public bug reported:

On the page

http://developer.ubuntu.com/packaging/html/udd-intro.html

==== this instruction ===
UDD branches are all in a standard location so doing a checkout is easy:

$ bzr branch ubuntu:kdetoys
The merge history includes two separate branches, one for the upstream source and one which adds the debian/ packaging directory:

$ cd kdetoys
$ bzr qlog
(This command uses qbzr for a GUI, run log instead of qlog for console output.)
====================

does not work at all.

kat@linus:~$ bzr branch ubuntu:kdetoys
bzr: ERROR: Not a branch: "/home/kat/ubuntu:kdetoys/".


kat@linus:~/kdetoys-4.4.5$ bzr qlog
bzr: ERROR: Not a branch: "/home/kat/kdetoys-4.4.5/".

** Affects: ubuntu-packaging-guide
     Importance: Undecided
         Status: New

-- 
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/975032

Title:
  Ubuntu Distributed Development instructions are broken

Status in Ubuntu Packaging Guide:
  New

Bug description:
  On the page

  http://developer.ubuntu.com/packaging/html/udd-intro.html

  ==== this instruction ===
  UDD branches are all in a standard location so doing a checkout is easy:

  $ bzr branch ubuntu:kdetoys
  The merge history includes two separate branches, one for the upstream source and one which adds the debian/ packaging directory:

  $ cd kdetoys
  $ bzr qlog
  (This command uses qbzr for a GUI, run log instead of qlog for console output.)
  ====================

  does not work at all.

  kat@linus:~$ bzr branch ubuntu:kdetoys
  bzr: ERROR: Not a branch: "/home/kat/ubuntu:kdetoys/".

  
  kat@linus:~/kdetoys-4.4.5$ bzr qlog
  bzr: ERROR: Not a branch: "/home/kat/kdetoys-4.4.5/".

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-packaging-guide/+bug/975032/+subscriptions


Follow ups

References