How has offline Wikipedia affected you? The Wikimedia Foundation (the non-profit that supports Wikipedia) is looking for personal, diverse and inspiring stories about how offline Wikipedia affects the world. If you have a personal story that you would like to share, please contact: stories@kiwix.org. Thank you!
Difference between revisions of "PPA"
Line 1: | Line 1: | ||
To upload a new PPA version to [https://launchpad.net/~kiwixteam/+archive/ppa Launchpad], follow next steps: | To upload a new PPA version to [https://launchpad.net/~kiwixteam/+archive/ppa Launchpad], follow next steps: | ||
+ | == Mandatory to build the package == | ||
+ | <source lang="bash"> | ||
+ | sudo wajig install automake | ||
+ | sudo wajig install libtool | ||
+ | sudo wajig install g++ | ||
+ | </source> | ||
+ | |||
+ | == Packaging == | ||
<source lang="bash"> | <source lang="bash"> | ||
svn export https://kiwix.svn.sourceforge.net/svnroot/kiwix/moulinkiwix kiwix_ppa | svn export https://kiwix.svn.sourceforge.net/svnroot/kiwix/moulinkiwix kiwix_ppa | ||
Line 14: | Line 22: | ||
dput ppa:kiwixteam/ppa kiwix_0.9-versionX_source.changes | dput ppa:kiwixteam/ppa kiwix_0.9-versionX_source.changes | ||
</source> | </source> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<noinclude> | <noinclude> |
Revision as of 16:28, 26 February 2011
To upload a new PPA version to Launchpad, follow next steps:
Mandatory to build the package
sudo wajig install automake
sudo wajig install libtool
sudo wajig install g++
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
./autogen.sh
./configure
make deb
cd kiwix-0.9
debuild -S -sa
cd ..
dput ppa:kiwixteam/ppa kiwix_0.9-versionX_source.changes