Changes between Version 6 and Version 7 of AnatomyOfAPackage
- Timestamp:
- 10/17/12 19:24:12 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AnatomyOfAPackage
v6 v7 13 13 14 14 == The `rules` file == 15 16 The `rules` file is written in `make`. See [[CaffeinatedMake]] for a brief overview. 15 17 16 18 With CDBS, a simple package whose build system is based on autotools but where autoconf, automake, libtool, and aclocal should not be regenerated will probably look something like the following: … … 38 40 * DEB_DH_LINK_ARGS: Create symlinks in your installation (or use a .links file, see below) 39 41 * DEB_DH_debhelper-tool_ARGS: Add flags to any of a number of debhelper tools. 40 Many simple tasks, such as installing an init script for your package can be handled easily be just creating the relevant file (CDBS is automatically invoking debhelper to do this). Below is a list of some of the more useful ones; for a complete list, read debhelper.mk:41 42 42 43 == Other special files in `debian/` ==