From: Michael Howe Date: Sat, 22 Jan 2011 16:51:49 +0000 (+0000) Subject: nagios-plugins-local is now amd64-specific, also fixing rm-in-makefile bug X-Git-Tag: 0.2~1^2 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=e7edfe1851d28307df51a65a4b5e545c96b200b6;p=packages%2Fn%2Fnagios-plugins-local.git nagios-plugins-local is now amd64-specific, also fixing rm-in-makefile bug --- 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.