]> git.michaelhowe.org Git - packages/m/munin-plugins-local.git/commitdiff
* customize debian/control
authorMichael Howe <michael@michaelhowe.org>
Sat, 17 Nov 2012 16:34:41 +0000 (16:34 +0000)
committerMichael Howe <michael@michaelhowe.org>
Sat, 17 Nov 2012 16:34:41 +0000 (16:34 +0000)
* fix Makefile with correct build/install details

Makefile
debian/control

index 5dfc391e021312a524a4e7ed37b6fc67b031eab8..d31233c4f647b46c41c651c64d71e2877c04244f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,11 @@ PLUGINDIR=plugins
 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
index 9839d60d7155f088bfbf76a6fbe9d302e0a81558..9f6c3d2fb48aba3095976d4d49de386b7c1e61aa 100644 (file)
@@ -1,15 +1,14 @@
 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.