How to build PPAs from Stellarium trunk?

Asked by Petr Kubánek

Hi,

I would like to build custom packages from Stellarium trunk, to faciliate RTS2 users to use latest Stellarium (without need to compiling). I know there is packaging.ubuntu.com, I know how debian packages works, but what I am missing is a simple step-by-step guide how to get from bzr branch of stellarium something I can use with dput to upload it to my PPA. A record of shell commands, starting with:

bzr checkout lp:stellarium

and showing progress to build PPA is all I need. If somebody is doing that regularly, please can he/she/it post it?

Thanks a lot

Question information

Language:
English Edit question
Status:
Solved
For:
Stellarium Edit question
Assignee:
No assignee Edit question
Solved by:
Alexander Wolf
Solved:
Last query:
Last reply:
Revision history for this message
Best Alexander Wolf (alexwolf) said :
#1

Technically we have a PPA with daily builds from Stellarium's trunk repo.

To install our daily PPA in Ubuntu:
sudo add-apt-repository ppa:stellarium/daily
sudo apt-get update

Infrastructure to create a packages for our PPA:
https://code.launchpad.net/~stellarium/+recipe/stellarium-daily

PPA details:
https://code.launchpad.net/~stellarium/+archive/ubuntu/daily

Revision history for this message
Petr Kubánek (petr-kubanek) said :
#2

Thank's a lot, those were the missing pieces.