Patch by Balint Reczey <balint@balintreczey.hu> fixes backquote syntax (see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=494823). Also, it fixes manpage name regexp matching only 3erl manpages in section 3.
GCJ 4.4 passes the test for JDK 1.5 but doesn't implement String#String(int[], int, int) constructor, which breaks jinterface build. This patch adds a check for the definition of this constructor. It helps to build Erlang on architectures without openjdk-6 available.
man.patch by Francois-Denis Gonthier <neumann@lostwebsite.net>
Patch allows one to use standard man path with erl -man command. (Erlang manual pages are placed to /usr/share/man/ hierarchy as required by Debian policy.)