Change logs for db4.2 source package in Edgy

  • db4.2 (4.2.52-24build1) dapper; urgency=low
    
      * Fake sync, all of our diffs are now incorporated upstream.
    
    db4.2 (4.2.52-24) unstable; urgency=low
    
      * Include full set of Java build fixes from Matthias Klose:
         - gcc always generates correct code (tm), just don't ignore the hundreds
           of warnings compiling db_java_wrap.c but use -fno-strict-aliasing.
           Stops miscompilation of the java wrapper. The weekend can begin :-/
         - tcl_db_pkg.c: Likewise. (closes: #353579)
         - Add -I/usr/lib/jvm/java-gcj/include, when building db_java_wrap.c.
           Allows gcc and gcj to point to different versions.
         - Build-depend on java-gcj-compat-dev instead of libgcj-dev and gij.
       * To cope with the change to java-gcj-compat-dev, adjust debian/rules
         to call JAVA, JAVAC, and JAR from /usr/lib/jvm/java-gcj/bin.
       * Stop setting a default CLASSPATH, as this doesn't appear to be
         required anymore in the Java New World Order, and it'll make default
         compiler upgrades a matter of nothing more than a simple rebuild.
       * Disable Java packages on kfreebsd-amd64 as well (closes: #357246)
    
     -- Adam Conrad <email address hidden>   Fri, 17 Mar 2006 00:24:49 +1100