Updated Debian Packaging Hackathon (markdown)
parent
8a2a580895
commit
99d25b0ab7
|
@ -78,5 +78,17 @@ NOTE: Some recent security fixes has been applied to fis-gtm in version 5.5, but
|
||||||
|
|
||||||
The hosting of files at Kitware must be replaced with a more secured mechanism. For example, by fisglobal generating these files again, and posting them as an additional tarball in sourceforge. In this way, the integrity of the code can better be ensured by the upstream development team.
|
The hosting of files at Kitware must be replaced with a more secured mechanism. For example, by fisglobal generating these files again, and posting them as an additional tarball in sourceforge. In this way, the integrity of the code can better be ensured by the upstream development team.
|
||||||
|
|
||||||
|
#### rules
|
||||||
|
|
||||||
|
The "rules" file is the core of how we instruct the Debian build system to configure, build and install fis-gtm.
|
||||||
|
|
||||||
|
The current process is sketched as
|
||||||
|
1. Use uscan to get the source code as defined in the get-orig-source file.
|
||||||
|
1. Copy the extra (C generated files) in to the common source tree
|
||||||
|
1. Run CMake to configure the whole
|
||||||
|
1. Make
|
||||||
|
|
||||||
|
Some of these rules are implicit, and therefore the "rules" file only has to define the parts of the process that differ from a standard typical Debian build process.
|
||||||
|
|
||||||
## CMake-ification
|
## CMake-ification
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue