Updated Debian Packaging Hackathon (markdown)

luisibanez 2012-05-30 17:32:07 -07:00
parent 6618baedca
commit a79392d6da
1 changed files with 14 additions and 0 deletions

@ -91,6 +91,20 @@ The current process is sketched as:
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.
### Building the Package
We have been doing this in a Virtual Machine with Debian Testing installed.
The current recipe to build in this VM is the following
cd /home/ibanez/src/debian-med/trunk/packages/fis-gtm/fis-gtm/trunk
make -f debian/rules get-orig-source
cd ..
cp tarballs/fis-gtm_5.5-000.orig.tar.gz .
tar -xzf *orig.tar.gz
cp -a trunk/debian/ fis-gtm-5.5-000/
cd fis-gtm-5.5-000/
## CMake-ification
fis-gtm is currently configured by using a tcsh script that fully controls the process of architecture customization, configuration, building and installation.