Changeset 3571
- Timestamp:
- 05/08/10 09:39:56 (2 years ago)
- Files:
-
- people/snide/debian/Makefile.config (modified) (2 diffs)
- people/snide/debian/changelog (modified) (1 diff)
- people/snide/debian/control (modified) (2 diffs)
- people/snide/debian/rules (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
people/snide/debian/Makefile.config
r3570 r3571 16 16 HOSTNAME = localhost.localdomain 17 17 18 PERLLIB := $(DESTDIR)$(shell $(PERL) -V:vendorlib | cut -d= -f2 | sed "s/[\';]//g")18 PERLLIB = $(DESTDIR)$(shell $(PERL) -V:vendorlib | cut -d= -f2 | sed "s/[\';]//g") 19 19 20 JC = / bin/false20 JC = /usr/lib/jvm/default-java/bin/javac 21 21 CHECKUSER = \# 22 22 CHECKGROUP = \# … … 26 26 27 27 # Distiction between a Linux and Freebsd kernel 28 OSTYPE := $(shell debian/ostype_helper)28 OSTYPE = $(shell debian/ostype_helper) people/snide/debian/changelog
r3570 r3571 9 9 - "dirty fetch" 10 10 - 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 15 13 16 14 munin (1.4.4-1) unstable; urgency=low people/snide/debian/control
r3570 r3571 2 2 Section: net 3 3 Priority: optional 4 Maintainer: Steve Schnepp <steve.schnepp@gmail.com>5 Uploaders: Steve Schnepp <steve.schnepp@gmail.com>6 Build-Depends-Indep: perl, htmldoc, html2text 4 Maintainer: Munin Debian Maintainers <munin-deb-maint@linpro.no> 5 Uploaders: 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> 6 Build-Depends-Indep: perl, htmldoc, html2text, default-jdk 7 7 Build-Depends: debhelper (>=5.0.42), quilt 8 8 Standards-Version: 3.8.4 … … 50 50 This package contains unsupported plugins for the Munin node, contributed by 51 51 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 57 Package: munin-java-plugins 58 Architecture: all 59 Depends: ${misc:Depends}, default-jre-headless | java6-runtime-headless | java5-runtime-headless | java2-runtime-headless 60 Suggests: munin, munin-node 61 Description: 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). 52 68 . 53 69 Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent people/snide/debian/rules
r3570 r3571 7 7 include /usr/share/quilt/quilt.make 8 8 9 buildpackages=munin-common munin munin-node munin-plugins-extra munin- async9 buildpackages=munin-common munin munin-node munin-plugins-extra munin-java-plugins munin-async 10 10 11 11 # generate -pfoo commandline for debhelper … … 42 42 DESTDIR=`pwd`/debian/munin-node 43 43 44 $(MAKE) install-plugins-java $(MAKEOPTS) \ 45 DESTDIR=`pwd`/debian/munin-java-plugins 46 44 47 install -D -m0644 debian/plugins.conf \ 45 48 $(CURDIR)/debian/munin-node/etc/munin/plugin-conf.d/munin-node
