diff --git a/Debian-Packaging-Hackathon.md b/Debian-Packaging-Hackathon.md index bfd32e0..d971802 100644 --- a/Debian-Packaging-Hackathon.md +++ b/Debian-Packaging-Hackathon.md @@ -5,6 +5,9 @@ We will use this page as a working document for an hackathon on June 13th 2012. # Overview The goal of this project is to create a fis-gtm package for the Debian Linux distribution. + +# Approach + ## Dependencies fis-gtm is written in C, and at configuration time it uses the GTM compiler to generate additional C files. Due to this configuration process, a gtm compiler turns out to be needed in order to build the gtm compiler, creating a circular dependency. @@ -31,6 +34,8 @@ in the subdirectory: "fis-gtm-src-extras" https://github.com/luisibanez/fis-gtm/tree/cmakeifiedv55/fis-gtm-src-extras +## Debian Packaging + + +## CMake-ification -# Approach -Given