Standards-Version is now 3.9.6 (no change).
[openstack-build/ceilometer-build.git] / xenial / debian / control
index 1a37d109f05fc624e421349f6a1d4fba07130209..f1cd4c485194489cd23e310a4c5119f36fc24bbb 100644 (file)
@@ -6,7 +6,8 @@ Uploaders: Julien Danjou <acid@debian.org>,
            Thomas Goirand <zigo@debian.org>,
            Mehdi Abaakouk <sileht@sileht.net>
 Build-Depends: debhelper (>= 9),
            Thomas Goirand <zigo@debian.org>,
            Mehdi Abaakouk <sileht@sileht.net>
 Build-Depends: debhelper (>= 9),
-               openstack-pkg-tools (>= 9~),
+               dh-systemd,
+               openstack-pkg-tools (>= 13~),
                po-debconf,
                python-all (>= 2.6.6-3~),
                python-pbr (>= 0.6),
                po-debconf,
                python-all (>= 2.6.6-3~),
                python-pbr (>= 0.6),
@@ -45,7 +46,7 @@ Build-Depends-Indep: alembic (>= 0.6.4),
                      python-oslo.config (>= 1.4.0.0),
                      python-oslo.db (>= 1.0.0),
                      python-oslo.messaging (>= 1.4.1),
                      python-oslo.config (>= 1.4.0.0),
                      python-oslo.db (>= 1.0.0),
                      python-oslo.messaging (>= 1.4.1),
-                     python-oslo.rootwrap (>= 1.3.0),
+                     python-oslo.rootwrap (>= 1.3.0.0),
                      python-oslo.serialization (>= 1.0.0),
                      python-oslo.utils (>= 1.0.0),
                      python-oslo.vmware (>= 0.6.0),
                      python-oslo.serialization (>= 1.0.0),
                      python-oslo.utils (>= 1.0.0),
                      python-oslo.vmware (>= 0.6.0),
@@ -72,7 +73,7 @@ Build-Depends-Indep: alembic (>= 0.6.4),
                      python-yaml,
                      subunit (>= 0.0.18),
                      testrepository (>= 0.0.18)
                      python-yaml,
                      subunit (>= 0.0.18),
                      testrepository (>= 0.0.18)
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/ceilometer.git;a=summary
 Vcs-Git: git://anonscm.debian.org/openstack/ceilometer.git
 Homepage: http://wiki.openstack.org/Ceilometer
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/ceilometer.git;a=summary
 Vcs-Git: git://anonscm.debian.org/openstack/ceilometer.git
 Homepage: http://wiki.openstack.org/Ceilometer
@@ -108,7 +109,7 @@ Depends: alembic (>= 0.6.4),
          python-oslo.config (>= 1.4.0.0),
          python-oslo.db (>= 1.0.0),
          python-oslo.messaging (>= 1.4.1),
          python-oslo.config (>= 1.4.0.0),
          python-oslo.db (>= 1.0.0),
          python-oslo.messaging (>= 1.4.1),
-         python-oslo.rootwrap (>= 1.3.0),
+         python-oslo.rootwrap (>= 1.3.0.0),
          python-oslo.serialization (>= 1.0.0),
          python-oslo.utils (>= 1.0.0),
          python-oslo.vmware (>= 0.6.0),
          python-oslo.serialization (>= 1.0.0),
          python-oslo.utils (>= 1.0.0),
          python-oslo.vmware (>= 0.6.0),
@@ -269,7 +270,7 @@ Depends: ceilometer-common (= ${binary:Version}),
          ${misc:Depends},
          ${ostack-lsb-base},
          ${python:Depends}
          ${misc:Depends},
          ${ostack-lsb-base},
          ${python:Depends}
-Description: OpenStack efficient metering counters system - alarm notifier
+Description: OpenStack efficient metering counters system - agent notification
  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
  providing all the counters they need to establish customer billing, across
  all current and future OpenStack components. The delivery of counters must be
  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
  providing all the counters they need to establish customer billing, across
  all current and future OpenStack components. The delivery of counters must be
@@ -278,3 +279,20 @@ Description: OpenStack efficient metering counters system - alarm notifier
  overall system.
  .
  This package contains the notification agent daemon.
  overall system.
  .
  This package contains the notification agent daemon.
+
+Package: ceilometer-agent-ipmi
+Architecture: all
+Pre-Depends: dpkg (>= 1.15.6~)
+Depends: ceilometer-common (= ${binary:Version}),
+         ${misc:Depends},
+         ${ostack-lsb-base},
+         ${python:Depends}
+Description: OpenStack efficient metering counters system - IPMI agent
+ Ceilometer aims to deliver a Single Point Of Contact for billing systems,
+ providing all the counters they need to establish customer billing, across
+ all current and future OpenStack components. The delivery of counters must be
+ traceable and auditable, the counters must be easily extensible to support new
+ projects, and agents doing data collections should be independent of the
+ overall system.
+ .
+ This package contains the IPMI agent daemon.