Merge lp:~dholbach/help-app/1428618 into lp:~ubuntu-touch-coreapps-drivers/help-app/trunk
- 1428618
- Merge into trunk
Proposed by
Daniel Holbach
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | 70 | ||||
Proposed branch: | lp:~dholbach/help-app/1428618 | ||||
Merge into: | lp:~ubuntu-touch-coreapps-drivers/help-app/trunk | ||||
Diff against target: |
454 lines (+417/-0) 7 files modified
debian/changelog (+5/-0) debian/compat (+1/-0) debian/control (+23/-0) debian/copyright (+370/-0) debian/rules (+16/-0) debian/source/format (+1/-0) debian/ubuntu-devices-help-web.docs (+1/-0) |
||||
To merge this branch: | bzr merge lp:~dholbach/help-app/1428618 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Nicholas Skaggs (community) | Approve | ||
Review via email: mp+251931@code.launchpad.net |
Commit message
Description of the change
Package ubuntu-devices-help to make it easier to deploy (create daily build, create cronjob on server to download, unpack and copy over package contents).
To post a comment you must log in.
Revision history for this message
Nicholas Skaggs (nskaggs) wrote : | # |
Revision history for this message
Daniel Holbach (dholbach) wrote : | # |
Yes, I know. We may be able to weed this out when we clean up the theme. I can imagine that they're not even needed.
I would suggest leaving this there for now, as the package is not intended to go into the archive, but just a PPA, so we can distribute the built HTML files (via daily build) onto the server easily.
If you feel differently I can look at fixing those issues.
Revision history for this message
Nicholas Skaggs (nskaggs) wrote : | # |
+1. Thanks for answering my questions :-)
review:
Approve
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 2015-03-05 13:23:13 +0000 |
5 | @@ -0,0 +1,5 @@ |
6 | +ubuntu-devices-help (0.1) vivid; urgency=low |
7 | + |
8 | + * Initial Release. |
9 | + |
10 | + -- Daniel Holbach <daniel.holbach@ubuntu.com> Thu, 05 Mar 2015 13:50:22 +0100 |
11 | |
12 | === added file 'debian/compat' |
13 | --- debian/compat 1970-01-01 00:00:00 +0000 |
14 | +++ debian/compat 2015-03-05 13:23:13 +0000 |
15 | @@ -0,0 +1,1 @@ |
16 | +9 |
17 | |
18 | === added file 'debian/control' |
19 | --- debian/control 1970-01-01 00:00:00 +0000 |
20 | +++ debian/control 2015-03-05 13:23:13 +0000 |
21 | @@ -0,0 +1,23 @@ |
22 | +Source: ubuntu-devices-help |
23 | +Section: doc |
24 | +Priority: optional |
25 | +Maintainer: Daniel Holbach <daniel.holbach@ubuntu.com> |
26 | +Build-Depends: bzr, |
27 | + debhelper (>= 9), |
28 | + po4a, |
29 | + python-pelican, |
30 | + python3-polib, |
31 | +# ubuntu-html5-ui-toolkit |
32 | +Standards-Version: 3.9.6 |
33 | +Homepage: https://launchpad.net/ubuntu-devices-help |
34 | + |
35 | +Package: ubuntu-devices-help-web |
36 | +Architecture: all |
37 | +Depends: ${misc:Depends} |
38 | +Description: Help for Ubuntu devices - web version |
39 | + Tips, tricks and FAQ for Ubuntu devices. Web version. |
40 | + |
41 | +#Package: ubuntu-devices-help-phone |
42 | +#Architecture: all |
43 | +#Description: Help for Ubuntu devices - phone version |
44 | +# Tips, tricks and FAQ for Ubuntu devices. Web version. |
45 | |
46 | === added file 'debian/copyright' |
47 | --- debian/copyright 1970-01-01 00:00:00 +0000 |
48 | +++ debian/copyright 2015-03-05 13:23:13 +0000 |
49 | @@ -0,0 +1,370 @@ |
50 | +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ |
51 | +Upstream-Name: ubuntu-packaging-guide |
52 | +Upstream-Contact: Ubuntu Developers |
53 | +Source: http://launchpad.net/ubuntu-packaging-guide |
54 | + |
55 | +Files: * |
56 | +Copyright: 2015, Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
57 | +License: CC-BY-SA-3.0 |
58 | + |
59 | +Files: edit-here/themes/web/static/js/respond.min.js |
60 | +Copyright: 2013, Scott Jehl |
61 | +License: MIT |
62 | + |
63 | +License: CC-BY-SA-3.0 |
64 | + Attribution-ShareAlike 3.0 Unported |
65 | + . |
66 | + CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL |
67 | + SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT |
68 | + RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" |
69 | + BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION |
70 | + PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE. |
71 | + . |
72 | + License |
73 | + . |
74 | + THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE |
75 | + COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY |
76 | + COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS |
77 | + AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. |
78 | + . |
79 | + BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE |
80 | + BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE |
81 | + CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE |
82 | + IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. |
83 | + . |
84 | + 1. Definitions |
85 | + . |
86 | + a. "Adaptation" means a work based upon the Work, or upon the Work and other |
87 | + pre-existing works, such as a translation, adaptation, derivative work, |
88 | + arrangement of music or other alterations of a literary or artistic work, |
89 | + or phonogram or performance and includes cinematographic adaptations or |
90 | + any other form in which the Work may be recast, transformed, or adapted |
91 | + including in any form recognizably derived from the original, except that |
92 | + a work that constitutes a Collection will not be considered an Adaptation |
93 | + for the purpose of this License. For the avoidance of doubt, where the |
94 | + Work is a musical work, performance or phonogram, the synchronization of |
95 | + the Work in timed-relation with a moving image ("synching") will be |
96 | + considered an Adaptation for the purpose of this License. |
97 | + b. "Collection" means a collection of literary or artistic works, such as |
98 | + encyclopedias and anthologies, or performances, phonograms or broadcasts, |
99 | + or other works or subject matter other than works listed in Section 1(f) |
100 | + below, which, by reason of the selection and arrangement of their |
101 | + contents, constitute intellectual creations, in which the Work is included |
102 | + in its entirety in unmodified form along with one or more other |
103 | + contributions, each constituting separate and independent works in |
104 | + themselves, which together are assembled into a collective whole. A work |
105 | + that constitutes a Collection will not be considered an Adaptation (as |
106 | + defined below) for the purposes of this License. |
107 | + c. "Creative Commons Compatible License" means a license that is listed at |
108 | + http://creativecommons.org/compatiblelicenses that has been approved by |
109 | + Creative Commons as being essentially equivalent to this License, |
110 | + including, at a minimum, because that license: (i) contains terms that |
111 | + have the same purpose, meaning and effect as the License Elements of this |
112 | + License; and, (ii) explicitly permits the relicensing of adaptations of |
113 | + works made available under that license under this License or a Creative |
114 | + Commons jurisdiction license with the same License Elements as this |
115 | + License. |
116 | + d. "Distribute" means to make available to the public the original and copies |
117 | + of the Work or Adaptation, as appropriate, through sale or other transfer |
118 | + of ownership. |
119 | + e. "License Elements" means the following high-level license attributes as |
120 | + selected by Licensor and indicated in the title of this License: |
121 | + Attribution, ShareAlike. |
122 | + f. "Licensor" means the individual, individuals, entity or entities that |
123 | + offer(s) the Work under the terms of this License. |
124 | + g. "Original Author" means, in the case of a literary or artistic work, the |
125 | + individual, individuals, entity or entities who created the Work or if no |
126 | + individual or entity can be identified, the publisher; and in addition (i) |
127 | + in the case of a performance the actors, singers, musicians, dancers, and |
128 | + other persons who act, sing, deliver, declaim, play in, interpret or |
129 | + otherwise perform literary or artistic works or expressions of folklore; |
130 | + (ii) in the case of a phonogram the producer being the person or legal |
131 | + entity who first fixes the sounds of a performance or other sounds; and, |
132 | + (iii) in the case of broadcasts, the organization that transmits the |
133 | + broadcast. |
134 | + h. "Work" means the literary and/or artistic work offered under the terms of |
135 | + this License including without limitation any production in the literary, |
136 | + scientific and artistic domain, whatever may be the mode or form of its |
137 | + expression including digital form, such as a book, pamphlet and other |
138 | + writing; a lecture, address, sermon or other work of the same nature; a |
139 | + dramatic or dramatico-musical work; a choreographic work or entertainment |
140 | + in dumb show; a musical composition with or without words; a |
141 | + cinematographic work to which are assimilated works expressed by a process |
142 | + analogous to cinematography; a work of drawing, painting, architecture, |
143 | + sculpture, engraving or lithography; a photographic work to which are |
144 | + assimilated works expressed by a process analogous to photography; a work |
145 | + of applied art; an illustration, map, plan, sketch or three-dimensional |
146 | + work relative to geography, topography, architecture or science; a |
147 | + performance; a broadcast; a phonogram; a compilation of data to the extent |
148 | + it is protected as a copyrightable work; or a work performed by a variety |
149 | + or circus performer to the extent it is not otherwise considered a |
150 | + literary or artistic work. |
151 | + i. "You" means an individual or entity exercising rights under this License |
152 | + who has not previously violated the terms of this License with respect to |
153 | + the Work, or who has received express permission from the Licensor to |
154 | + exercise rights under this License despite a previous violation. |
155 | + j. "Publicly Perform" means to perform public recitations of the Work and to |
156 | + communicate to the public those public recitations, by any means or |
157 | + process, including by wire or wireless means or public digital |
158 | + performances; to make available to the public Works in such a way that |
159 | + members of the public may access these Works from a place and at a place |
160 | + individually chosen by them; to perform the Work to the public by any |
161 | + means or process and the communication to the public of the performances |
162 | + of the Work, including by public digital performance; to broadcast and |
163 | + rebroadcast the Work by any means including signs, sounds or images. |
164 | + k. "Reproduce" means to make copies of the Work by any means including |
165 | + without limitation by sound or visual recordings and the right of fixation |
166 | + and reproducing fixations of the Work, including storage of a protected |
167 | + performance or phonogram in digital form or other electronic medium. |
168 | + . |
169 | + 2. Fair Dealing Rights. Nothing in this License is intended to reduce, limit, |
170 | + or restrict any uses free from copyright or rights arising from limitations or |
171 | + exceptions that are provided for in connection with the copyright protection |
172 | + under copyright law or other applicable laws. |
173 | + . |
174 | + 3. License Grant. Subject to the terms and conditions of this License, |
175 | + Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual |
176 | + (for the duration of the applicable copyright) license to exercise the rights |
177 | + in the Work as stated below: |
178 | + . |
179 | + a. to Reproduce the Work, to incorporate the Work into one or more |
180 | + Collections, and to Reproduce the Work as incorporated in the Collections; |
181 | + b. to create and Reproduce Adaptations provided that any such Adaptation, |
182 | + including any translation in any medium, takes reasonable steps to clearly |
183 | + label, demarcate or otherwise identify that changes were made to the |
184 | + original Work. For example, a translation could be marked "The original |
185 | + work was translated from English to Spanish," or a modification could |
186 | + indicate "The original work has been modified."; |
187 | + c. to Distribute and Publicly Perform the Work including as incorporated in |
188 | + Collections; and, |
189 | + d. to Distribute and Publicly Perform Adaptations. |
190 | + e. For the avoidance of doubt: |
191 | + i. Non-waivable Compulsory License Schemes. In those jurisdictions in |
192 | + which the right to collect royalties through any statutory or |
193 | + compulsory licensing scheme cannot be waived, the Licensor reserves |
194 | + the exclusive right to collect such royalties for any exercise by You |
195 | + of the rights granted under this License; |
196 | + ii. Waivable Compulsory License Schemes. In those jurisdictions in which |
197 | + the right to collect royalties through any statutory or compulsory |
198 | + licensing scheme can be waived, the Licensor waives the exclusive |
199 | + right to collect such royalties for any exercise by You of the rights |
200 | + granted under this License; and, |
201 | + iii. Voluntary License Schemes. The Licensor waives the right to collect |
202 | + royalties, whether individually or, in the event that the Licensor is |
203 | + a member of a collecting society that administers voluntary licensing |
204 | + schemes, via that society, from any exercise by You of the rights |
205 | + granted under this License. |
206 | + . |
207 | + The above rights may be exercised in all media and formats whether now known |
208 | + or hereafter devised. The above rights include the right to make such |
209 | + modifications as are technically necessary to exercise the rights in other |
210 | + media and formats. Subject to Section 8(f), all rights not expressly granted |
211 | + by Licensor are hereby reserved. |
212 | + . |
213 | + 4. Restrictions. The license granted in Section 3 above is expressly made |
214 | + subject to and limited by the following restrictions: |
215 | + . |
216 | + a. You may Distribute or Publicly Perform the Work only under the terms of |
217 | + this License. You must include a copy of, or the Uniform Resource |
218 | + Identifier (URI) for, this License with every copy of the Work You |
219 | + Distribute or Publicly Perform. You may not offer or impose any terms on |
220 | + the Work that restrict the terms of this License or the ability of the |
221 | + recipient of the Work to exercise the rights granted to that recipient |
222 | + under the terms of the License. You may not sublicense the Work. You must |
223 | + keep intact all notices that refer to this License and to the disclaimer |
224 | + of warranties with every copy of the Work You Distribute or Publicly |
225 | + Perform. When You Distribute or Publicly Perform the Work, You may not |
226 | + impose any effective technological measures on the Work that restrict the |
227 | + ability of a recipient of the Work from You to exercise the rights granted |
228 | + to that recipient under the terms of the License. This Section 4(a) |
229 | + applies to the Work as incorporated in a Collection, but this does not |
230 | + require the Collection apart from the Work itself to be made subject to |
231 | + the terms of this License. If You create a Collection, upon notice from |
232 | + any Licensor You must, to the extent practicable, remove from the |
233 | + Collection any credit as required by Section 4(c), as requested. If You |
234 | + create an Adaptation, upon notice from any Licensor You must, to the |
235 | + extent practicable, remove from the Adaptation any credit as required by |
236 | + Section 4(c), as requested. |
237 | + b. You may Distribute or Publicly Perform an Adaptation only under the terms |
238 | + of: (i) this License; (ii) a later version of this License with the same |
239 | + License Elements as this License; (iii) a Creative Commons jurisdiction |
240 | + license (either this or a later license version) that contains the same |
241 | + License Elements as this License (e.g., Attribution-ShareAlike 3.0 US)); |
242 | + (iv) a Creative Commons Compatible License. If you license the Adaptation |
243 | + under one of the licenses mentioned in (iv), you must comply with the |
244 | + terms of that license. If you license the Adaptation under the terms of |
245 | + any of the licenses mentioned in (i), (ii) or (iii) (the "Applicable |
246 | + License"), you must comply with the terms of the Applicable License |
247 | + generally and the following provisions: (I) You must include a copy of, or |
248 | + the URI for, the Applicable License with every copy of each Adaptation You |
249 | + Distribute or Publicly Perform; (II) You may not offer or impose any terms |
250 | + on the Adaptation that restrict the terms of the Applicable License or the |
251 | + ability of the recipient of the Adaptation to exercise the rights granted |
252 | + to that recipient under the terms of the Applicable License; (III) You |
253 | + must keep intact all notices that refer to the Applicable License and to |
254 | + the disclaimer of warranties with every copy of the Work as included in |
255 | + the Adaptation You Distribute or Publicly Perform; (IV) when You |
256 | + Distribute or Publicly Perform the Adaptation, You may not impose any |
257 | + effective technological measures on the Adaptation that restrict the |
258 | + ability of a recipient of the Adaptation from You to exercise the rights |
259 | + granted to that recipient under the terms of the Applicable License. This |
260 | + Section 4(b) applies to the Adaptation as incorporated in a Collection, |
261 | + but this does not require the Collection apart from the Adaptation itself |
262 | + to be made subject to the terms of the Applicable License. |
263 | + c. If You Distribute, or Publicly Perform the Work or any Adaptations or |
264 | + Collections, You must, unless a request has been made pursuant to Section |
265 | + 4(a), keep intact all copyright notices for the Work and provide, |
266 | + reasonable to the medium or means You are utilizing: (i) the name of the |
267 | + Original Author (or pseudonym, if applicable) if supplied, and/or if the |
268 | + Original Author and/or Licensor designate another party or parties (e.g., |
269 | + a sponsor institute, publishing entity, journal) for attribution |
270 | + ("Attribution Parties") in Licensor's copyright notice, terms of service |
271 | + or by other reasonable means, the name of such party or parties; (ii) the |
272 | + title of the Work if supplied; (iii) to the extent reasonably practicable, |
273 | + the URI, if any, that Licensor specifies to be associated with the Work, |
274 | + unless such URI does not refer to the copyright notice or licensing |
275 | + information for the Work; and (iv) , consistent with Ssection 3(b), in the |
276 | + case of an Adaptation, a credit identifying the use of the Work in the |
277 | + Adaptation (e.g., "French translation of the Work by Original Author," or |
278 | + "Screenplay based on original Work by Original Author"). The credit |
279 | + required by this Section 4(c) may be implemented in any reasonable manner; |
280 | + provided, however, that in the case of a Adaptation or Collection, at a |
281 | + minimum such credit will appear, if a credit for all contributing authors |
282 | + of the Adaptation or Collection appears, then as part of these credits and |
283 | + in a manner at least as prominent as the credits for the other |
284 | + contributing authors. For the avoidance of doubt, You may only use the |
285 | + credit required by this Section for the purpose of attribution in the |
286 | + manner set out above and, by exercising Your rights under this License, |
287 | + You may not implicitly or explicitly assert or imply any connection with, |
288 | + sponsorship or endorsement by the Original Author, Licensor and/or |
289 | + Attribution Parties, as appropriate, of You or Your use of the Work, |
290 | + without the separate, express prior written permission of the Original |
291 | + Author, Licensor and/or Attribution Parties. |
292 | + d. Except as otherwise agreed in writing by the Licensor or as may be |
293 | + otherwise permitted by applicable law, if You Reproduce, Distribute or |
294 | + Publicly Perform the Work either by itself or as part of any Adaptations |
295 | + or Collections, You must not distort, mutilate, modify or take other |
296 | + derogatory action in relation to the Work which would be prejudicial to |
297 | + the Original Author's honor or reputation. Licensor agrees that in those |
298 | + jurisdictions (e.g. Japan), in which any exercise of the right granted in |
299 | + Section 3(b) of this License (the right to make Adaptations) would be |
300 | + deemed to be a distortion, mutilation, modification or other derogatory |
301 | + action prejudicial to the Original Author's honor and reputation, the |
302 | + Licensor will waive or not assert, as appropriate, this Section, to the |
303 | + fullest extent permitted by the applicable national law, to enable You to |
304 | + reasonably exercise Your right under Section 3(b) of this License (right |
305 | + to make Adaptations) but not otherwise. |
306 | + . |
307 | + 5. Representations, Warranties and Disclaimer |
308 | + . |
309 | + UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS |
310 | + THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND |
311 | + CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, |
312 | + WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A |
313 | + PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER |
314 | + DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT |
315 | + DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED |
316 | + WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. |
317 | + . |
318 | + 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, |
319 | + IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY |
320 | + SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT |
321 | + OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF |
322 | + THE POSSIBILITY OF SUCH DAMAGES. |
323 | + . |
324 | + 7. Termination |
325 | + . |
326 | + a. This License and the rights granted hereunder will terminate automatically |
327 | + upon any breach by You of the terms of this License. Individuals or |
328 | + entities who have received Adaptations or Collections from You under this |
329 | + License, however, will not have their licenses terminated provided such |
330 | + individuals or entities remain in full compliance with those licenses. |
331 | + Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this |
332 | + License. |
333 | + b. Subject to the above terms and conditions, the license granted here is |
334 | + perpetual (for the duration of the applicable copyright in the Work). |
335 | + Notwithstanding the above, Licensor reserves the right to release the Work |
336 | + under different license terms or to stop distributing the Work at any |
337 | + time; provided, however that any such election will not serve to withdraw |
338 | + this License (or any other license that has been, or is required to be, |
339 | + granted under the terms of this License), and this License will continue |
340 | + in full force and effect unless terminated as stated above. |
341 | + . |
342 | + 8. Miscellaneous |
343 | + . |
344 | + a. Each time You Distribute or Publicly Perform the Work or a Collection, the |
345 | + Licensor offers to the recipient a license to the Work on the same terms |
346 | + and conditions as the license granted to You under this License. |
347 | + b. Each time You Distribute or Publicly Perform an Adaptation, Licensor |
348 | + offers to the recipient a license to the original Work on the same terms |
349 | + and conditions as the license granted to You under this License. |
350 | + c. If any provision of this License is invalid or unenforceable under |
351 | + applicable law, it shall not affect the validity or enforceability of the |
352 | + remainder of the terms of this License, and without further action by the |
353 | + parties to this agreement, such provision shall be reformed to the minimum |
354 | + extent necessary to make such provision valid and enforceable. |
355 | + d. No term or provision of this License shall be deemed waived and no breach |
356 | + consented to unless such waiver or consent shall be in writing and signed |
357 | + by the party to be charged with such waiver or consent. |
358 | + e. This License constitutes the entire agreement between the parties with |
359 | + respect to the Work licensed here. There are no understandings, agreements |
360 | + or representations with respect to the Work not specified here. Licensor |
361 | + shall not be bound by any additional provisions that may appear in any |
362 | + communication from You. This License may not be modified without the |
363 | + mutual written agreement of the Licensor and You. |
364 | + f. The rights granted under, and the subject matter referenced, in this |
365 | + License were drafted utilizing the terminology of the Berne Convention for |
366 | + the Protection of Literary and Artistic Works (as amended on September 28, |
367 | + 1979), the Rome Convention of 1961, the WIPO Copyright Treaty of 1996, the |
368 | + WIPO Performances and Phonograms Treaty of 1996 and the Universal |
369 | + Copyright Convention (as revised on July 24, 1971). These rights and |
370 | + subject matter take effect in the relevant jurisdiction in which the |
371 | + License terms are sought to be enforced according to the corresponding |
372 | + provisions of the implementation of those treaty provisions in the |
373 | + applicable national law. If the standard suite of rights granted under |
374 | + applicable copyright law includes additional rights not granted under this |
375 | + License, such additional rights are deemed to be included in the License; |
376 | + this License is not intended to restrict the license of any rights under |
377 | + applicable law. |
378 | + . |
379 | + Creative Commons Notice |
380 | + . |
381 | + Creative Commons is not a party to this License, and makes no warranty |
382 | + whatsoever in connection with the Work. Creative Commons will not be liable to |
383 | + You or any party on any legal theory for any damages whatsoever, including |
384 | + without limitation any general, special, incidental or consequential damages |
385 | + arising in connection to this license. Notwithstanding the foregoing two (2) |
386 | + sentences, if Creative Commons has expressly identified itself as the Licensor |
387 | + hereunder, it shall have all rights and obligations of Licensor. |
388 | + . |
389 | + Except for the limited purpose of indicating to the public that the Work is |
390 | + licensed under the CCPL, Creative Commons does not authorize the use by either |
391 | + party of the trademark "Creative Commons" or any related trademark or logo of |
392 | + Creative Commons without the prior written consent of Creative Commons. Any |
393 | + permitted use will be in compliance with Creative Commons' then-current |
394 | + trademark usage guidelines, as may be published on its website or otherwise |
395 | + made available upon request from time to time. For the avoidance of doubt, |
396 | + this trademark restriction does not form part of the License. |
397 | + . |
398 | + Creative Commons may be contacted at http://creativecommons.org/. |
399 | + |
400 | +License: MIT |
401 | + Permission is hereby granted, free of charge, to any person |
402 | + obtaining a copy of this software and associated documentation files |
403 | + (the "Software"), to deal in the Software without restriction, |
404 | + including without limitation the rights to use, copy, modify, merge, |
405 | + publish, distribute, sublicense, and/or sell copies of the Software, |
406 | + and to permit persons to whom the Software is furnished to do so, |
407 | + subject to the following conditions: |
408 | + . |
409 | + The above copyright notice and this permission notice shall be |
410 | + included in all copies or substantial portions of the Software. |
411 | + . |
412 | + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
413 | + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
414 | + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
415 | + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS |
416 | + BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN |
417 | + ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
418 | + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
419 | + SOFTWARE. |
420 | |
421 | === added file 'debian/docs' |
422 | === added file 'debian/rules' |
423 | --- debian/rules 1970-01-01 00:00:00 +0000 |
424 | +++ debian/rules 2015-03-05 13:23:13 +0000 |
425 | @@ -0,0 +1,16 @@ |
426 | +#!/usr/bin/make -f |
427 | +# See debhelper(7) (uncomment to enable) |
428 | +# output every command that modifies files on the build system. |
429 | +#DH_VERBOSE = 1 |
430 | + |
431 | +# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/* |
432 | +DPKG_EXPORT_BUILDFLAGS = 1 |
433 | +include /usr/share/dpkg/default.mk |
434 | + |
435 | +# main packaging script based on dh7 syntax |
436 | +%: |
437 | + dh $@ |
438 | + |
439 | +override_dh_auto_install: |
440 | + make web |
441 | + dh_auto_install |
442 | |
443 | === added directory 'debian/source' |
444 | === added file 'debian/source/format' |
445 | --- debian/source/format 1970-01-01 00:00:00 +0000 |
446 | +++ debian/source/format 2015-03-05 13:23:13 +0000 |
447 | @@ -0,0 +1,1 @@ |
448 | +3.0 (native) |
449 | |
450 | === added file 'debian/ubuntu-devices-help-web.docs' |
451 | --- debian/ubuntu-devices-help-web.docs 1970-01-01 00:00:00 +0000 |
452 | +++ debian/ubuntu-devices-help-web.docs 2015-03-05 13:23:13 +0000 |
453 | @@ -0,0 +1,1 @@ |
454 | +web |
lintian -i -I --show-overrides ../ubuntu- devices- help_0. 1_amd64. changes themes/ web/static/ js/yui- combined. min.js themes/ web/static/ js/respond. min.js themes/ web/static/ js/modernizr. 2.7.1.js devices- help-web: extended- description- is-probably- too-short devices- help-web: possible- documentation- but-no- doc-base- registration
E: ubuntu-devices-help source: source-is-missing edit-here/
E: ubuntu-devices-help source: source-is-missing edit-here/
E: ubuntu-devices-help source: source-is-missing edit-here/
I: ubuntu-
I: ubuntu-