Changeset 3571

Show
Ignore:
Timestamp:
05/08/10 09:39:56 (2 years ago)
Author:
steve.schnepp
Message:

- revert commit 3570

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • people/snide/debian/Makefile.config

    r3570 r3571  
    1616HOSTNAME   = localhost.localdomain 
    1717 
    18 PERLLIB    := $(DESTDIR)$(shell $(PERL) -V:vendorlib | cut -d= -f2 | sed "s/[\';]//g") 
     18PERLLIB    = $(DESTDIR)$(shell $(PERL) -V:vendorlib | cut -d= -f2 | sed "s/[\';]//g") 
    1919 
    20 JC         = /bin/false 
     20JC         = /usr/lib/jvm/default-java/bin/javac 
    2121CHECKUSER  = \# 
    2222CHECKGROUP = \# 
     
    2626 
    2727# Distiction between a Linux and Freebsd kernel 
    28 OSTYPE     := $(shell debian/ostype_helper) 
     28OSTYPE     = $(shell debian/ostype_helper) 
  • people/snide/debian/changelog

    r3570 r3571  
    99    - "dirty fetch" 
    1010    - preliminary support of async polling 
    11   * Suppress java plugins. It won't be suppressed in the official package, but 
    12     I cannot build them reliably for now, sorry. 
    13  
    14  -- Steve Schnepp <steve.schnepp@gmail.com>  Fri, 07 May 2010 19:20:51 +0200 
     11 
     12 -- Steve Schnepp <steve.schnepp@gmail.com>  Thu, 05 May 2010 22:10:51 +0000 
    1513 
    1614munin (1.4.4-1) unstable; urgency=low 
  • people/snide/debian/control

    r3570 r3571  
    22Section: net 
    33Priority: optional 
    4 Maintainer: Steve Schnepp <steve.schnepp@gmail.com
    5 Uploaders: Steve Schnepp <steve.schnepp@gmail.com> 
    6 Build-Depends-Indep: perl, htmldoc, html2text 
     4Maintainer: Munin Debian Maintainers <munin-deb-maint@linpro.no
     5Uploaders: Tore Anderson <tore@debian.org>, Dagfinn Ilmari Mannsaker <ilmari@ilmari.org>, Loic Dachary (OuoU) <loic@debian.org>, Matthias Schmitz <matthias@sigxcpu.org>, Holger Levsen <holger@debian.org>, Stig Sandbeck Mathisen <ssm@debian.org>, Tom Feiner <feiner.tom@gmail.com> 
     6Build-Depends-Indep: perl, htmldoc, html2text, default-jdk 
    77Build-Depends: debhelper (>=5.0.42), quilt 
    88Standards-Version: 3.8.4 
     
    5050 This package contains unsupported plugins for the Munin node, contributed by 
    5151 various users of Munin.  
     52 . 
     53 Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent 
     54 RRDtool. To see a real example of Munin in action, you can follow a link 
     55 from <http://munin.projects.linpro.no/> to a live installation. 
     56 
     57Package: munin-java-plugins 
     58Architecture: all 
     59Depends: ${misc:Depends}, default-jre-headless | java6-runtime-headless | java5-runtime-headless | java2-runtime-headless  
     60Suggests: munin, munin-node 
     61Description: network-wide graphing framework (java plugins for node) 
     62 Munin is a highly flexible and powerful solution used to create graphs of 
     63 virtually everything imaginable throughout your network, while still 
     64 maintaining a rattling ease of installation and configuration. 
     65 . 
     66 This package contains the java based plugins that are used by munin-node to  
     67 monitor Java Management Extensions (JMX).  
    5268 . 
    5369 Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent 
  • people/snide/debian/rules

    r3570 r3571  
    77include /usr/share/quilt/quilt.make 
    88 
    9 buildpackages=munin-common munin munin-node munin-plugins-extra munin-async 
     9buildpackages=munin-common munin munin-node munin-plugins-extra munin-java-plugins munin-async 
    1010 
    1111# generate -pfoo commandline for debhelper 
     
    4242                DESTDIR=`pwd`/debian/munin-node 
    4343         
     44        $(MAKE) install-plugins-java $(MAKEOPTS) \ 
     45                DESTDIR=`pwd`/debian/munin-java-plugins 
     46 
    4447        install -D -m0644 debian/plugins.conf \ 
    4548                $(CURDIR)/debian/munin-node/etc/munin/plugin-conf.d/munin-node