PDA

View Full Version : Packaging Ada software


Pro-reason
September 16th, 2008, 07:26 AM
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.

Pro-reason
September 17th, 2008, 09:13 PM
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?

loell
September 17th, 2008, 09:16 PM
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?