Merge lp:~marcoceppi/juju-quickstart/recommend-juju into lp:juju-quickstart/packaging

Proposed by Marco Ceppi
Status: Merged
Merged at revision: 44
Proposed branch: lp:~marcoceppi/juju-quickstart/recommend-juju
Merge into: lp:juju-quickstart/packaging
Diff against target: 25 lines (+7/-0)
2 files modified
debian/changelog (+6/-0)
debian/control (+1/-0)
To merge this branch: bzr merge lp:~marcoceppi/juju-quickstart/recommend-juju
Reviewer Review Type Date Requested Status
Fabrice Matrat (community) Approve
Jay R. Wren (community) Approve
Review via email: mp+283745@code.launchpad.net

Description of the change

Juju Quickstart should recommend Juju

To post a comment you must log in.
Revision history for this message
Jay R. Wren (evarlast) wrote :

LGTM

review: Approve
Revision history for this message
Fabrice Matrat (fabricematrat) wrote :

LGTM

review: Approve
Revision history for this message
Antonio Rosales (arosales) wrote :

Given the instructions at:
https://jujucharms.com/get-started

state to first install python-software-properties should we also make this a recommends? This would enable folks to just type in:

sudo apt-get install juju-quickstart (given they have already added the ppa)

-thanks,
Antonio

Revision history for this message
Antonio Rosales (arosales) wrote :

Comment from Jay that answers my earlier comment:

"there is a catch-22, or dependency cycle there which would mean adding the recommends is a no-op as the python-software-properties from recommends must have already been installed for the add-apt-repository to be used for juju-quickstart to be installed and its dependencies and recommends considered."

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2015-12-18 11:00:10 +0000
3+++ debian/changelog 2016-01-24 19:18:44 +0000
4@@ -1,3 +1,9 @@
5+juju-quickstart (2.2.4ubuntu1) UNRELEASED; urgency=medium
6+
7+ * Recommends juju, juju-core, juju-local
8+
9+ -- Marco Ceppi <marco@ceppi.net> Sun, 24 Jan 2016 14:15:01 -0500
10+
11 juju-quickstart (2.2.4) trusty; urgency=low
12
13 * Update to juju-bundlelib 0.4.1.
14
15=== modified file 'debian/control'
16--- debian/control 2015-05-11 15:32:24 +0000
17+++ debian/control 2016-01-24 19:18:44 +0000
18@@ -21,6 +21,7 @@
19 XB-Python-Version: ${python:Versions}
20 Depends: ${python:Depends}, ${misc:Depends}
21 Provides: ${python:Provides}
22+Recommends: juju-core, juju, juju-local
23 Description: Easy configuration of Juju environments
24 Juju Quickstart is a Juju plugin which supports easy configuration of a Juju
25 environment. The environment is bootstrapped and set up that it can be

Subscribers

People subscribed via source and target branches

to all changes: