Changes between Version 1 and Version 2 of Rules
- Timestamp:
- 01/23/13 17:11:33 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Rules
v1 v2 5 5 == CDBS and Debhelper == 6 6 7 Writing `rules` files from scratch is difficult and time-consuming, and virtually nobody does it. (For an example of a `rules` file written entirely from scratch, see the one included with the `hello` package.) Instead, there exist two suites to simply this task: Common Debian Build System (CDBS), and Debhelper. 8 9 7 Writing `rules` files from scratch is difficult and time-consuming, and virtually nobody does it. (For an example of a `rules` file written entirely from scratch, see the one included with the `hello` package.) Instead, there exist two suites to simply this task: Common Debian Build System (CDBS), and Debhelper. (CDBS, in turn, uses Debhelper internally.) 10 8 11 9 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: