Changes between Version 16 and Version 17 of DevelopGuide


Ignore:
Timestamp:
Sep 24, 2008, 12:56:42 PM (16 years ago)
Author:
Frédéric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopGuide

    v16 v17  
    99  * [#View View]
    1010 * [#Distributing Distributing]
    11   * [#MakeDebianpackage Make Debian package]
     11  * [#Makedebianpackage Make debian package]
     12  * [#Makemaemopackage Make maemo package]
    1213 * [#Thefuture The future]
    1314
     
    7677== Distributing ==
    7778
    78 === Make Debian package ===
     79=== Make debian package ===
    7980
    8081Papywizard includes an distutils extension script to build debian package in a easy way:
    8182
    8283{{{
    83 $ python setup.py bdist_debian
     84$ python debian/setup.py bdist_debian
    8485}}}
    8586
    8687The package is build in the {{{dist/}}} directory.
    8788
     89=== Make maemo package ===
     90
     91Same for debian package:
     92
     93{{{
     94$ python maemo/setup.py bdist_debian
     95}}}
     96
     97
    8898== The future ==