Changes between Version 46 and Version 47 of DevelopGuide


Ignore:
Timestamp:
Oct 10, 2008, 10:02:21 AM (16 years ago)
Author:
Frédéric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopGuide

    v46 v47  
    100100=== Debian package ===
    101101
    102 Papywizard includes an distutils extension script to build debian package in a easy way:
    103 
    104 {{{
    105 $ python debian/setup.py bdist_debian
    106 }}}
    107 
    108 The package is build in the {{{dist/}}} directory.
     102''TODO''
    109103
    110104=== Maemo package ===
    111105
    112 Same for debian package:
     106Papywizard includes an distutils extension script to build maemo debian package in a easy way:
    113107
    114108{{{