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.