Changeset 3858

Show
Ignore:
Timestamp:
08/13/10 16:42:02 (1 year ago)
Author:
feiner.tom
Message:

Revert r3857 as the debian java team does not agree with using /etc/alternatives for compilation. More detials at: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592864

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/debian/squeeze/trunk/debian/Makefile.config

    r3857 r3858  
    1818PERLLIB    = $(DESTDIR)$(shell $(PERL) -V:vendorlib | cut -d= -f2 | sed "s/[\';]//g") 
    1919 
    20 JC         = /etc/alternatives/javac 
     20JC         = /usr/lib/jvm/default-java/bin/javac 
    2121CHECKUSER  = \# 
    2222CHECKGROUP = \# 
  • branches/debian/squeeze/trunk/debian/changelog

    r3857 r3858  
    33  [ Tom Feiner ] 
    44  * munin-plugins-extra: conflicts with lenny's munin-node (Closes: #590630) 
    5   * Compiling java plugins should be done using javac from /etc/alternatives 
    6     (Closes: #592864) 
    75  * Bump standards-version to 3.9.1, no changes necessary. 
    86