From e7edfe1851d28307df51a65a4b5e545c96b200b6 Mon Sep 17 00:00:00 2001 From: Michael Howe Date: Sat, 22 Jan 2011 16:51:49 +0000 Subject: [PATCH] nagios-plugins-local is now amd64-specific, also fixing rm-in-makefile bug --- Makefile | 2 +- debian/control | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f30f7d2..c40c57a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC=gcc -RM=/bin/rm +RM=/bin/rm -f CFLAGS= PLUGINDIR=plugins INSTALL=/usr/bin/install diff --git a/debian/control b/debian/control index 972242d..5a1db9b 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.8.4 Homepage: Package: nagios-plugins-local -Architecture: all -Depends: ${misc:Depends}, perl, python +Architecture: amd64 +Depends: ${misc:Depends}, perl, python, libc6 Description: Local nagios plugins Nagios plugins customized for use on michaelhowe.org hosts. -- 2.39.5