Results 1 to 2 of 2

Thread: problem following packaging new software directions.

  1. #1
    Join Date
    Sep 2006
    Beans
    Hidden!

    [SOVLED] problem following packaging new software directions.

    Hello everyone, I want to pack and distribute some new software for ubuntu.

    According to

    http://developer.ubuntu.com/packagin...-software.html

    the section "starting a package" it reads

    Code:
    $ bzr dh-make hello 2.7 hello-2.7.tar.gz
    however, dh-make is not a valid command of bzr.

    I've tried
    Code:
    $ dh-make hello 2.7 hello-2.7.tar.gz
    but dh-make is not a valid command it prompts dh_make instead.

    when I try
    Code:
    $ dh_make hello 2.7 hello-2.7.tar.gz
    the help screen of dh_make prints and it seems that the command-line arguments are not accepted.

    So, is this the correct document to go? is there any other document about how to create a .deb ?
    Last edited by pansz; February 18th, 2013 at 08:38 AM. Reason: mark solved

  2. #2
    Join Date
    Sep 2006
    Beans
    Hidden!

    Re: problem following packaging new software directions.

    [solved] need to install bzr plugins to complete the instructions.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •