← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~andreserl/maas/packaging_missing_deps into lp:~maas-maintainers/maas/packaging

 

Andres Rodriguez has proposed merging lp:~andreserl/maas/packaging_missing_deps into lp:~maas-maintainers/maas/packaging.

Commit message:
Add missing deps on python-distro-info and depends on ubuntu-cloudimage-keyring instead of ubuntu-cloud-keyring.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~andreserl/maas/packaging_missing_deps/+merge/188912
-- 
https://code.launchpad.net/~andreserl/maas/packaging_missing_deps/+merge/188912
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~andreserl/maas/packaging_missing_deps into lp:~maas-maintainers/maas/packaging.
=== modified file 'debian/changelog'
--- debian/changelog	2013-10-01 19:26:48 +0000
+++ debian/changelog	2013-10-02 19:39:30 +0000
@@ -1,6 +1,8 @@
-maas (1.4+bzr1655+dfsg-0ubuntu2) UNRELEASED; urgency=low
+maas (1.4+bzr1656+dfsg-0ubuntu1) UNRELEASED; urgency=low
 
-  * UNRELEASED
+  * New upstream bugfix release.
+  * debian/control: Depends on ubuntu-cloudimage-keyring instead of
+    ubuntu-cloud-keyring; depends on python-distro-info.
 
  -- Andres Rodriguez <andreserl@xxxxxxxxxx>  Tue, 01 Oct 2013 15:26:34 -0400
 

=== modified file 'debian/control'
--- debian/control	2013-10-01 19:26:29 +0000
+++ debian/control	2013-10-02 19:39:30 +0000
@@ -92,6 +92,7 @@
 Section: python
 Architecture: all
 Depends: python-celery,
+         python-distro-info,
          python-formencode,
          python-lockfile,
          python-lxml,
@@ -185,7 +186,7 @@
          rsyslog,
          syslinux-common,
          tgt,
-         ubuntu-cloud-keyring,
+         ubuntu-cloudimage-keyring,
          uuid-runtime,
          wget,
          ${misc:Depends},


References