Results 1 to 2 of 2

Thread: Packaging Ruby and Python programs

  1. #1
    Join Date
    Nov 2004
    Location
    Ottawa, Canada
    Beans
    130
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Packaging Ruby and Python programs

    Say I created RubyProgram or PythonProgram 0.1, and I'd like to make a .deb package out of it. How exactly would I go about doing that?

    With C/C++ I can use autotools and checkinstall. Is there an equivalent for interpreted languages?

    I could manually create a /usr/bin/RubyProgram (which would be a script that executes #!/usr/bin/env ruby RubyProgramMain) or something like that and stuff those two files into a .deb repo...
    Any other ideas?

  2. #2
    Join Date
    Oct 2005
    Location
    Manchester, England
    Beans
    462
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Packaging Ruby and Python programs

    There's some useful options in Boa-Constructor for Python - That's available in the repositories...

    I'm not too sure about Ruby.
    Jimmey

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
  •