roadkillbunny
November 19th, 2009, 11:06 PM
Hi there,
I am trying to publish a python script that rotates the screen of a tablet based on the orientation of the tablet. To do this, I use xrandr, or to be more specific the python bindings called python-xrandr. But this package is only available inside the Displayconfig-gtk (https://launchpad.net/~displayconfig-gtk/+archive/ppa) PPA.
After I install python-xandr on my laptop, I can build a deb package successfully. However when I upload the source to the PPA that I want to use to publish this (ppa:kkrizka/thinkpad-x61t (https://launchpad.net/~kkrizka/+archive/thinkpad-x61t)), and add the Displayconfig-gtk PPA as a dependency.
But the build fails with the following error (buildlog (https://launchpad.net/~kkrizka/+archive/thinkpad-x61t/+build/1353660/+files/buildlog_ubuntu-karmic-i386.autorotate_0.3_MANUALDEPWAIT.txt.gz)):
Build status
Dependency wait on thallium (virtual) Retry this build
* Missing build dependencies: python-xrandr
This is my first time trying to distribute a deb using a PPA, so I'm not sure if there is a way to handle such external dependencies.
I am trying to publish a python script that rotates the screen of a tablet based on the orientation of the tablet. To do this, I use xrandr, or to be more specific the python bindings called python-xrandr. But this package is only available inside the Displayconfig-gtk (https://launchpad.net/~displayconfig-gtk/+archive/ppa) PPA.
After I install python-xandr on my laptop, I can build a deb package successfully. However when I upload the source to the PPA that I want to use to publish this (ppa:kkrizka/thinkpad-x61t (https://launchpad.net/~kkrizka/+archive/thinkpad-x61t)), and add the Displayconfig-gtk PPA as a dependency.
But the build fails with the following error (buildlog (https://launchpad.net/~kkrizka/+archive/thinkpad-x61t/+build/1353660/+files/buildlog_ubuntu-karmic-i386.autorotate_0.3_MANUALDEPWAIT.txt.gz)):
Build status
Dependency wait on thallium (virtual) Retry this build
* Missing build dependencies: python-xrandr
This is my first time trying to distribute a deb using a PPA, so I'm not sure if there is a way to handle such external dependencies.