Multiple debs from one source

Asked by Crypto2009

Hi!

I have a question about my daily receipt: https://code.launchpad.net/~moonmaker/+recipe/twonkyserver-daily

I want to build 3 debs (twonkyserver, twonkyserver-devices, twonkyserver-transcoding) from one source. But it seems like that it isn't possible? When I test it locally, then its working. But on launchpad I have no success. Does anyone has an idea? Where is the mistake?

My control file is here: http://bazaar.launchpad.net/~moonmaker/+junk/twonkyserver/files/head:/debian/
Build log: https://launchpadlibrarian.net/150187318/buildlog_ubuntu-precise-amd64.twonkyserver_7.2.3-1~35~ubuntu12.04.1_UPLOADING.txt.gz

Thanks for help!

Greetz Moon

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Crypto2009
Solved:
Last query:
Last reply:
Revision history for this message
Colin Watson (cjwatson) said :
#1

The twonkyserver-transcoding and twonkyserver-devices packages are Architecture: all, which means that it's only necessary to build them on one architecture and the results are published for all architectures. https://launchpad.net/~moonmaker/+archive/twonkyserver/+build/4973516 appears to have built those packages just fine for you.

Assuming that the -transcoding and -devices packages really are architecture-independent and contain no compiled code, which appears to be the case from a quick glance, then I don't see anything wrong here.

(That said, your twonkyserver package doesn't actually appear to contain the server binary, so you might want to look into whether that's correct.)

Revision history for this message
Crypto2009 (moonmaker) said :
#2

Hi Colin,

thank you very much for your answer! I forgot to look into the package and to update apt-get.... (OMG!) :-)
So,...its working. Thank you very much for your help!

Greetz,

Moon