On Tue, Sep 08, 2009 at 09:34:02AM +0200, Joachim Breitner wrote: > some haskell packages (haskell-zlib and haskell-digest) have a copy of > the crc32.h file from the zlib source distribution in their tarballs, > one without source. This is not the way we like it in Debian. It would > be nice if zlib1g-dev would contian the crc32.h file, so that we can > ignore the copies and build from a single source.
I'd just take a copy for this purpose; the header would be a bit of a namespace violation and the header isn't really intended for independant use anyway. The fact that it's a header file at all is an artifact of the implementation more than a desire to provide an API. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

