I'm trying to build a package for my ppa that uses packages from two other ppas. I want to do a test build using pbuilder-dist. I have done this before and I know that I need a combination of:
OTHERMIRRORin~/.pbuilderrc--override-config, but I'm not sure when to add it to thepbuilder-distcallpbuilder-dist raring updateandpbuilder-dist raring build <pkg>.dsc- maybe other things?
Can someone give a detailed description? I have tried different combinations, but nothing seems to work.
The two ppas I need are ppa:gnome3-team/gnome3 and ppa:tkluck/gnome3. Thanks!
pbuilder-dist raring loginsession are discarded. According to the documentation inpbuilder, that's normal behaviour. – Timo Kluck Mar 12 '13 at 09:31updatestep to complain for missing keys for some sources. It doesn't, so it seems to completely ignore theOTHERMIRRORvariable. – Timo Kluck Mar 12 '13 at 09:32--save-after-login. Now it will work with a plain~/.pbuilderrc(I have checked it myself). – Lasall Mar 12 '13 at 12:49login --save-after-loginsession, I add thedebline to/etc/apt/sources.listand callapt-get update. It seems to fail with justpbuilder-dist raring update, and I'm not sure if I can call it again or that it will just overwrite what I had just accomplished. Maybe you can explain and update your answer? – Timo Kluck Mar 12 '13 at 12:59~/.pbuilderrcor did you misspelled this file? I will update the answer that an update will reset the sources.list. – Lasall Mar 12 '13 at 13:30~/.pbuilderrcfile: http://paste.ubuntu.com/5607994/ It looks good to me, no spelling errors, right? – Timo Kluck Mar 12 '13 at 15:20pbuilder-dist raring update --debug-echo– Lasall Mar 12 '13 at 16:20--other-mirrorflag overrides the one in.pbuilderrc? – Timo Kluck Mar 16 '13 at 01:34