Bug#459221: Create ocsigen-dev to enable developers to compile Ocsigen sites easily

2008-01-04 Thread Janne Hellsten
Package: ocsigen Severity: wishlist *** Please type your report below this line *** Please create an "ocsigen-dev" package that could be used to compile Ocsigen sites under Debian. This would also facilitate creation of Debian packages for apps that use Ocsigen. It's hard to do this as one would

Bug#458257: extlib: Update URLs to point to new code.google.com based download & home pages

2007-12-29 Thread Janne Hellsten
Package: extlib Severity: wishlist *** Please type your report below this line *** Please update the 'extlib' Debian packages homepage and source download URLs to new update locations. The package should also be upgraded to use the latest 1.5.1 version of the said library. The source package dow

Bug#331064: Compilation fails with sys/mman.h mmap with -std=c89 on GCC 4.0.1

2005-10-01 Thread Janne Hellsten
Package: libc6-dev Version: 2.3.5-6 Hi, I'm trying to compile this: /* #define __USE_MISC */ #include #include static int pageCount(size_t len) { unsigned long ps = getpagesize(); return ((len + (ps - 1)) / ps) * ps; } static void* execMalloc(size_t requested_length) {