Ubuntu Forums Archive Viewer

problem following packaging new software directions.

Archived thread 2117269 from Ubuntu Application Development. Markdown source: Ubuntu_Application_Development/thread_2117269_problem_following_packaging_new_software_direction.md

Original URL About this archive
#1

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

According to

http://developer.ubuntu.com/packaging/html/packaging-new-software.html

the section "starting a package" it reads

$ bzr dh-make hello 2.7 hello-2.7.tar.gz

however, dh-make is not a valid command of bzr.

I've tried

$ 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

$ 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 ?

#2

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