Results 1 to 3 of 3

Thread: Packaging Ada software

  1. #1
    Join Date
    Jul 2008
    Location
    $HOME
    Beans
    1,030
    Distro
    Ubuntu 9.10 Karmic Koala

    Packaging Ada software

    OK, so I know how to use PPA to package C source code which already has a proper configure script and makefile, and I know how to package arbitrary stuff (e.g. images).

    How about packaging Ada source code (.adb files). I'm not sure how to even start with that.
    If people were nicer, I'd answer more queries here!

  2. #2
    Join Date
    Jul 2008
    Location
    $HOME
    Beans
    1,030
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Packaging Ada software

    I know the command to compile these files: gnatmake.

    How can I throw together a script (a configure script, I suppose), that Launchpad will accept, and make a DEB out of?
    If people were nicer, I'd answer more queries here!

  3. #3
    Join Date
    Oct 2005
    Location
    Davao, Philippines
    Beans
    4,830

    Re: Packaging Ada software

    Quote Originally Posted by Pro-reason View Post
    I know the command to compile these files: gnatmake.

    How can I throw together a script (a configure script, I suppose), that Launchpad will accept, and make a DEB out of?
    probably add gnatmake in the rules file?

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
  •