[Pkg-nagios-changes] [pkg-icinga2] 04/08: Add missing Python dependency macros
Markus Frosch
lazyfrosch at moszumanska.debian.org
Fri Aug 29 12:33:11 UTC 2014
This is an automated email from the git hooks/post-receive script.
lazyfrosch pushed a commit to branch master
in repository pkg-icinga2.
commit cd794312d146b900160e92c2e2f3628a11023f92
Author: Markus Frosch <markus at lazyfrosch.de>
Date: Fri Aug 29 13:46:42 2014 +0200
Add missing Python dependency macros
---
debian/control | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index 8d2cb83..885b6fc 100644
--- a/debian/control
+++ b/debian/control
@@ -56,7 +56,12 @@ Description: host and network monitoring system
Package: icinga2-common
Architecture: all
-Depends: python-icinga2 (= ${source:Version}), adduser, lsb-release, ${misc:Depends}
+Depends:
+ python-icinga2 (= ${source:Version}),
+ adduser,
+ lsb-release,
+ ${python:Depends},
+ ${misc:Depends}
Description: host and network monitoring system - common files
Icinga 2 is a general-purpose monitoring application and the next generation
after Icinga 1.x - which was a Nagios fork. It should fit the needs of a small
@@ -221,7 +226,6 @@ Description: host and network monitoring system - IDO for PostgreSQL
Package: icinga2-dbg
Architecture: any
Section: debug
-Priority: extra
Depends: icinga2-bin (= ${binary:Version}), ${misc:Depends}
Description: host and network monitoring system - debug symbols
Icinga 2 is a general-purpose monitoring application and the next generation
@@ -246,8 +250,11 @@ Description: host and network monitoring system - debug symbols
Package: python-icinga2
Architecture: all
Section: python
-Priority: extra
-Depends: python-pkg-resources, ${misc:Depends}, ${python:Depends}
+Depends:
+ python-pkg-resources,
+ ${misc:Depends},
+ ${python:Depends}
+Provides: ${python:Provides}
Description: host and network monitoring system - Python module
Icinga 2 is a general-purpose monitoring application and the next generation
after Icinga 1.x - which was a Nagios fork. It should fit the needs of a small
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-icinga2.git
More information about the Pkg-nagios-changes
mailing list