From ab3b134552c39ee376568537ecf8b76e283bf3ac Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Fri, 11 May 2012 13:54:37 +0200 Subject: [PATCH] Fixed Debian lintian warnings. --- AUTHORS | 1 + Makefile.am | 2 +- debian/control | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index e69de29bb..6a0c905c2 100644 --- a/AUTHORS +++ b/AUTHORS @@ -0,0 +1 @@ +Icinga Development Team diff --git a/Makefile.am b/Makefile.am index 989a209eb..f9d566af0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ SUBDIRS = ltdl \ icinga-app \ components -icinga2docdir = ${prefix}/doc/icinga2 +icinga2docdir = ${prefix}/share/doc/icinga2 icinga2doc_DATA = \ README \ COPYING \ diff --git a/debian/control b/debian/control index c63ab5454..05e9832ef 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,6 @@ Homepage: http://www.icinga.org/ Package: icinga2 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: a network monitoring application +Description: network monitoring application Icinga 2 is a general-purpose network monitoring application.