On Thu, Sep 11, 2008 at 1:30 PM, Magnus Therning <[EMAIL PROTECTED]>wrote:
> Marco TĂșlio Gontijo e Silva wrote: > > Hello, > > > > I've made a utility program[0] to work with Debian binary packages. I > needed > > it in work, so it's very simple: it only contains what I actually needed. > Any > > comments are welcome. > > > > 0: > http://hackage.haskell.org/cgi-bin/hackage-scripts/package/debian-binary > > > > Doesn't Linspire have a few modules related to Debian package > managements too? > > I've never looked at what Linspire uses Haskell for exactly, though. > > /M You can find the current version of that library at http://src.seereason.com/haskell-debian-3/. It is mostly concerned with building source packages, managing a repository, version numbers, control files, changelogs, etc. There isn't much for dealing with binary packages, though there is one function in Debian.Deb to extract the control file fields. Linspire used the library primarily to implement an autobuilder for building debian packages in different environments. The current version of that is also available on the same server. The repositories at http://deb.seereason.com are built using this tool. -david
_______________________________________________ debian-haskell mailing list [email protected] http://urchin.earth.li/mailman/listinfo/debian-haskell

