Hi, On Thu, Aug 03, 2006, Carlos Galisteo wrote: > It builds these binary packages: > python-feedparser - Universal Feed Parser for Python
Three big mistakes: - you forgot the pycompat file - you build your package with "python", which is the current python version, but you declare a build-dep on python-all-dev, and XS-Python-Version: >= 2.1 => change that to python-dev and XS-Python-Version: current, OR make your package build for all python versions (recommended) - Provides: python2.4-feedparser => this is incorrect, your package is only built for the current python version, not for 2.4, and you should use ${python:Provides} anyway -- Loïc Minier <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]