mirror of https://github.com/Icinga/icinga2.git
parent
5a405e07c9
commit
0e27116e20
|
@ -1,9 +0,0 @@
|
||||||
icinga2 for Debian
|
|
||||||
------------------
|
|
||||||
|
|
||||||
<this file describes information about the source package, see Debian policy
|
|
||||||
manual section 4.14. You WILL either need to modify or delete this file>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,5 @@
|
||||||
icinga2 source TODOs
|
icinga2 source TODOs
|
||||||
====================
|
====================
|
||||||
|
|
||||||
* Replace embedded tools
|
* Update doc handling - still WIP
|
||||||
- doc/ strapdownjs and jquery
|
- publish via webserver / classicui?
|
||||||
|
|
||||||
* Document embedded sources in tarball
|
|
||||||
- third-party/
|
|
||||||
|
|
||||||
* init
|
|
||||||
- configtest
|
|
||||||
- multi instanz
|
|
||||||
- pid file handling testen
|
|
||||||
|
|
||||||
|
|
|
@ -2,27 +2,30 @@ Source: icinga2
|
||||||
Section: admin
|
Section: admin
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel@lists.alioth.debian.org>
|
Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel@lists.alioth.debian.org>
|
||||||
Uploaders: Alexander Wirt <formorer@debian.org>, Markus Frosch <markus@lazyfrosch.de>
|
Uploaders:
|
||||||
Build-Depends: cmake (>= 2.8.7),
|
Markus Frosch <markus@lazyfrosch.de>,
|
||||||
make (>= 3.81),
|
Alexander Wirt <formorer@debian.org>
|
||||||
bison,
|
Build-Depends:
|
||||||
debhelper (>= 9),
|
cmake (>= 2.8.7),
|
||||||
flex,
|
make (>= 3.81),
|
||||||
g++ (>= 1.96),
|
bison,
|
||||||
libboost-dev,
|
debhelper (>= 9),
|
||||||
libboost-program-options-dev,
|
flex,
|
||||||
libboost-system-dev,
|
g++ (>= 1.96),
|
||||||
libboost-test-dev,
|
libboost-dev,
|
||||||
libboost-thread-dev,
|
libboost-program-options-dev,
|
||||||
libboost-regex-dev,
|
libboost-system-dev,
|
||||||
libmysqlclient-dev,
|
libboost-test-dev,
|
||||||
libpq-dev,
|
libboost-thread-dev,
|
||||||
libssl-dev,
|
libboost-regex-dev,
|
||||||
po-debconf,
|
libmysqlclient-dev,
|
||||||
python-dev,
|
libpq-dev,
|
||||||
pandoc,
|
libssl-dev,
|
||||||
python-sphinx
|
po-debconf,
|
||||||
Standards-Version: 3.9.4
|
python-dev,
|
||||||
|
pandoc,
|
||||||
|
python-sphinx
|
||||||
|
Standards-Version: 3.9.5
|
||||||
Homepage: http://www.icinga.org
|
Homepage: http://www.icinga.org
|
||||||
|
|
||||||
Package: icinga2
|
Package: icinga2
|
||||||
|
|
|
@ -35,6 +35,7 @@ License: GPL-2+-with-exeception
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: 2012 Alexander Wirt <formorer@debian.org>
|
Copyright: 2012 Alexander Wirt <formorer@debian.org>
|
||||||
2013-2014 Markus Frosch <markus@lazyfrosch.de>
|
2013-2014 Markus Frosch <markus@lazyfrosch.de>
|
||||||
|
2014 Icinga Development Team (http://www.icinga.org)
|
||||||
License: GPL-2+
|
License: GPL-2+
|
||||||
This package is free software; you can redistribute it and/or modify
|
This package is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
|
Loading…
Reference in New Issue