Changes between Version 1 and Version 2 of Rules


Ignore:
Timestamp:
01/23/13 17:11:33 (11 years ago)
Author:
jdreed
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Rules

    v1 v2  
    55== CDBS and Debhelper == 
    66 
    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  
     7Writing `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.)  
    108 
    119With 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: