On Sat, Aug 28, 2010 at 12:43 PM, Florent Monnier <monnier.florent@gmail.com> wrote:
> FWIW, in Debian, we have:
>
>       http://patch-tracker.debian.org/
>
> which lists and shows applied patches to any Debian package.

I don't see any way to display the added features
I don't see any description either

it is only a basic listing

Well, there is a (concise) description of patches. For example, from http://patch-tracker.debian.org/package/ocaml/3.11.2-1 (the list of patches for the 3.11.2 version), if you click on the "View" link of one of those patches, you'll get the patch and possibly a description. For example, with http://patch-tracker.debian.org/patch/series/view/ocaml/3.11.2-1/0002-Call-ld-with-proper-flags.patch :

> Filter linkflags passed to ld by ocamlopt -pack and -output-obj
> to remove the "-Wl," parts, which are only used when ocamlopt calls
> gcc.