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 12: | Line 12: | ||
cd .. | cd .. | ||
dput ppa:kiwixteam/ppa kiwix_0.9-versionX_source.changes | dput ppa:kiwixteam/ppa kiwix_0.9-versionX_source.changes | ||
− | </source><noinclude> | + | </source> |
+ | |||
+ | <source lang="bash"> | ||
+ | sudo wajig install automake | ||
+ | sudo wajig install libtool | ||
+ | sudo wajig install g++ | ||
+ | |||
+ | </source> | ||
+ | |||
+ | |||
+ | <noinclude> | ||
== See also == | == See also == |
Revision as of 15:33, 26 February 2011
To upload a new PPA version to Launchpad, follow next steps:
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"
./autogen.sh
./configure
make deb
cd kiwix-0.9
debuild -S -sa
cd ..
dput ppa:kiwixteam/ppa kiwix_0.9-versionX_source.changes
sudo wajig install automake
sudo wajig install libtool
sudo wajig install g++