On 2009-02-27 11:00:01 +0100, Michael Schroeder wrote:
On Thu, Feb 26, 2009 at 08:43:35PM +0100, Marcus Hüwe wrote:
My proposal is to separate <name>, <version> and <release> with a whitespace instead of the dash because it would be easier to parse the name version and release of a package (I need this info in order to send back a "clean" buildinfo).
We could do that, but it really isn't that hard to split the version/release with the current version...
Here's a new version of the patch: build/Build.pm: * rewrote some parts of readdeps(), it parses the current format which is used by build and also supports debian requires/provides (foo | bar (>> 3.1)...) * removed $strip_versions module variable * the former $pkgidp ref of readdeps() is now used to store package information (version, release, arch) (the self provides of a package is used to determine this information) backend/bs_repserver: * some minor changes with regard to the last patch * local packages are preferred Feedback, objections etc. are welcome:) Marcus