PPA

From Kiwix
Revision as of 01:45, 26 February 2013 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

git clone --depth=1 http://git.code.sf.net/p/kiwix/kiwix 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