Difference between revisions of "PPA"

From Kiwix
Jump to navigation Jump to search
(Redirected page to Ubuntu PPA)
Tag: New redirect
 
(2 intermediate revisions by one other user 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]]
 
== Packaging ==
<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 kiwix
./autogen.sh
./configure
make deb
cd kiwix-0.9
debuild -S -sa
cd ..
dput ppa:kiwixteam/ppa kiwix_0.9-versionX_source.changes
</source>
 
<noinclude>
 
== See also ==
* [[Ubuntu PPA]]
* [[Subversion]]
* [[Translation]]
</noinclude>

Latest revision as of 08:49, 9 July 2020

Redirect to: