Changeset 3857

Show
Ignore:
Timestamp:
08/13/10 15:59:38 (1 year ago)
Author:
feiner.tom
Message:

Compiling java plugins should be done using javac from /etc/alternatives
(Closes: #592864)

Files:

Legend:

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

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

    r3851 r3857  
    11munin (1.4.5-2) UNRELEASED; urgency=low 
    22 
     3  [ Tom Feiner ] 
    34  * 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) 
    47  * Bump standards-version to 3.9.1, no changes necessary. 
    58 
    6  -- Tom Feiner <feiner.tom@gmail.com>  Sat, 31 Jul 2010 12:22:03 +0300 
     9 -- Tom Feiner <feiner.tom@gmail.com>  Fri, 13 Aug 2010 16:58:37 +0300 
    710 
    811munin (1.4.5-1) unstable; urgency=low