Description: Use the version of g++ in Debian, not 4.4
Author: Michael R. Crusoe <crusoe@ucdavis.edu>
--- jellyfish.orig/swig/perl5/Makefile.PL
+++ jellyfish/swig/perl5/Makefile.PL
@@ -11,8 +11,8 @@
 my $jf_libs   = `pkg-config --libs jellyfish-2.0`;
 
 WriteMakefile(NAME      => 'jellyfish',
-              CC        => 'g++-4.4',
-              LD        => 'g++-4.4',
+              CC        => 'g++',
+              LD        => 'g++',
               CCFLAGS   => "-std=c++0x $jf_cflags",
               LIBS      => "$jf_libs",
               OBJECT    => 'jellyfish_wrap.o',
