Difference between revisions of "PPA"

Jump to navigation Jump to search
624 bytes removed ,  3 years ago
Redirected page to Ubuntu PPA
(Redirected page to Ubuntu PPA)
Tag: New redirect
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
To upload a new PPA version to [https://launchpad.net/~kiwixteam/+archive/ppa Launchpad], follow next steps:
#REDIRECT[[Ubuntu PPA]]
 
<source lang="bash">
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
</source>
 
<source lang="bash">
sudo wajig install automake
sudo wajig install libtool
sudo wajig install g++
 
</source>
 
 
<noinclude>
 
== See also ==
* [[Subversion]]
* [[Translation]]
</noinclude>

Navigation menu