From CTL
Software |
Building Ubuntu packages for FEniCS
Howtos:
Package description/build files for FEniCS components:
Sample session:
- Download/clone the software you want to build a package of.
- Copy "debian" directory from deb repository as a template into the software directory.
- Run dpkg-buildpackage -uc
- The package should now appear in the parent directory.
Structure of the "debian" directory (from maintainer's guide):
control
- Package information for package system (dependencies, etc.)
copyright
- Copyright information
changelog
- Version number of package, log of changes
rules
- Rules how to build the package (a Makefile for the Debian package)