INSTALL=/usr/bin/install
DSTPLUGINDIR=$(DESTDIR)/usr/share/munin/plugins
+build:
+ # no-op
+
install:
$(INSTALL) -d $(DSTPLUGINDIR)
$(INSTALL) -m 0755 $(PLUGINDIR)/snmp__networkclients $(DSTPLUGINDIR)
+
+.PHONY: install
Source: munin-plugins-local
-Section: unknown
+Section: net
Priority: extra
Maintainer: Michael Howe <michael@michaelhowe.org>
Build-Depends: debhelper (>= 8.0.0)
Standards-Version: 3.9.3
-Homepage: <insert the upstream URL, if relevant>
#Vcs-Git: git://git.debian.org/collab-maint/munin-plugins-local.git
#Vcs-Browser: http://git.debian.org/?p=collab-maint/munin-plugins-local.git;a=summary
Package: munin-plugins-local
Architecture: all
-Depends: ${misc:Depends}
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Depends: munin-node, ${misc:Depends}
+Description: network-wide graphing framework (local plugins for node)
+ Extra plugins for munin-node, for use on michaelhowe.org machines.