the unversioned packages all depend on the corresponding versioned package, so it seems best to leave the versioned packages out of build-depends entirely:
diff -u gnash-0.8.7/debian/control gnash-0.8.7/debian/control --- gnash-0.8.7/debian/control +++ gnash-0.8.7/debian/control @@ -7,12 +7,10 @@ libltdl3-dev, libxmu-dev, dejagnu, autotools-dev, libjpeg-dev, libpng12-dev | libpng-dev, libgif-dev, libagg-dev, libpango1.0-dev | pango-dev, libcurl4-gnutls-dev | libcurl3-gnutls-dev | libcurl4-openssl-dev | libcurl3-openssl-dev, - libboost1.40-dev | libboost1.39-dev | libboost1.38.0-dev | libboost1.37-dev | libboost1.36-dev | - libboost1.35-dev | libboost1.34.1-dev | libboost-dev, libboost-thread1.40-dev | libboost-thread1.39-dev | - libboost-thread1.38.0-dev | libboost-thread1.37-dev | libboost-thread1.36-dev | libboost-thread1.35-dev | - libboost-thread1.34.1-dev | libboost-thread-dev, libboost-date-time1.40-dev | libboost-date-time1.39-dev | - libboost-date-time1.38.0-dev | libboost-date-time1.37-dev | libboost-date-time1.36-dev | - libboost-date-time1.35-dev | libboost-date-time1.34.1-dev | libboost-date-time-dev, libgtk2.0-dev, + libboost-dev, + libboost-thread-dev, + libboost-date-time-dev, + libgtk2.0-dev, libpango1.0-dev, libatk1.0-dev, python-dev | python2.6-dev | python2.5-dev | python2.4-dev, kdelibs5-dev, libgtkglext1-dev, python-gtk2-dev, libavcodec-dev, libavformat-dev, libswscale-dev, libspeex-dev, libgl1-mesa-dev, libsdl1.2-dev, libqt4-opengl-dev, qt4-qmake, were the versioned package names added for a specific reason? possibly to make backporting easier? i'm not so sure this is really RC... the unversioned package names were included as the last alternative for all the versioned package names, so the build-deps should be satisfyable, unless there's something i'm missing about build-dep resolution on the buildd's. live well, vagrant -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

