package: virtualbox version: 3.2.8-dfsg-1 severity: important tags: patch attached is a patch that builds the virtualbox packages so that they depend on the default python (2.6) instead of python 2.5. marking this as important since this frees up the crufty dependency the non-default python version.
mike
diff -u virtualbox-ose-3.2.8-dfsg/debian/changelog virtualbox-ose-3.2.8-dfsg/debian/changelog --- virtualbox-ose-3.2.8-dfsg/debian/changelog +++ virtualbox-ose-3.2.8-dfsg/debian/changelog @@ -1,3 +1,9 @@ +virtualbox-ose (3.2.8-dfsg-3) unstable; urgency=low + + * Build against python2.6. + + -- Michael Gilbert <michael.s.gilb...@gmail.com> Sun, 05 Sep 2010 21:02:25 -0400 + virtualbox-ose (3.2.8-dfsg-2) unstable; urgency=low * Fix drm include directory. diff -u virtualbox-ose-3.2.8-dfsg/debian/control virtualbox-ose-3.2.8-dfsg/debian/control --- virtualbox-ose-3.2.8-dfsg/debian/control +++ virtualbox-ose-3.2.8-dfsg/debian/control @@ -44,7 +44,7 @@ libxslt1-dev, lynx-cur, python-central (>= 0.6.7~), - python-dev (>= 2.4), + python-dev (>= 2.6), quilt (>= 0.46-7~), uuid-dev, x11proto-gl-dev, @@ -53,7 +53,7 @@ xsltproc, yasm (>= 0.7.0), zlib1g-dev -XS-Python-Version: >= 2.4 +XS-Python-Version: >= 2.6 Standards-Version: 3.9.1 Homepage: http://www.virtualbox.org/ Vcs-Git: git://git.debian.org/git/pkg-virtualbox/virtualbox-ose.git