Difference between revisions of "PPA"

Jump to navigation Jump to search
105 bytes removed ,  11 years ago
no edit summary
(5 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:
To upload a new PPA version to [https://launchpad.net/~kiwixteam/+archive/ppa Launchpad], follow next steps:


== Packaging ==
<source lang="bash">
<source lang="bash">
svn export https://kiwix.svn.sourceforge.net/svnroot/kiwix/moulinkiwix kiwix_ppa
git clone --depth=1 git://git.code.sf.net/p/kiwix/kiwix kiwix_ppa
cd kiwix_ppa
cd kiwix_ppa
pico debian/changelog #edit as "kiwix (0.9-versionX) maverick; urgency=low"
pico debian/changelog #edit as "kiwix (0.9-versionX) maverick; urgency=low"
sudo apt-get build-dep
sudo apt-get build-dep kiwix
./autogen.sh
./autogen.sh
./configure
./configure
Line 14: Line 15:
dput ppa:kiwixteam/ppa kiwix_0.9-versionX_source.changes
dput ppa:kiwixteam/ppa kiwix_0.9-versionX_source.changes
</source>
</source>
<source lang="bash">
sudo wajig install automake
sudo wajig install libtool
sudo wajig install g++
</source>


<noinclude>
<noinclude>


== See also ==
== See also ==
* [[Subversion]]
* [[Ubuntu PPA]]
* [[Translation]]
* [[Translation]]
</noinclude>
</noinclude>
Administrators, translate-proofr
66

edits

Navigation menu