[Python-apps-commits] r10455 - in packages/cloud-init/trunk/debian (changelog control)

plessy at users.alioth.debian.org plessy at users.alioth.debian.org
Sun Feb 2 09:56:01 UTC 2014


    Date: Sunday, February 2, 2014 @ 09:56:01
  Author: plessy
Revision: 10455

Build-Depend on iproute for the regression tests.

Modified:
  packages/cloud-init/trunk/debian/changelog
  packages/cloud-init/trunk/debian/control

Modified: packages/cloud-init/trunk/debian/changelog
===================================================================
--- packages/cloud-init/trunk/debian/changelog	2014-02-02 09:13:16 UTC (rev 10454)
+++ packages/cloud-init/trunk/debian/changelog	2014-02-02 09:56:01 UTC (rev 10455)
@@ -9,11 +9,12 @@
 
   [ Charles Plessy ]
   * Depend and Build-Depend on python-jsonpatch and python-serial.
+  * Build-Depend on iproute for the regression tests.
   * Conforms to Policy 3.9.5.
   * Correct installation path for rsyslog config snippet.
     Thanks, Juerg Haefliger <juergh at gmail.com>.  Closes: #707125
 
- -- Charles Plessy <plessy at debian.org>  Sun, 02 Feb 2014 18:06:46 +0900
+ -- Charles Plessy <plessy at debian.org>  Sun, 02 Feb 2014 18:41:47 +0900
 
 cloud-init (0.7.2-3) unstable; urgency=low
 

Modified: packages/cloud-init/trunk/debian/control
===================================================================
--- packages/cloud-init/trunk/debian/control	2014-02-02 09:13:16 UTC (rev 10454)
+++ packages/cloud-init/trunk/debian/control	2014-02-02 09:56:01 UTC (rev 10455)
@@ -7,6 +7,7 @@
 Section: admin
 Priority: optional
 Build-Depends: debhelper (>= 9),
+               iproute,
                po-debconf,
                pyflakes,
                pylint,




More information about the Python-apps-commits mailing list