Difference between revisions of "PPA"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
== Packaging == | == Packaging == | ||
<source lang="bash"> | <source lang="bash"> | ||
git clone --depth=1 http://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" | ||
Line 20: | Line 20: | ||
== See also == | == See also == | ||
* [[Ubuntu PPA]] | * [[Ubuntu PPA]] | ||
* [[Translation]] | * [[Translation]] | ||
</noinclude> | </noinclude> |
Revision as of 01:45, 26 February 2013
To upload a new PPA version to Launchpad, follow next steps:
Packaging
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