Difference between revisions of "PPA"

Jump to navigation Jump to search
520 bytes removed ,  3 years ago
Redirected page to Ubuntu PPA
(Redirected page to Ubuntu PPA)
Tag: New redirect
 
(One intermediate revision 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">
git clone --depth=1 http://git.code.sf.net/p/kiwix/kiwix 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]]
* [[Translation]]
</noinclude>

Navigation menu