I see that you upped the dependency for version 7.19.0-1, but from the error message, it really seems that you really need to calculate the minimum version from the version of libcurl-dev. Looking at the source confirms this: pycurl really does check that the loaded version of libcurl is at least as new as the version it believes it was built with.
The code that checks this starts at http://pycurl.cvs.sourceforge.net/viewvc/pycurl/pycurl/src/pycurl.c?revision=1.147&view=markup#l_3886 So, while the problem may not appear in version 7.19.0-1, it's really still there until you start programatically generating the dependancy such that it always matches the LIBCURL_VERSION with which pycurl is built. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org