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

Proposed by Marco Ceppi
Status: Superseded
Proposed branch: lp:~marcoceppi/juju-quickstart/recommend-juju
Merge into: lp:juju-quickstart
Diff against target: 1318 lines (+1268/-0)
10 files modified
debian/changelog (+268/-0)
debian/compat (+1/-0)
debian/control (+28/-0)
debian/copyright (+674/-0)
debian/docs (+1/-0)
debian/juju-quickstart.desktop (+13/-0)
debian/juju-quickstart.install (+3/-0)
debian/juju-quickstart.svg (+257/-0)
debian/pydist-overrides (+1/-0)
debian/rules (+22/-0)
To merge this branch: bzr merge lp:~marcoceppi/juju-quickstart/recommend-juju
Reviewer Review Type Date Requested Status
Juju GUI Hackers Pending
Review via email: mp+283743@code.launchpad.net

This proposal has been superseded by a proposal from 2016-01-24.

Description of the change

Juju Quickstart should recommend Juju

To post a comment you must log in.

Unmerged revisions

44. By Marco Ceppi

Recommend Juju

43. By Francesco Banconi

[r=frankban,bac] Add Juju Quickstart desktop icon.

42. By Francesco Banconi

Increase commit revision for retrying build.

41. By Francesco Banconi

Update for 2.2.4

40. By Francesco Banconi

Update for 2.2.3

39. By Francesco Banconi

Update for 2.2.2

38. By Francesco Banconi

Update for 2.2.1

37. By Francesco Banconi

Update for 2.2.0

36. By Francesco Banconi

Update for 2.1.1

35. By Francesco Banconi

