Changes between Version 70 and Version 71 of DevelopGuide
- Timestamp:
- Nov 26, 2008, 11:01:47 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopGuide
v70 v71 110 110 == Distributing == 111 111 112 Before 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 112 118 === Debian package === 113 119 … … 120 126 {{{ 121 127 $ python maemo/setup.py bdist_debian 128 }}} 129 130 Move 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 122 134 }}} 123 135