From 0d0d8f809915e52067332f90f74175c88f845b0c Mon Sep 17 00:00:00 2001 From: Michael Howe Date: Sat, 17 Nov 2012 16:34:41 +0000 Subject: [PATCH] * customize debian/control * fix Makefile with correct build/install details --- Makefile | 5 +++++ debian/control | 9 ++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 5dfc391..d31233c 100644 --- 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 diff --git a/debian/control b/debian/control index 9839d60..9f6c3d2 100644 --- a/debian/control +++ b/debian/control @@ -1,15 +1,14 @@ Source: munin-plugins-local -Section: unknown +Section: net Priority: extra Maintainer: Michael Howe Build-Depends: debhelper (>= 8.0.0) Standards-Version: 3.9.3 -Homepage: #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: - +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. -- 2.39.5