Include jujubundlelib in the build dependencies.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory 'debian'
2=== added file 'debian/changelog'
3--- debian/changelog 1970-01-01 00:00:00 +0000
4+++ debian/changelog 2016-01-24 19:17:05 +0000
5@@ -0,0 +1,268 @@
6+juju-quickstart (2.2.4ubuntu1) UNRELEASED; urgency=medium
7+
8+ * Recommends juju, juju-core, juju-local
9+
10+ -- Marco Ceppi <marco@ceppi.net> Sun, 24 Jan 2016 14:15:01 -0500
11+
12+juju-quickstart (2.2.4) trusty; urgency=low
13+
14+ * Update to juju-bundlelib 0.4.1.
15+
16+ -- Francesco Banconi <francesco.banconi@canonical.com> Fri, 18 Dec 2015 11:58:26 +0100
17+
18+juju-quickstart (2.2.3) trusty; urgency=low
19+
20+ * Update to jujubundlelib 0.3.2.
21+
22+ -- Francesco Banconi <francesco.banconi@canonical.com> Mon, 30 Nov 2015 09:28:51 +0000
23+
24+juju-quickstart (2.2.2) trusty; urgency=low
25+
26+ * Introduce support for Juju controllers.
27+ * Use API info to connect to existing environments.
28+ * Add the missing Joyent data centers.
29+
30+ -- Francesco Banconi <francesco.banconi@canonical.com> Fri, 06 Nov 2015 11:39:31 +0000
31+
32+juju-quickstart (2.2.1) trusty; urgency=low
33+
34+ * Full support for deploying bundles with v4 syntax.
35+ * Improve bundle validation logic.
36+
37+ -- Francesco Banconi <francesco.banconi@canonical.com> Thu, 13 Aug 2015 13:18:03 +0000
38+
39+juju-quickstart (2.2.0) trusty; urgency=low
40+
41+ * Add support for loading uncommitted bundles on the Juju GUI.
42+ * Allow configuring the Juju GUI so that it listens to a customized port.
43+ * On existing environments, automatically detect the port used by the GUI server.
44+ * Fix SSH agent handling when using uncommon shells.
45+
46+ -- Francesco Banconi <francesco.banconi@canonical.com> Thu, 11 Jun 2015 10:05:16 +0000
47+
48+juju-quickstart (2.1.1) trusty; urgency=low
49+
50+ * Fix a bug when handling bundles including services with no num_units defined.
51+
52+ -- Francesco Banconi <francesco.banconi@canonical.com> Wed, 13 May 2015 10:09:00 +0000
53+
54+juju-quickstart (2.1.0) trusty; urgency=low
55+
56+ * Improve bundle validation.
57+ * Update environment management in the interactive session (provider specific fields).
58+
59+ -- Francesco Banconi <francesco.banconi@canonical.com> Mon, 11 May 2015 10:49:49 +0000
60+
61+juju-quickstart (2.0.2) trusty; urgency=low
62+
63+ * Add support for Google Compute Engine.
64+
65+ -- Bradley A. Crittenden <bac@canonical.com> Thu, 07 May 2015 15:31:37 -0400
66+
67+juju-quickstart (2.0.1) trusty; urgency=low
68+
69+ * Fix a regression in bundle deployments when using the legacy bundle syntax.
70+ The bundle was not found in the case the original legacy YAML only included
71+ a single bundle name at top level.
72+ * Always run apt-get update before installing new packages, even when the
73+ distro-only flag is enabled.
74+ * Improve charm store API client code organization.
75+
76+ -- Francesco Banconi <francesco.banconi@canonical.com> Tue, 10 Mar 2015 14:30:33 +0000
77+
78+juju-quickstart (2.0.0) trusty; urgency=low
79+
80+ * Update the way bundles can be specified on the command line.
81+ The new simplified jujucharms.com syntax is used,
82+ e.g. "juju-quickstart mediawiki-single".
83+ The old "bundle:mediawiki/single" form is still supported but deprecated.
84+ * When deploying bundles, specifying a directory is no longer supported.
85+ Local files are still supported but must have a ".yaml" or ".json"
86+ extension. For more details, see "juju-quickstart --help".
87+ * Add support for new Juju WebSocket API endpoints.
88+ Connect to a specific environment using its unique identifier.
89+ * External API refactoring: implement the Juju reference model
90+ (charm and bundle URLs).
91+ Improve support for bundles as first class entities.
92+ * Retrieve bundles from the new charm store API v4.
93+ * Improve the testing infrastructure: exercize Quickstart with all the
94+ supported dependency versions.
95+ Also introduce functional tests against a real Juju environment.
96+
97+ -- Francesco Banconi <francesco.banconi@canonical.com> Mon, 02 Mar 2015 13:21:52 +0000
98+
99+juju-quickstart (1.6.0) trusty; urgency=low
100+
101+ * Interactive session improvements: highlight active environments.
102+ * Ability to use jenv environments not listed in the environments.yaml file.
103+ * Ability to remove no longer used jenv files from the Juju home.
104+ * Use the new charm store API to retrieve the most recent GUI charm revision.
105+ * Include the Juju account user name in the program output.
106+ * Support for logging in to the Juju API with non-admin accounts.
107+ * Improve the way the environment's provider type is retrieved.
108+ * Initial support for Ubuntu 15.04 (vivid).
109+
110+ -- Francesco Banconi <francesco.banconi@canonical.com> Tue, 13 Jan 2015 14:11:49 +0000
111+
112+juju-quickstart (1.5.0) trusty; urgency=low
113+
114+ * Initial support for the manual provider type.
115+ * Better integration with MAAS: improved the way node addresses are retrieved.
116+ * Auto-detect environment data when MAAS (Bare Metal) is used.
117+ * Improve the way Juju Quickstart detects the Juju environment is already running.
118+ * Interactive session no longer hides errors under certain circumstances.
119+ * Dropped support for Juju < 1.18.
120+
121+ -- Francesco Banconi <francesco.banconi@canonical.com> Thu, 13 Nov 2014 09:28:37 +0000
122+
123+juju-quickstart (1.4.4) trusty; urgency=low
124+
125+ * Support creating and using MAAS (Metal As A Service) environments.
126+
127+ -- Francesco Banconi <francesco.banconi@canonical.com> Wed, 01 Oct 2014 15:38:32 +0000
128+
129+juju-quickstart (1.4.3) trusty; urgency=low
130+
131+ * Support for overriding the Juju executable with the JUJU env var.
132+ * Add support for Ubuntu 14.10 (utopic).
133+ * Base dependencies update.
134+
135+ -- Francesco Banconi <francesco.banconi@canonical.com> Thu, 11 Sep 2014 11:57:47 +0000
136+
137+juju-quickstart (1.4.2) trusty; urgency=low
138+
139+ * Support LXC clone in local provider.
140+ * Add support for upload-tools, upload-series and constraints args.
141+
142+ -- Francesco Banconi <francesco.banconi@canonical.com> Thu, 21 Aug 2014 16:48:49 +0000
143+
144+juju-quickstart (1.4.1) trusty; urgency=low
145+
146+ * Add release instructions for homebrew.
147+ * Do not colocate GUI on machine 0 for Azure. (LP#1335121)
148+ * Adapt to Juju 1.20 regarding watcher API changes. (LP#1337831)
149+
150+ -- Bradley A. Crittenden <bac@canonical.com> Fri, 04 Jul 2014 10:30:31 -0400
151+
152+juju-quickstart (1.4.0) trusty; urgency=low
153+
154+ * On OS X fail early if brew is not installed.
155+ * Do not propose local environments if not supported.
156+ * Update README.rst to discuss OS X installation.
157+ * Match new HP Cloud configuration.
158+
159+ -- Bradley A. Crittenden <bac@canonical.com> Tue, 17 Jun 2014 14:28:56 -0400
160+
161+juju-quickstart (1.3.5) trusty; urgency=low
162+
163+ * Change to 1.3.5 to overcome improper naming of 1.3.4.b1.
164+
165+ -- Bradley A. Crittenden <bac@canonical.com> Wed, 11 Jun 2014 20:57:31 -0400
166+
167+juju-quickstart (1.3.4) trusty; urgency=low
168+
169+ * Fail early if platform does not support LXC and it is requested.
170+
171+ -- Bradley A. Crittenden <bac@canonical.com> Wed, 11 Jun 2014 20:11:33 -0400
172+
173+juju-quickstart (1.3.3) precise; urgency=low
174+
175+ * Make juju-quickstart websockets use TLSv1.
176+ * Initial structure for the OSX version.
177+ * Fix quickstart test failing on OSX.
178+
179+ -- Francesco Banconi <francesco.banconi@canonical.com> Thu, 05 Jun 2014 13:49:30 +0000
180+
181+juju-quickstart (1.3.2) precise; urgency=low
182+
183+ * Ability to deploy the Juju GUI trusty charm on trusty environments.
184+ * Support for the Joyent provider.
185+ * Make control-bucket optional.
186+ * Improve Urwid unicode support.
187+
188+ -- Francesco Banconi <francesco.banconi@canonical.com> Wed, 30 Apr 2014 18:35:15 +0000
189+
190+juju-quickstart (1.3.1) precise; urgency=low
191+
192+ * Support the --ppa and --distro-only flags for distro packaging.
193+ * Retrieve unit addresses from the mega-watcher MachineInfo when possible.
194+
195+ -- Francesco Banconi <francesco.banconi@canonical.com> Mon, 07 Apr 2014 15:57:37 +0000
196+
197+juju-quickstart (1.3.0) precise; urgency=low
198+
199+ * Add the distro-only flag: do not use external sources when installing Juju.
200+
201+ -- Francesco Banconi <francesco.banconi@canonical.com> Thu, 27 Mar 2014 12:59:57 +0000
202+
203+juju-quickstart (1.2.0) precise; urgency=low
204+
205+ * Support for promulgated bundle URLs.
206+ * Bundles can be specified via their jujucharms URLs.
207+ * Improved application help and installation instructions.
208+ * Updates to the dependency list and to Juju version handling.
209+ * SSH code reorganization.
210+ * Distribution files fixes.
211+
212+ -- Francesco Banconi <francesco.banconi@canonical.com> Mon, 17 Mar 2014 09:03:37 +0000
213+
214+juju-quickstart (1.1.2) precise; urgency=low
215+
216+ * Minor bug fixes.
217+ * SSH code reorganization.
218+
219+ -- Francesco Banconi <francesco.banconi@canonical.com> Wed, 12 Mar 2014 12:44:16 +0000
220+
221+juju-quickstart (1.1.0) precise; urgency=low
222+
223+ * Support juju-core 1.18.
224+ * Get admin-secret from juju-generated jenv file.
225+ * Use existing ssh-agent if possible.
226+ * Minor fixes to code comments and documentation.
227+
228+ -- Francesco Banconi <francesco.banconi@canonical.com> Wed, 19 Feb 2014 11:50:08 +0000
229+
230+juju-quickstart (1.0.0) precise; urgency=low
231+
232+ * Environments management support: allow for creating/editing Juju environments.
233+ * Improve SSH keys handling.
234+ * Unicode refactoring.
235+ * Improve machine errors handling.
236+
237+ -- Francesco Banconi <francesco.banconi@canonical.com> Fri, 17 Jan 2014 18:40:45 +0000
238+
239+juju-quickstart (0.5.0) precise; urgency=low
240+
241+ * Automatic GUI login support via a timed token.
242+ * Run juju init if environments.yaml is missing.
243+ * Handle cases where default-series is problematic.
244+
245+ -- Francesco Banconi <francesco.banconi@canonical.com> Thu, 05 Dec 2013 08:38:29 +0000
246+
247+juju-quickstart (0.4.2) precise; urgency=low
248+
249+ * Support for missing juju-core packages set up.
250+ * Local provider support.
251+ * Support for reusing existing environment, Juju GUI service and unit.
252+ * Bundle URL deployments increment deployments count.
253+ * Customized Juju GUI charm URL validation.
254+
255+ -- Francesco Banconi <francesco.banconi@canonical.com> Fri, 22 Nov 2013 12:10:05 +0000
256+
257+juju-quickstart (0.3.0) precise; urgency=low
258+
259+ * Support remote bundles.
260+
261+ -- Francesco Banconi <francesco.banconi@canonical.com> Tue, 12 Nov 2013 16:30:06 +0000
262+
263+juju-quickstart (0.2.0) precise; urgency=low
264+
265+ * Add bundle support.
266+
267+ -- Francesco Banconi <francesco.banconi@canonical.com> Tue, 22 Oct 2013 21:56:38 +0000
268+
269+juju-quickstart (0.1.0) precise; urgency=low
270+
271+ * Initial release.
272+
273+ -- Francesco Banconi <francesco.banconi@canonical.com> Fri, 18 Oct 2013 09:13:00 +0000
274
275=== added file 'debian/compat'
276--- debian/compat 1970-01-01 00:00:00 +0000
277+++ debian/compat 2016-01-24 19:17:05 +0000
278@@ -0,0 +1,1 @@
279+8
280
281=== added file 'debian/control'
282--- debian/control 1970-01-01 00:00:00 +0000
283+++ debian/control 2016-01-24 19:17:05 +0000
284@@ -0,0 +1,28 @@
285+Source: juju-quickstart
286+Section: python
287+Priority: optional
288+Maintainer: Francesco Banconi <francesco.banconi@canonical.com>
289+Standards-Version: 3.9.5
290+Build-Depends:
291+ debhelper (>= 8~),
292+ jujubundlelib,
293+ python-all,
294+ python-setuptools,
295+ python-nose,
296+ python-jujuclient,
297+ python-mock,
298+ python-urwid,
299+ python-yaml
300+XS-Python-Version: all
301+Homepage: https://launchpad.net/juju-quickstart
302+
303+Package: juju-quickstart
304+Architecture: all
305+XB-Python-Version: ${python:Versions}
306+Depends: ${python:Depends}, ${misc:Depends}
307+Provides: ${python:Provides}
308+Recommends: juju-core, juju, juju-local
309+Description: Easy configuration of Juju environments
310+ Juju Quickstart is a Juju plugin which supports easy configuration of a Juju
311+ environment. The environment is bootstrapped and set up that it can be
312+ managed using the Juju GUI.
313
314=== added file 'debian/copyright'
315--- debian/copyright 1970-01-01 00:00:00 +0000
316+++ debian/copyright 2016-01-24 19:17:05 +0000
317@@ -0,0 +1,674 @@
318+Format: http://dep.debian.net/deps/dep5
319+Upstream-Name: juju-quickstart
320+Source: http://launchpad.net/juju-quickstart
321+
322+Files: *
323+Copyright: 2013-2014 Canonical, Ltd.
324+License: AGPL-3.0+
325+
326+Files: debian/*
327+Copyright: 2013-2014 Canonical, Ltd.
328+License: AGPL-3.0+
329+
330+License: AGPL-3.0+
331+ GNU AFFERO GENERAL PUBLIC LICENSE
332+ Version 3, 19 November 2007
333+ .
334+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
335+ Everyone is permitted to copy and distribute verbatim copies
336+ of this license document, but changing it is not allowed.
337+ .
338+ Preamble
339+ .
340+ The GNU Affero General Public License is a free, copyleft license for
341+ software and other kinds of works, specifically designed to ensure
342+ cooperation with the community in the case of network server software.
343+ .
344+ The licenses for most software and other practical works are designed
345+ to take away your freedom to share and change the works. By contrast,
346+ our General Public Licenses are intended to guarantee your freedom to
347+ share and change all versions of a program--to make sure it remains free
348+ software for all its users.
349+ .
350+ When we speak of free software, we are referring to freedom, not
351+ price. Our General Public Licenses are designed to make sure that you
352+ have the freedom to distribute copies of free software (and charge for
353+ them if you wish), that you receive source code or can get it if you
354+ want it, that you can change the software or use pieces of it in new
355+ free programs, and that you know you can do these things.
356+ .
357+ Developers that use our General Public Licenses protect your rights
358+ with two steps: (1) assert copyright on the software, and (2) offer
359+ you this License which gives you legal permission to copy, distribute
360+ and/or modify the software.
361+ .
362+ A secondary benefit of defending all users' freedom is that
363+ improvements made in alternate versions of the program, if they
364+ receive widespread use, become available for other developers to
365+ incorporate. Many developers of free software are heartened and
366+ encouraged by the resulting cooperation. However, in the case of
367+ software used on network servers, this result may fail to come about.
368+ The GNU General Public License permits making a modified version and
369+ letting the public access it on a server without ever releasing its
370+ source code to the public.
371+ .
372+ The GNU Affero General Public License is designed specifically to
373+ ensure that, in such cases, the modified source code becomes available
374+ to the community. It requires the operator of a network server to
375+ provide the source code of the modified version running there to the
376+ users of that server. Therefore, public use of a modified version, on
377+ a publicly accessible server, gives the public access to the source
378+ code of the modified version.
379+ .
380+ An older license, called the Affero General Public License and
381+ published by Affero, was designed to accomplish similar goals. This is
382+ a different license, not a version of the Affero GPL, but Affero has
383+ released a new version of the Affero GPL which permits relicensing under
384+ this license.
385+ .
386+ The precise terms and conditions for copying, distribution and
387+ modification follow.
388+ .
389+ TERMS AND CONDITIONS
390+ .
391+ 0. Definitions.
392+ .
393+ "This License" refers to version 3 of the GNU Affero General Public License.
394+ .
395+ "Copyright" also means copyright-like laws that apply to other kinds of
396+ works, such as semiconductor masks.
397+ .
398+ "The Program" refers to any copyrightable work licensed under this
399+ License. Each licensee is addressed as "you". "Licensees" and
400+ "recipients" may be individuals or organizations.
401+ .
402+ To "modify" a work means to copy from or adapt all or part of the work
403+ in a fashion requiring copyright permission, other than the making of an
404+ exact copy. The resulting work is called a "modified version" of the
405+ earlier work or a work "based on" the earlier work.
406+ .
407+ A "covered work" means either the unmodified Program or a work based
408+ on the Program.
409+ .
410+ To "propagate" a work means to do anything with it that, without
411+ permission, would make you directly or secondarily liable for
412+ infringement under applicable copyright law, except executing it on a
413+ computer or modifying a private copy. Propagation includes copying,
414+ distribution (with or without modification), making available to the
415+ public, and in some countries other activities as well.
416+ .
417+ To "convey" a work means any kind of propagation that enables other
418+ parties to make or receive copies. Mere interaction with a user through
419+ a computer network, with no transfer of a copy, is not conveying.
420+ .
421+ An interactive user interface displays "Appropriate Legal Notices"
422+ to the extent that it includes a convenient and prominently visible
423+ feature that (1) displays an appropriate copyright notice, and (2)
424+ tells the user that there is no warranty for the work (except to the
425+ extent that warranties are provided), that licensees may convey the
426+ work under this License, and how to view a copy of this License. If
427+ the interface presents a list of user commands or options, such as a
428+ menu, a prominent item in the list meets this criterion.
429+ .
430+ 1. Source Code.
431+ .
432+ The "source code" for a work means the preferred form of the work
433+ for making modifications to it. "Object code" means any non-source
434+ form of a work.
435+ .
436+ A "Standard Interface" means an interface that either is an official
437+ standard defined by a recognized standards body, or, in the case of
438+ interfaces specified for a particular programming language, one that
439+ is widely used among developers working in that language.
440+ .
441+ The "System Libraries" of an executable work include anything, other
442+ than the work as a whole, that (a) is included in the normal form of
443+ packaging a Major Component, but which is not part of that Major
444+ Component, and (b) serves only to enable use of the work with that
445+ Major Component, or to implement a Standard Interface for which an
446+ implementation is available to the public in source code form. A
447+ "Major Component", in this context, means a major essential component
448+ (kernel, window system, and so on) of the specific operating system
449+ (if any) on which the executable work runs, or a compiler used to
450+ produce the work, or an object code interpreter used to run it.
451+ .
452+ The "Corresponding Source" for a work in object code form means all
453+ the source code needed to generate, install, and (for an executable
454+ work) run the object code and to modify the work, including scripts to
455+ control those activities. However, it does not include the work's
456+ System Libraries, or general-purpose tools or generally available free
457+ programs which are used unmodified in performing those activities but
458+ which are not part of the work. For example, Corresponding Source
459+ includes interface definition files associated with source files for
460+ the work, and the source code for shared libraries and dynamically
461+ linked subprograms that the work is specifically designed to require,
462+ such as by intimate data communication or control flow between those
463+ subprograms and other parts of the work.
464+ .
465+ The Corresponding Source need not include anything that users
466+ can regenerate automatically from other parts of the Corresponding
467+ Source.
468+ .
469+ The Corresponding Source for a work in source code form is that
470+ same work.
471+ .
472+ 2. Basic Permissions.
473+ .
474+ All rights granted under this License are granted for the term of
475+ copyright on the Program, and are irrevocable provided the stated
476+ conditions are met. This License explicitly affirms your unlimited
477+ permission to run the unmodified Program. The output from running a
478+ covered work is covered by this License only if the output, given its
479+ content, constitutes a covered work. This License acknowledges your
480+ rights of fair use or other equivalent, as provided by copyright law.
481+ .
482+ You may make, run and propagate covered works that you do not
483+ convey, without conditions so long as your license otherwise remains
484+ in force. You may convey covered works to others for the sole purpose
485+ of having them make modifications exclusively for you, or provide you
486+ with facilities for running those works, provided that you comply with
487+ the terms of this License in conveying all material for which you do
488+ not control copyright. Those thus making or running the covered works
489+ for you must do so exclusively on your behalf, under your direction
490+ and control, on terms that prohibit them from making any copies of
491+ your copyrighted material outside their relationship with you.
492+ .
493+ Conveying under any other circumstances is permitted solely under
494+ the conditions stated below. Sublicensing is not allowed; section 10
495+ makes it unnecessary.
496+ .
497+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
498+ .
499+ No covered work shall be deemed part of an effective technological
500+ measure under any applicable law fulfilling obligations under article
501+ 11 of the WIPO copyright treaty adopted on 20 December 1996, or
502+ similar laws prohibiting or restricting circumvention of such
503+ measures.
504+ .
505+ When you convey a covered work, you waive any legal power to forbid
506+ circumvention of technological measures to the extent such circumvention
507+ is effected by exercising rights under this License with respect to
508+ the covered work, and you disclaim any intention to limit operation or
509+ modification of the work as a means of enforcing, against the work's
510+ users, your or third parties' legal rights to forbid circumvention of
511+ technological measures.
512+ .
513+ 4. Conveying Verbatim Copies.
514+ .
515+ You may convey verbatim copies of the Program's source code as you
516+ receive it, in any medium, provided that you conspicuously and
517+ appropriately publish on each copy an appropriate copyright notice;
518+ keep intact all notices stating that this License and any
519+ non-permissive terms added in accord with section 7 apply to the code;
520+ keep intact all notices of the absence of any warranty; and give all
521+ recipients a copy of this License along with the Program.
522+ .
523+ You may charge any price or no price for each copy that you convey,
524+ and you may offer support or warranty protection for a fee.
525+ .
526+ 5. Conveying Modified Source Versions.
527+ .
528+ You may convey a work based on the Program, or the modifications to
529+ produce it from the Program, in the form of source code under the
530+ terms of section 4, provided that you also meet all of these conditions:
531+ .
532+ a) The work must carry prominent notices stating that you modified
533+ it, and giving a relevant date.
534+ .
535+ b) The work must carry prominent notices stating that it is
536+ released under this License and any conditions added under section
537+ 7. This requirement modifies the requirement in section 4 to
538+ "keep intact all notices".
539+ .
540+ c) You must license the entire work, as a whole, under this
541+ License to anyone who comes into possession of a copy. This
542+ License will therefore apply, along with any applicable section 7
543+ additional terms, to the whole of the work, and all its parts,
544+ regardless of how they are packaged. This License gives no
545+ permission to license the work in any other way, but it does not
546+ invalidate such permission if you have separately received it.
547+ .
548+ d) If the work has interactive user interfaces, each must display
549+ Appropriate Legal Notices; however, if the Program has interactive
550+ interfaces that do not display Appropriate Legal Notices, your
551+ work need not make them do so.
552+ .
553+ A compilation of a covered work with other separate and independent
554+ works, which are not by their nature extensions of the covered work,
555+ and which are not combined with it such as to form a larger program,
556+ in or on a volume of a storage or distribution medium, is called an
557+ "aggregate" if the compilation and its resulting copyright are not
558+ used to limit the access or legal rights of the compilation's users
559+ beyond what the individual works permit. Inclusion of a covered work
560+ in an aggregate does not cause this License to apply to the other
561+ parts of the aggregate.
562+ .
563+ 6. Conveying Non-Source Forms.
564+ .
565+ You may convey a covered work in object code form under the terms
566+ of sections 4 and 5, provided that you also convey the
567+ machine-readable Corresponding Source under the terms of this License,
568+ in one of these ways:
569+ .
570+ a) Convey the object code in, or embodied in, a physical product
571+ (including a physical distribution medium), accompanied by the
572+ Corresponding Source fixed on a durable physical medium
573+ customarily used for software interchange.
574+ .
575+ b) Convey the object code in, or embodied in, a physical product
576+ (including a physical distribution medium), accompanied by a
577+ written offer, valid for at least three years and valid for as
578+ long as you offer spare parts or customer support for that product
579+ model, to give anyone who possesses the object code either (1) a
580+ copy of the Corresponding Source for all the software in the
581+ product that is covered by this License, on a durable physical
582+ medium customarily used for software interchange, for a price no
583+ more than your reasonable cost of physically performing this
584+ conveying of source, or (2) access to copy the
585+ Corresponding Source from a network server at no charge.
586+ .
587+ c) Convey individual copies of the object code with a copy of the
588+ written offer to provide the Corresponding Source. This
589+ alternative is allowed only occasionally and noncommercially, and
590+ only if you received the object code with such an offer, in accord
591+ with subsection 6b.
592+ .
593+ d) Convey the object code by offering access from a designated
594+ place (gratis or for a charge), and offer equivalent access to the
595+ Corresponding Source in the same way through the same place at no
596+ further charge. You need not require recipients to copy the
597+ Corresponding Source along with the object code. If the place to
598+ copy the object code is a network server, the Corresponding Source
599+ may be on a different server (operated by you or a third party)
600+ that supports equivalent copying facilities, provided you maintain
601+ clear directions next to the object code saying where to find the
602+ Corresponding Source. Regardless of what server hosts the
603+ Corresponding Source, you remain obligated to ensure that it is
604+ available for as long as needed to satisfy these requirements.
605+ .
606+ e) Convey the object code using peer-to-peer transmission, provided
607+ you inform other peers where the object code and Corresponding
608+ Source of the work are being offered to the general public at no
609+ charge under subsection 6d.
610+ .
611+ A separable portion of the object code, whose source code is excluded
612+ from the Corresponding Source as a System Library, need not be
613+ included in conveying the object code work.
614+ .
615+ A "User Product" is either (1) a "consumer product", which means any
616+ tangible personal property which is normally used for personal, family,
617+ or household purposes, or (2) anything designed or sold for incorporation
618+ into a dwelling. In determining whether a product is a consumer product,
619+ doubtful cases shall be resolved in favor of coverage. For a particular
620+ product received by a particular user, "normally used" refers to a
621+ typical or common use of that class of product, regardless of the status
622+ of the particular user or of the way in which the particular user
623+ actually uses, or expects or is expected to use, the product. A product
624+ is a consumer product regardless of whether the product has substantial
625+ commercial, industrial or non-consumer uses, unless such uses represent
626+ the only significant mode of use of the product.
627+ .
628+ "Installation Information" for a User Product means any methods,
629+ procedures, authorization keys, or other information required to install
630+ and execute modified versions of a covered work in that User Product from
631+ a modified version of its Corresponding Source. The information must
632+ suffice to ensure that the continued functioning of the modified object
633+ code is in no case prevented or interfered with solely because
634+ modification has been made.
635+ .
636+ If you convey an object code work under this section in, or with, or
637+ specifically for use in, a User Product, and the conveying occurs as
638+ part of a transaction in which the right of possession and use of the
639+ User Product is transferred to the recipient in perpetuity or for a
640+ fixed term (regardless of how the transaction is characterized), the
641+ Corresponding Source conveyed under this section must be accompanied
642+ by the Installation Information. But this requirement does not apply
643+ if neither you nor any third party retains the ability to install
644+ modified object code on the User Product (for example, the work has
645+ been installed in ROM).
646+ .
647+ The requirement to provide Installation Information does not include a
648+ requirement to continue to provide support service, warranty, or updates
649+ for a work that has been modified or installed by the recipient, or for
650+ the User Product in which it has been modified or installed. Access to a
651+ network may be denied when the modification itself materially and
652+ adversely affects the operation of the network or violates the rules and
653+ protocols for communication across the network.
654+ .
655+ Corresponding Source conveyed, and Installation Information provided,
656+ in accord with this section must be in a format that is publicly
657+ documented (and with an implementation available to the public in
658+ source code form), and must require no special password or key for
659+ unpacking, reading or copying.
660+ .
661+ 7. Additional Terms.
662+ .
663+ "Additional permissions" are terms that supplement the terms of this
664+ License by making exceptions from one or more of its conditions.
665+ Additional permissions that are applicable to the entire Program shall
666+ be treated as though they were included in this License, to the extent
667+ that they are valid under applicable law. If additional permissions
668+ apply only to part of the Program, that part may be used separately
669+ under those permissions, but the entire Program remains governed by
670+ this License without regard to the additional permissions.
671+ .
672+ When you convey a copy of a covered work, you may at your option
673+ remove any additional permissions from that copy, or from any part of
674+ it. (Additional permissions may be written to require their own
675+ removal in certain cases when you modify the work.) You may place
676+ additional permissions on material, added by you to a covered work,
677+ for which you have or can give appropriate copyright permission.
678+ .
679+ Notwithstanding any other provision of this License, for material you
680+ add to a covered work, you may (if authorized by the copyright holders of
681+ that material) supplement the terms of this License with terms:
682+ .
683+ a) Disclaiming warranty or limiting liability differently from the
684+ terms of sections 15 and 16 of this License; or
685+ .
686+ b) Requiring preservation of specified reasonable legal notices or
687+ author attributions in that material or in the Appropriate Legal
688+ Notices displayed by works containing it; or
689+ .
690+ c) Prohibiting misrepresentation of the origin of that material, or
691+ requiring that modified versions of such material be marked in
692+ reasonable ways as different from the original version; or
693+ .
694+ d) Limiting the use for publicity purposes of names of licensors or
695+ authors of the material; or
696+ .
697+ e) Declining to grant rights under trademark law for use of some
698+ trade names, trademarks, or service marks; or
699+ .
700+ f) Requiring indemnification of licensors and authors of that
701+ material by anyone who conveys the material (or modified versions of
702+ it) with contractual assumptions of liability to the recipient, for
703+ any liability that these contractual assumptions directly impose on
704+ those licensors and authors.
705+ .
706+ All other non-permissive additional terms are considered "further
707+ restrictions" within the meaning of section 10. If the Program as you
708+ received it, or any part of it, contains a notice stating that it is
709+ governed by this License along with a term that is a further
710+ restriction, you may remove that term. If a license document contains
711+ a further restriction but permits relicensing or conveying under this
712+ License, you may add to a covered work material governed by the terms
713+ of that license document, provided that the further restriction does
714+ not survive such relicensing or conveying.
715+ .
716+ If you add terms to a covered work in accord with this section, you
717+ must place, in the relevant source files, a statement of the
718+ additional terms that apply to those files, or a notice indicating
719+ where to find the applicable terms.
720+ .
721+ Additional terms, permissive or non-permissive, may be stated in the
722+ form of a separately written license, or stated as exceptions;
723+ the above requirements apply either way.
724+ .
725+ 8. Termination.
726+ .
727+ You may not propagate or modify a covered work except as expressly
728+ provided under this License. Any attempt otherwise to propagate or
729+ modify it is void, and will automatically terminate your rights under
730+ this License (including any patent licenses granted under the third
731+ paragraph of section 11).
732+ .
733+ However, if you cease all violation of this License, then your
734+ license from a particular copyright holder is reinstated (a)
735+ provisionally, unless and until the copyright holder explicitly and
736+ finally terminates your license, and (b) permanently, if the copyright
737+ holder fails to notify you of the violation by some reasonable means
738+ prior to 60 days after the cessation.
739+ .
740+ Moreover, your license from a particular copyright holder is
741+ reinstated permanently if the copyright holder notifies you of the
742+ violation by some reasonable means, this is the first time you have
743+ received notice of violation of this License (for any work) from that
744+ copyright holder, and you cure the violation prior to 30 days after
745+ your receipt of the notice.
746+ .
747+ Termination of your rights under this section does not terminate the
748+ licenses of parties who have received copies or rights from you under
749+ this License. If your rights have been terminated and not permanently
750+ reinstated, you do not qualify to receive new licenses for the same
751+ material under section 10.
752+ .
753+ 9. Acceptance Not Required for Having Copies.
754+ .
755+ You are not required to accept this License in order to receive or
756+ run a copy of the Program. Ancillary propagation of a covered work
757+ occurring solely as a consequence of using peer-to-peer transmission
758+ to receive a copy likewise does not require acceptance. However,
759+ nothing other than this License grants you permission to propagate or
760+ modify any covered work. These actions infringe copyright if you do
761+ not accept this License. Therefore, by modifying or propagating a
762+ covered work, you indicate your acceptance of this License to do so.
763+ .
764+ 10. Automatic Licensing of Downstream Recipients.
765+ .
766+ Each time you convey a covered work, the recipient automatically
767+ receives a license from the original licensors, to run, modify and
768+ propagate that work, subject to this License. You are not responsible
769+ for enforcing compliance by third parties with this License.
770+ .
771+ An "entity transaction" is a transaction transferring control of an
772+ organization, or substantially all assets of one, or subdividing an
773+ organization, or merging organizations. If propagation of a covered
774+ work results from an entity transaction, each party to that
775+ transaction who receives a copy of the work also receives whatever
776+ licenses to the work the party's predecessor in interest had or could
777+ give under the previous paragraph, plus a right to possession of the
778+ Corresponding Source of the work from the predecessor in interest, if
779+ the predecessor has it or can get it with reasonable efforts.
780+ .
781+ You may not impose any further restrictions on the exercise of the
782+ rights granted or affirmed under this License. For example, you may
783+ not impose a license fee, royalty, or other charge for exercise of
784+ rights granted under this License, and you may not initiate litigation
785+ (including a cross-claim or counterclaim in a lawsuit) alleging that
786+ any patent claim is infringed by making, using, selling, offering for
787+ sale, or importing the Program or any portion of it.
788+ .
789+ 11. Patents.
790+ .
791+ A "contributor" is a copyright holder who authorizes use under this
792+ License of the Program or a work on which the Program is based. The
793+ work thus licensed is called the contributor's "contributor version".
794+ .
795+ A contributor's "essential patent claims" are all patent claims
796+ owned or controlled by the contributor, whether already acquired or
797+ hereafter acquired, that would be infringed by some manner, permitted
798+ by this License, of making, using, or selling its contributor version,
799+ but do not include claims that would be infringed only as a
800+ consequence of further modification of the contributor version. For
801+ purposes of this definition, "control" includes the right to grant
802+ patent sublicenses in a manner consistent with the requirements of
803+ this License.
804+ .
805+ Each contributor grants you a non-exclusive, worldwide, royalty-free
806+ patent license under the contributor's essential patent claims, to
807+ make, use, sell, offer for sale, import and otherwise run, modify and
808+ propagate the contents of its contributor version.
809+ .
810+ In the following three paragraphs, a "patent license" is any express
811+ agreement or commitment, however denominated, not to enforce a patent
812+ (such as an express permission to practice a patent or covenant not to
813+ sue for patent infringement). To "grant" such a patent license to a
814+ party means to make such an agreement or commitment not to enforce a
815+ patent against the party.
816+ .
817+ If you convey a covered work, knowingly relying on a patent license,
818+ and the Corresponding Source of the work is not available for anyone
819+ to copy, free of charge and under the terms of this License, through a
820+ publicly available network server or other readily accessible means,
821+ then you must either (1) cause the Corresponding Source to be so
822+ available, or (2) arrange to deprive yourself of the benefit of the
823+ patent license for this particular work, or (3) arrange, in a manner
824+ consistent with the requirements of this License, to extend the patent
825+ license to downstream recipients. "Knowingly relying" means you have
826+ actual knowledge that, but for the patent license, your conveying the
827+ covered work in a country, or your recipient's use of the covered work
828+ in a country, would infringe one or more identifiable patents in that
829+ country that you have reason to believe are valid.
830+ .
831+ If, pursuant to or in connection with a single transaction or
832+ arrangement, you convey, or propagate by procuring conveyance of, a
833+ covered work, and grant a patent license to some of the parties
834+ receiving the covered work authorizing them to use, propagate, modify
835+ or convey a specific copy of the covered work, then the patent license
836+ you grant is automatically extended to all recipients of the covered
837+ work and works based on it.
838+ .
839+ A patent license is "discriminatory" if it does not include within
840+ the scope of its coverage, prohibits the exercise of, or is
841+ conditioned on the non-exercise of one or more of the rights that are
842+ specifically granted under this License. You may not convey a covered
843+ work if you are a party to an arrangement with a third party that is
844+ in the business of distributing software, under which you make payment
845+ to the third party based on the extent of your activity of conveying
846+ the work, and under which the third party grants, to any of the
847+ parties who would receive the covered work from you, a discriminatory
848+ patent license (a) in connection with copies of the covered work
849+ conveyed by you (or copies made from those copies), or (b) primarily
850+ for and in connection with specific products or compilations that
851+ contain the covered work, unless you entered into that arrangement,
852+ or that patent license was granted, prior to 28 March 2007.
853+ .
854+ Nothing in this License shall be construed as excluding or limiting
855+ any implied license or other defenses to infringement that may
856+ otherwise be available to you under applicable patent law.
857+ .
858+ 12. No Surrender of Others' Freedom.
859+ .
860+ If conditions are imposed on you (whether by court order, agreement or
861+ otherwise) that contradict the conditions of this License, they do not
862+ excuse you from the conditions of this License. If you cannot convey a
863+ covered work so as to satisfy simultaneously your obligations under this
864+ License and any other pertinent obligations, then as a consequence you may
865+ not convey it at all. For example, if you agree to terms that obligate you
866+ to collect a royalty for further conveying from those to whom you convey
867+ the Program, the only way you could satisfy both those terms and this
868+ License would be to refrain entirely from conveying the Program.
869+ .
870+ 13. Remote Network Interaction; Use with the GNU General Public License.
871+ .
872+ Notwithstanding any other provision of this License, if you modify the
873+ Program, your modified version must prominently offer all users
874+ interacting with it remotely through a computer network (if your version
875+ supports such interaction) an opportunity to receive the Corresponding
876+ Source of your version by providing access to the Corresponding Source
877+ from a network server at no charge, through some standard or customary
878+ means of facilitating copying of software. This Corresponding Source
879+ shall include the Corresponding Source for any work covered by version 3
880+ of the GNU General Public License that is incorporated pursuant to the
881+ following paragraph.
882+ .
883+ Notwithstanding any other provision of this License, you have
884+ permission to link or combine any covered work with a work licensed
885+ under version 3 of the GNU General Public License into a single
886+ combined work, and to convey the resulting work. The terms of this
887+ License will continue to apply to the part which is the covered work,
888+ but the work with which it is combined will remain governed by version
889+ 3 of the GNU General Public License.
890+ .
891+ 14. Revised Versions of this License.
892+ .
893+ The Free Software Foundation may publish revised and/or new versions of
894+ the GNU Affero General Public License from time to time. Such new versions
895+ will be similar in spirit to the present version, but may differ in detail to
896+ address new problems or concerns.
897+ .
898+ Each version is given a distinguishing version number. If the
899+ Program specifies that a certain numbered version of the GNU Affero General
900+ Public License "or any later version" applies to it, you have the
901+ option of following the terms and conditions either of that numbered
902+ version or of any later version published by the Free Software
903+ Foundation. If the Program does not specify a version number of the
904+ GNU Affero General Public License, you may choose any version ever published
905+ by the Free Software Foundation.
906+ .
907+ If the Program specifies that a proxy can decide which future
908+ versions of the GNU Affero General Public License can be used, that proxy's
909+ public statement of acceptance of a version permanently authorizes you
910+ to choose that version for the Program.
911+ .
912+ Later license versions may give you additional or different
913+ permissions. However, no additional obligations are imposed on any
914+ author or copyright holder as a result of your choosing to follow a
915+ later version.
916+ .
917+ 15. Disclaimer of Warranty.
918+ .
919+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
920+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
921+ HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
922+ OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
923+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
924+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
925+ IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
926+ ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
927+ .
928+ 16. Limitation of Liability.
929+ .
930+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
931+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
932+ THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
933+ GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
934+ USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
935+ DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
936+ PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
937+ EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
938+ SUCH DAMAGES.
939+ .
940+ 17. Interpretation of Sections 15 and 16.
941+ .
942+ If the disclaimer of warranty and limitation of liability provided
943+ above cannot be given local legal effect according to their terms,
944+ reviewing courts shall apply local law that most closely approximates
945+ an absolute waiver of all civil liability in connection with the
946+ Program, unless a warranty or assumption of liability accompanies a
947+ copy of the Program in return for a fee.
948+ .
949+ END OF TERMS AND CONDITIONS
950+ .
951+ How to Apply These Terms to Your New Programs
952+ .
953+ If you develop a new program, and you want it to be of the greatest
954+ possible use to the public, the best way to achieve this is to make it
955+ free software which everyone can redistribute and change under these terms.
956+ .
957+ To do so, attach the following notices to the program. It is safest
958+ to attach them to the start of each source file to most effectively
959+ state the exclusion of warranty; and each file should have at least
960+ the "copyright" line and a pointer to where the full notice is found.
961+ .
962+ <one line to give the program's name and a brief idea of what it does.>
963+ Copyright (C) <year> <name of author>
964+ .
965+ This program is free software: you can redistribute it and/or modify
966+ it under the terms of the GNU Affero General Public License as published by
967+ the Free Software Foundation, either version 3 of the License, or
968+ (at your option) any later version.
969+ .
970+ This program is distributed in the hope that it will be useful,
971+ but WITHOUT ANY WARRANTY; without even the implied warranty of
972+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
973+ GNU Affero General Public License for more details.
974+ .
975+ You should have received a copy of the GNU Affero General Public License
976+ along with this program. If not, see <http://www.gnu.org/licenses/>.
977+ .
978+ Also add information on how to contact you by electronic and paper mail.
979+ .
980+ If your software can interact with users remotely through a computer
981+ network, you should also make sure that it provides a way for users to
982+ get its source. For example, if your program is a web application, its
983+ interface could display a "Source" link that leads users to an archive
984+ of the code. There are many ways you could offer source, and different
985+ solutions will be better for different programs; see section 13 for the
986+ specific requirements.
987+ .
988+ You should also get your employer (if you work as a programmer) or school,
989+ if any, to sign a "copyright disclaimer" for the program, if necessary.
990+ For more information on this, and how to apply and follow the GNU AGPL, see
991+ <http://www.gnu.org/licenses/>.
992
993=== added file 'debian/docs'
994--- debian/docs 1970-01-01 00:00:00 +0000
995+++ debian/docs 2016-01-24 19:17:05 +0000
996@@ -0,0 +1,1 @@
997+README.rst
998
999=== added file 'debian/juju-quickstart.desktop'
1000--- debian/juju-quickstart.desktop 1970-01-01 00:00:00 +0000
1001+++ debian/juju-quickstart.desktop 2016-01-24 19:17:05 +0000
1002@@ -0,0 +1,13 @@
1003+[Desktop Entry]
1004+Name=Juju Quickstart
1005+Comment=Easy configuration of Juju environments
1006+Exec=juju-quickstart
1007+Icon=juju-quickstart
1008+Terminal=true
1009+Type=Application
1010+StartupNotify=true
1011+Categories=GNOME;GTK;Settings;X-GNOME-SystemSettings;X-GNOME-Settings-Panel;X-Unity-Settings-Panel;
1012+OnlyShowIn=GNOME;Unity;
1013+X-Unity-Settings-Panel=juju-quickstart
1014+X-GNOME-Settings-Panel=juju-quickstart
1015+X-Ubuntu-Gettext-Domain=juju-quickstart
1016
1017=== added file 'debian/juju-quickstart.install'
1018--- debian/juju-quickstart.install 1970-01-01 00:00:00 +0000
1019+++ debian/juju-quickstart.install 2016-01-24 19:17:05 +0000
1020@@ -0,0 +1,3 @@
1021+quickstart/* /usr/share/pyshared/quickstart
1022+debian/juju-quickstart.desktop /usr/share/applications/
1023+debian/juju-quickstart.svg /usr/share/icons/hicolor/scalable/apps/
1024
1025=== added file 'debian/juju-quickstart.svg'
1026--- debian/juju-quickstart.svg 1970-01-01 00:00:00 +0000
1027+++ debian/juju-quickstart.svg 2016-01-24 19:17:05 +0000
1028@@ -0,0 +1,257 @@
1029+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
1030+<!-- Created with Inkscape (http://www.inkscape.org/) -->
1031+
1032+<svg
1033+ xmlns:dc="http://purl.org/dc/elements/1.1/"
1034+ xmlns:cc="http://creativecommons.org/ns#"
1035+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1036+ xmlns:svg="http://www.w3.org/2000/svg"
1037+ xmlns="http://www.w3.org/2000/svg"
1038+ xmlns:xlink="http://www.w3.org/1999/xlink"
1039+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
1040+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
1041+ width="96"
1042+ height="96"
1043+ id="svg6517"
1044+ version="1.1"
1045+ inkscape:version="0.48+devel r12277"
1046+ sodipodi:docname="juju_gui.svg">
1047+ <defs
1048+ id="defs6519">
1049+ <linearGradient
1050+ id="linearGradient4123">
1051+ <stop
1052+ style="stop-color:#dd4814;stop-opacity:1;"
1053+ offset="0"
1054+ id="stop4125" />
1055+ <stop
1056+ style="stop-color:#ef774d;stop-opacity:1;"
1057+ offset="1"
1058+ id="stop4127" />
1059+ </linearGradient>
1060+ <linearGradient
1061+ id="linearGradient4176">
1062+ <stop
1063+ id="stop4178"
1064+ offset="0"
1065+ style="stop-color:#505050;stop-opacity:1;" />
1066+ <stop
1067+ id="stop4180"
1068+ offset="1"
1069+ style="stop-color:#646464;stop-opacity:1;" />
1070+ </linearGradient>
1071+ <clipPath
1072+ clipPathUnits="userSpaceOnUse"
1073+ id="clipPath4046-4">
1074+ <g
1075+ style="fill:#ff00ff;fill-opacity:1;stroke:none"
1076+ inkscape:label="Layer 1"
1077+ id="g4048-1"
1078+ transform="matrix(0,-0.69444445,0.69379664,0,36.812604,681)">
1079+ <path
1080+ sodipodi:nodetypes="sssssssss"
1081+ inkscape:connector-curvature="0"
1082+ id="path4050-4"
1083+ d="m 46.702703,898.22775 50.594594,0 C 138.16216,898.22775 144,904.06497 144,944.92583 l 0,50.73846 c 0,40.86071 -5.83784,46.69791 -46.702703,46.69791 l -50.594594,0 C 5.8378378,1042.3622 0,1036.525 0,995.66429 l 0,-50.73846 c 0,-40.86086 5.8378378,-46.69808 46.702703,-46.69808 z"
1084+ style="fill:#ff00ff;fill-opacity:1;stroke:none;display:inline" />
1085+ </g>
1086+ </clipPath>
1087+ <linearGradient
1088+ inkscape:collect="always"
1089+ xlink:href="#Background"
1090+ id="linearGradient6461-2"
1091+ gradientUnits="userSpaceOnUse"
1092+ x1="0"
1093+ y1="970.29498"
1094+ x2="144"
1095+ y2="970.29498"
1096+ gradientTransform="matrix(0,-0.66666669,0.6660448,0,-866.25992,731.29077)" />
1097+ <linearGradient
1098+ id="Background">
1099+ <stop
1100+ id="stop4178-8"
1101+ offset="0"
1102+ style="stop-color:#b8b8b8;stop-opacity:1" />
1103+ <stop
1104+ id="stop4180-1"
1105+ offset="1"
1106+ style="stop-color:#c9c9c9;stop-opacity:1" />
1107+ </linearGradient>
1108+ <filter
1109+ style="color-interpolation-filters:sRGB"
1110+ inkscape:label="Inner Shadow"
1111+ id="filter1121">
1112+ <feFlood
1113+ flood-opacity="0.59999999999999998"
1114+ flood-color="rgb(0,0,0)"
1115+ result="flood"
1116+ id="feFlood1123" />
1117+ <feComposite
1118+ in="flood"
1119+ in2="SourceGraphic"
1120+ operator="out"
1121+ result="composite1"
1122+ id="feComposite1125" />
1123+ <feGaussianBlur
1124+ in="composite1"
1125+ stdDeviation="1"
1126+ result="blur"
1127+ id="feGaussianBlur1127" />
1128+ <feOffset
1129+ dx="0"
1130+ dy="2"
1131+ result="offset"
1132+ id="feOffset1129" />
1133+ <feComposite
1134+ in="offset"
1135+ in2="SourceGraphic"
1136+ operator="atop"
1137+ result="composite2"
1138+ id="feComposite1131" />
1139+ </filter>
1140+ <filter
1141+ style="color-interpolation-filters:sRGB"
1142+ inkscape:label="Drop Shadow"
1143+ id="filter950">
1144+ <feFlood
1145+ flood-opacity="0.25"
1146+ flood-color="rgb(0,0,0)"
1147+ result="flood"
1148+ id="feFlood952" />
1149+ <feComposite
1150+ in="flood"
1151+ in2="SourceGraphic"
1152+ operator="in"
1153+ result="composite1"
1154+ id="feComposite954" />
1155+ <feGaussianBlur
1156+ in="composite1"
1157+ stdDeviation="1"
1158+ result="blur"
1159+ id="feGaussianBlur956" />
1160+ <feOffset
1161+ dx="0"
1162+ dy="1"
1163+ result="offset"
1164+ id="feOffset958" />
1165+ <feComposite
1166+ in="SourceGraphic"
1167+ in2="offset"
1168+ operator="over"
1169+ result="composite2"
1170+ id="feComposite960" />
1171+ </filter>
1172+ <clipPath
1173+ clipPathUnits="userSpaceOnUse"
1174+ id="clipPath6452">
1175+ <path
1176+ inkscape:connector-curvature="0"
1177+ id="path6454"
1178+ d="m 668,615 0,33 82,0 L 750,615 z m 24,17 0,-13 18.16435,-0.0804 0,13 L 726,632 l 0,13 -17.94589,0 0,-13"
1179+ style="color:#000000;fill:#00ffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
1180+ sodipodi:nodetypes="ccccccccccccc" />
1181+ </clipPath>
1182+ <clipPath
1183+ clipPathUnits="userSpaceOnUse"
1184+ id="clipPath1431">
1185+ <path
1186+ inkscape:connector-curvature="0"
1187+ id="path1433"
1188+ d="m 668,615 0,33 82,0 L 750,615 z m 24,17 0,-13 14.62581,0 0,13 19.37419,0 0,13 -14.72903,0 0,-13"
1189+ style="color:#000000;fill:#00ffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
1190+ sodipodi:nodetypes="ccccccccccccc" />
1191+ </clipPath>
1192+ </defs>
1193+ <sodipodi:namedview
1194+ id="base"
1195+ pagecolor="#ffffff"
1196+ bordercolor="#666666"
1197+ borderopacity="1.0"
1198+ inkscape:pageopacity="0.0"
1199+ inkscape:pageshadow="2"
1200+ inkscape:zoom="1.335144"
1201+ inkscape:cx="-376.94629"
1202+ inkscape:cy="67.615404"
1203+ inkscape:document-units="px"
1204+ inkscape:current-layer="use3202-7"
1205+ showgrid="false"
1206+ fit-margin-top="0"
1207+ fit-margin-left="0"
1208+ fit-margin-right="0"
1209+ fit-margin-bottom="0"
1210+ inkscape:window-width="1920"
1211+ inkscape:window-height="1029"
1212+ inkscape:window-x="0"
1213+ inkscape:window-y="24"
1214+ inkscape:window-maximized="1">
1215+ <inkscape:grid
1216+ type="xygrid"
1217+ id="grid891" />
1218+ </sodipodi:namedview>
1219+ <metadata
1220+ id="metadata6522">
1221+ <rdf:RDF>
1222+ <cc:Work
1223+ rdf:about="">
1224+ <dc:format>image/svg+xml</dc:format>
1225+ <dc:type
1226+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
1227+ <dc:title></dc:title>
1228+ </cc:Work>
1229+ </rdf:RDF>
1230+ </metadata>
1231+ <g
1232+ inkscape:label="Layer 1"
1233+ inkscape:groupmode="layer"
1234+ id="layer1"
1235+ transform="translate(268,-635.29076)">
1236+ <g
1237+ id="use3202-7"
1238+ style="display:inline"
1239+ transform="matrix(0.96000003,0,0,0.96000003,-901.60002,77.530748)">
1240+ <path
1241+ sodipodi:nodetypes="sssssssss"
1242+ inkscape:connector-curvature="0"
1243+ id="path6455"
1244+ d="m 46.702703,898.22775 50.594594,0 C 138.16216,898.22775 144,904.06497 144,944.92583 l 0,50.73846 c 0,40.86071 -5.83784,46.69791 -46.702703,46.69791 l -50.594594,0 C 5.8378378,1042.3622 0,1036.525 0,995.66429 L 0,944.92583 C 0,904.06497 5.8378378,898.22775 46.702703,898.22775 Z"
1245+ style="fill:#dd4814;fill-opacity:1;stroke:none;display:inline;filter:url(#filter1121)"
1246+ transform="matrix(0.69444445,0,0,0.69379664,660,-42.187394)" />
1247+ <g
1248+ id="g921"
1249+ style="">
1250+ <path
1251+ transform="matrix(1.0416666,0,0,1.0416666,660,580.99999)"
1252+ d="m 24,78 c 0,1.104569 -0.895431,2 -2,2 -1.104569,0 -2,-0.895431 -2,-2 0,-1.104569 0.895431,-2 2,-2 C 23.104569,76 24,76.895431 24,78 Z"
1253+ sodipodi:ry="2"
1254+ sodipodi:rx="2"
1255+ sodipodi:cy="78"
1256+ sodipodi:cx="22"
1257+ id="path911"
1258+ style="opacity:1;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
1259+ sodipodi:type="arc" />
1260+ <path
1261+ sodipodi:nodetypes="cssssc"
1262+ inkscape:connector-curvature="0"
1263+ id="rect913"
1264+ transform="matrix(1.0416666,0,0,1.0416666,660,580.99999)"
1265+ d="m 35,56 0,10 c 0,3.324003 2.675997,6 6,6 l 1,0 c 3.324003,0 6,-2.675997 6,-6 l 0,-10"
1266+ style="color:#000000;fill:none;stroke:#ffffff;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
1267+ <path
1268+ style="color:#000000;fill:none;stroke:#ffffff;stroke-width:4.16666651;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
1269+ d="m 682.91668,658.08331 0,-25.00001 c 0,-3.4625 2.7875,-6.25 6.25,-6.25 l 1.04167,0 c 3.4625,0 6.25,2.7875 6.25,6.25 l 0,4.16668"
1270+ id="path919"
1271+ inkscape:connector-curvature="0"
1272+ sodipodi:nodetypes="cssssc" />
1273+ </g>
1274+ <use
1275+ x="0"
1276+ y="0"
1277+ xlink:href="#g921"
1278+ id="use926"
1279+ transform="translate(27.083334,-27.08333)"
1280+ width="96"
1281+ height="96"
1282+ style="" />
1283+ </g>
1284+ </g>
1285+</svg>
1286
1287=== added file 'debian/pydist-overrides'
1288--- debian/pydist-overrides 1970-01-01 00:00:00 +0000
1289+++ debian/pydist-overrides 2016-01-24 19:17:05 +0000
1290@@ -0,0 +1,1 @@
1291+websocket-client python-websocket
1292
1293=== added file 'debian/rules'
1294--- debian/rules 1970-01-01 00:00:00 +0000
1295+++ debian/rules 2016-01-24 19:17:05 +0000
1296@@ -0,0 +1,22 @@
1297+#!/usr/bin/make -f
1298+# -*- makefile -*-
1299+# Sample debian/rules that uses debhelper.
1300+# This file was originally written by Joey Hess and Craig Small.
1301+# As a special exception, when this file is copied by dh-make into a
1302+# dh-make output file, you may use that output file without restriction.
1303+# This special exception was added by Craig Small in version 0.37 of dh-make.
1304+
1305+# Uncomment this to turn on verbose mode.
1306+#export DH_VERBOSE=1
1307+
1308+%:
1309+ dh $@ --with python2 --buildsystem=python_distutils
1310+
1311+override_dh_auto_test:
1312+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
1313+ set -e; for ver in $(shell pyversions -rv); do \
1314+ nosetests-$$ver quickstart; \
1315+ done;
1316+else
1317+ @echo "** tests disabled"
1318+endif

Subscribers

People subscribed via source and target branches

to all changes: