OK, Richard. I'm copying my saucy packages for xorg-server to Multiseat PPA right now. You can provide the patches backporting to raring, as you will.
About my problems with Launchpad, curiously I have absolutely no problems in building the package locally (with pbuilder). The problems is only with Launchpad, and only with xorg-server package. I found this workaround to prevent Launchpad from hanging: set DEB_BUILD_OPTIONS += nocheck in debian/rules before uploading to Launchpad. CANTATE DOMINO CANTICUM NOVUM QUIA MIRABILIA FECIT Laércio 2013/10/23 Richard Hansen <[email protected]> > On 2013-10-21 12:18, Laércio de Sousa wrote: > > Hi there! > > > > I'm trying to upload and build some xorg-server packages to my personal > > multiseat PPA, which I pretend to copy to ubuntu-multiseat main PPA when > > it's tested. > > Feel free to upload directly to the ubuntu-multiseat PPA if you want. > It's OK if the package hasn't been fully tested before doing so -- I > think it's reasonable for users of the PPA to expect some problems on > occasion, and it'd be nice to get as wide of a testing audience as > possible. It's good to push the burden of testing onto others so that > you have more time to develop. > > > > > However, my builds fail at some point. Checking the buildlog, it seems > > the builder hangs in the following step: > > > > # Make sure Xvfb at least starts up > > PATH=debian/tmp/main/usr/bin/:/bin:/usr/bin \ > > debian/tmp/main/usr/bin/xvfb-run -s "-screen 0 1280x1024x24 -nolisten > > tcp -noreset" true > > > > Have you ever seen the same problem with your uploads? > > This sounds vaguely familiar and I can't remember why. A search for bug > reports only turned up the one you filed yesterday. > > Are you only seeing this with uploads to a PPA? I've had problems with > some of the builders. You could try building it locally on your own > machine to see if you can reproduce the problem. I use pdebuild with > the attached .pbuilderrc like so: > > dist=$(lsb_release -cs) > > # these steps only need to be done once > sudo pbuilder --create > cat <<EOF | sudo tee /etc/apt/sources.list.d/pbuilder.list > deb file:/var/cache/pbuilder/result/${dist} ./ > EOF > > # if it has been a while since I last updated the base.tgz > sudo pbuilder --update > > # get the package I want to modify and build > dget -u 'url://to/package.dsc' > cd package > > # make edits as desired > > # bump package version > dch -i > > # build the package > pdebuild > > # install the package > cd /var/cache/pbuilder/result/"${dist}" > dpkg-scanpackages . >Packages > sudo apt-get update > sudo apt-get upgrade > > Hope this helps, > Richard > > -- > Mailing list: https://launchpad.net/~ubuntu-multiseat > Post to : [email protected] > Unsubscribe : https://launchpad.net/~ubuntu-multiseat > More help : https://help.launchpad.net/ListHelp > >
-- Mailing list: https://launchpad.net/~ubuntu-multiseat Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntu-multiseat More help : https://help.launchpad.net/ListHelp

