Changes between Version 70 and Version 71 of DevelopGuide


Ignore:
Timestamp:
Nov 26, 2008, 11:01:47 AM (16 years ago)
Author:
Frédéric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopGuide

    v70 v71  
    110110== Distributing ==
    111111
     112Before creating and distributing a package, make sure that the following files are up-to-date:
     113
     114 * ChangeLog
     115 * papywizard/common/config.py (version number)
     116 * setup.py (new/obsolete files)
     117
    112118=== Debian package ===
    113119
     
    120126{{{
    121127$ python maemo/setup.py bdist_debian
     128}}}
     129
     130Move the old packages in a backup dir, and put the new one in the web site dir; the run:
     131
     132{{{
     133$ dpkg-scanpackages -m . /dev/null | gzip -c > dists/bora/free/binary-armel/Packages.gz
    122134}}}
    123135