PPA

From Kiwix
Revision as of 17:33, 5 March 2011 by ThurnerRupert (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

To upload a new PPA version to Launchpad, follow next steps:

Packaging

svn export https://kiwix.svn.sourceforge.net/svnroot/kiwix/moulinkiwix kiwix_ppa
cd kiwix_ppa
pico debian/changelog #edit as "kiwix (0.9-versionX) maverick; urgency=low"
sudo apt-get build-dep kiwix
./autogen.sh
./configure
make deb
cd kiwix-0.9
debuild -S -sa
cd ..
dput ppa:kiwixteam/ppa kiwix_0.9-versionX_source.changes


See also