Updated Debian Packaging Hackathon (markdown)
parent
6618baedca
commit
a79392d6da
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue