Changeset 3570
- Timestamp:
- 05/07/10 19:49:07 (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
r3533 r3570 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 = / usr/lib/jvm/default-java/bin/javac20 JC = /bin/false 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
r3568 r3570 9 9 - "dirty fetch" 10 10 - preliminary support of async polling 11 12 -- Steve Schnepp <steve.schnepp@gmail.com> Thu, 05 May 2010 22:10:51 +0000 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 13 15 14 16 munin (1.4.4-1) unstable; urgency=low people/snide/debian/control
r3568 r3570 2 2 Section: net 3 3 Priority: optional 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-jdk4 Maintainer: Steve Schnepp <steve.schnepp@gmail.com> 5 Uploaders: Steve Schnepp <steve.schnepp@gmail.com> 6 Build-Depends-Indep: perl, htmldoc, html2text 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 excellent54 RRDtool. To see a real example of Munin in action, you can follow a link55 from <http://munin.projects.linpro.no/> to a live installation.56 57 Package: munin-java-plugins58 Architecture: all59 Depends: ${misc:Depends}, default-jre-headless | java6-runtime-headless | java5-runtime-headless | java2-runtime-headless60 Suggests: munin, munin-node61 Description: network-wide graphing framework (java plugins for node)62 Munin is a highly flexible and powerful solution used to create graphs of63 virtually everything imaginable throughout your network, while still64 maintaining a rattling ease of installation and configuration.65 .66 This package contains the java based plugins that are used by munin-node to67 monitor Java Management Extensions (JMX).68 52 . 69 53 Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent people/snide/debian/rules
r3568 r3570 7 7 include /usr/share/quilt/quilt.make 8 8 9 buildpackages=munin-common munin munin-node munin-plugins-extra munin- java-plugins munin-async9 buildpackages=munin-common munin munin-node munin-plugins-extra 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-plugins46 47 44 install -D -m0644 debian/plugins.conf \ 48 45 $(CURDIR)/debian/munin-node/etc/munin/plugin-conf.d/munin-node
