Changeset 6671

Show
Ignore:
Timestamp:
09/03/05 17:09:22 (3 years ago)
Author:
rafl
Message:

* Explained the anatomy of the debian/ dir in pugs::hack.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lib/pugs/hack.pod

    r6658 r6671  
    5252    | 
    5353    |-- debian             Packaging rules for dpkg-based systems 
     54        |  |-- changelog           Changelog for Debian specific changes 
     55        |  |-- compat              Sets debhelper compatibility version 
     56        |  |-- control             File containing package definitions/dependencies 
     57        |  |-- copyright           Debian copyright notice 
     58        |  |-- pugs-doc.dirs       Directories to be created in the pugs-doc package 
     59        |  |-- pugs-modules.install  Installation rules for the pugs-modules package 
     60        |  |-- pugs.dirs           Directories to be created in the pugs package 
     61        |  |-- pugs.docs           Documentation to be installed in the pugs package 
     62        |  |-- pugs.install        Installation rules for the pugs package 
     63        |  `-- rules               Makefile for building the Debian package 
    5464    | 
    5565    |-- docs               Documentation relating to Pugs/Perl 6/Haskell