Codebase list readosm / debian/1.0.0a+dfsg1-1
Debianization David Paleino 11 years ago
18 changed file(s) with 767 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 readosm for Debian
1 ------------------
2
3 The original tarball has been repacked because it contained OSM data to run
4 buildtime tests, which were licensed under the Creative Commons Attribution
5 Share-Alike license 2.0, which isn't considered suitable for Debian main.
6
7 Therefore these data have been removed from the tarball.
8
9 -- David Paleino <dapal@debian.org> Sun, 07 Oct 2012 17:24:17 +0200
0 readosm (1.0.0a+dfsg1-1) unstable; urgency=low
1
2 * Initial release (Closes: #671678)
3
4 -- David Paleino <dapal@debian.org> Sun, 07 Oct 2012 17:24:29 +0200
0 Source: readosm
1 Section: libs
2 Priority: optional
3 Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
4 Uploaders: David Paleino <dapal@debian.org>
5 Build-Depends:
6 debhelper (>= 9)
7 , autotools-dev
8 , libexpat1-dev
9 , zlib1g-dev
10 , doxygen
11 Standards-Version: 3.9.4
12 Homepage: https://www.gaia-gis.it/fossil/readosm/index
13 Vcs-Git: git://git.debian.org/pkg-grass/readosm.git
14 Vcs-Browser: http://git.debian.org/?p=pkg-grass/readosm.git;a=summary
15
16 Package: libreadosm-dev
17 Section: libdevel
18 Architecture: any
19 Depends:
20 ${misc:Depends}
21 , libexpat1-dev
22 , zlib1g-dev
23 , libreadosm1 (= ${binary:Version})
24 Description: simple library to parse OpenStreetMap files - headers
25 ReadOSM is an open source library to extract valid data from within an
26 OpenStreetMap input file. Such OSM files come in two different
27 formats, .osm (XML) and .pbf.
28 .
29 Some of the design goals of ReadOSM are:
30 - to be simple and lightweight
31 - to be stable, robust and efficient
32 - to be easily and universally portable
33 - making the whole parsing process of both .osm or .osm.pbf files
34 completely transparent from the application own perspective.
35 .
36 This package contains files needed for development.
37
38 Package: libreadosm1
39 Architecture: any
40 Pre-Depends: ${misc:Pre-Depends}
41 Depends:
42 ${shlibs:Depends}
43 , ${misc:Depends}
44 Description: simple library to parse OpenStreetMap files
45 ReadOSM is an open source library to extract valid data from within an
46 OpenStreetMap input file. Such OSM files come in two different
47 formats, .osm (XML) and .pbf.
48 .
49 Some of the design goals of ReadOSM are:
50 - to be simple and lightweight
51 - to be stable, robust and efficient
52 - to be easily and universally portable
53 - making the whole parsing process of both .osm or .osm.pbf files
54 completely transparent from the application own perspective.
55
56 Package: libreadosm1-dbg
57 Architecture: any
58 Section: debug
59 Priority: extra
60 Depends:
61 ${shlibs:Depends}
62 , ${misc:Depends}
63 , libreadosm1 (= ${binary:Version})
64 Description: simple library to parse OpenStreetMap files - debug symbols
65 ReadOSM is an open source library to extract valid data from within an
66 OpenStreetMap input file. Such OSM files come in two different
67 formats, .osm (XML) and .pbf.
68 .
69 Some of the design goals of ReadOSM are:
70 - to be simple and lightweight
71 - to be stable, robust and efficient
72 - to be easily and universally portable
73 - making the whole parsing process of both .osm or .osm.pbf files
74 completely transparent from the application own perspective.
75 .
76 This package contains detached symbols useful for debugging.
77
78 Package: libreadosm-doc
79 Section: doc
80 Architecture: all
81 Depends: ${misc:Depends}
82 Description: simple library to parse OpenStreetMap files - documentation
83 ReadOSM is an open source library to extract valid data from within an
84 OpenStreetMap input file. Such OSM files come in two different
85 formats, .osm (XML) and .pbf.
86 .
87 Some of the design goals of ReadOSM are:
88 - to be simple and lightweight
89 - to be stable, robust and efficient
90 - to be easily and universally portable
91 - making the whole parsing process of both .osm or .osm.pbf files
92 completely transparent from the application own perspective.
93 .
94 This package contains the library documentation..
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: readosm
2 Source: http://www.gaia-gis.it/gaia-sins/readosm-sources/
3
4 Files: *
5 Copyright: © 2012, Alessandro Furieri <a.furieri@lqt.it>
6 License: MPL-1.1 or GPL-2+ or LGPL-2.1+
7
8 Files: debian/*
9 Copyright: © 2012, David Paleino <dapal@debian.org>
10 License: GPL-2+
11
12 License: MPL-1.1
13 MOZILLA PUBLIC LICENSE
14 Version 1.1
15 .
16 ---------------
17 .
18 1. Definitions.
19 .
20 1.0.1. "Commercial Use" means distribution or otherwise making the
21 Covered Code available to a third party.
22 .
23 1.1. "Contributor" means each entity that creates or contributes to
24 the creation of Modifications.
25 .
26 1.2. "Contributor Version" means the combination of the Original
27 Code, prior Modifications used by a Contributor, and the Modifications
28 made by that particular Contributor.
29 .
30 1.3. "Covered Code" means the Original Code or Modifications or the
31 combination of the Original Code and Modifications, in each case
32 including portions thereof.
33 .
34 1.4. "Electronic Distribution Mechanism" means a mechanism generally
35 accepted in the software development community for the electronic
36 transfer of data.
37 .
38 1.5. "Executable" means Covered Code in any form other than Source
39 Code.
40 .
41 1.6. "Initial Developer" means the individual or entity identified
42 as the Initial Developer in the Source Code notice required by Exhibit
43 A.
44 .
45 1.7. "Larger Work" means a work which combines Covered Code or
46 portions thereof with code not governed by the terms of this License.
47 .
48 1.8. "License" means this document.
49 .
50 1.8.1. "Licensable" means having the right to grant, to the maximum
51 extent possible, whether at the time of the initial grant or
52 subsequently acquired, any and all of the rights conveyed herein.
53 .
54 1.9. "Modifications" means any addition to or deletion from the
55 substance or structure of either the Original Code or any previous
56 Modifications. When Covered Code is released as a series of files, a
57 Modification is:
58 A. Any addition to or deletion from the contents of a file
59 containing Original Code or previous Modifications.
60 .
61 B. Any new file that contains any part of the Original Code or
62 previous Modifications.
63 .
64 1.10. "Original Code" means Source Code of computer software code
65 which is described in the Source Code notice required by Exhibit A as
66 Original Code, and which, at the time of its release under this
67 License is not already Covered Code governed by this License.
68 .
69 1.10.1. "Patent Claims" means any patent claim(s), now owned or
70 hereafter acquired, including without limitation, method, process,
71 and apparatus claims, in any patent Licensable by grantor.
72 .
73 1.11. "Source Code" means the preferred form of the Covered Code for
74 making modifications to it, including all modules it contains, plus
75 any associated interface definition files, scripts used to control
76 compilation and installation of an Executable, or source code
77 differential comparisons against either the Original Code or another
78 well known, available Covered Code of the Contributor's choice. The
79 Source Code can be in a compressed or archival form, provided the
80 appropriate decompression or de-archiving software is widely available
81 for no charge.
82 .
83 1.12. "You" (or "Your") means an individual or a legal entity
84 exercising rights under, and complying with all of the terms of, this
85 License or a future version of this License issued under Section 6.1.
86 For legal entities, "You" includes any entity which controls, is
87 controlled by, or is under common control with You. For purposes of
88 this definition, "control" means (a) the power, direct or indirect,
89 to cause the direction or management of such entity, whether by
90 contract or otherwise, or (b) ownership of more than fifty percent
91 (50%) of the outstanding shares or beneficial ownership of such
92 entity.
93 .
94 2. Source Code License.
95 .
96 2.1. The Initial Developer Grant.
97 The Initial Developer hereby grants You a world-wide, royalty-free,
98 non-exclusive license, subject to third party intellectual property
99 claims:
100 (a) under intellectual property rights (other than patent or
101 trademark) Licensable by Initial Developer to use, reproduce,
102 modify, display, perform, sublicense and distribute the Original
103 Code (or portions thereof) with or without Modifications, and/or
104 as part of a Larger Work; and
105 .
106 (b) under Patents Claims infringed by the making, using or
107 selling of Original Code, to make, have made, use, practice,
108 sell, and offer for sale, and/or otherwise dispose of the
109 Original Code (or portions thereof).
110 .
111 (c) the licenses granted in this Section 2.1(a) and (b) are
112 effective on the date Initial Developer first distributes
113 Original Code under the terms of this License.
114 .
115 (d) Notwithstanding Section 2.1(b) above, no patent license is
116 granted: 1) for code that You delete from the Original Code; 2)
117 separate from the Original Code; or 3) for infringements caused
118 by: i) the modification of the Original Code or ii) the
119 combination of the Original Code with other software or devices.
120 .
121 2.2. Contributor Grant.
122 Subject to third party intellectual property claims, each Contributor
123 hereby grants You a world-wide, royalty-free, non-exclusive license
124 .
125 (a) under intellectual property rights (other than patent or
126 trademark) Licensable by Contributor, to use, reproduce, modify,
127 display, perform, sublicense and distribute the Modifications
128 created by such Contributor (or portions thereof) either on an
129 unmodified basis, with other Modifications, as Covered Code
130 and/or as part of a Larger Work; and
131 .
132 (b) under Patent Claims infringed by the making, using, or
133 selling of Modifications made by that Contributor either alone
134 and/or in combination with its Contributor Version (or portions
135 of such combination), to make, use, sell, offer for sale, have
136 made, and/or otherwise dispose of: 1) Modifications made by that
137 Contributor (or portions thereof); and 2) the combination of
138 Modifications made by that Contributor with its Contributor
139 Version (or portions of such combination).
140 .
141 (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
142 effective on the date Contributor first makes Commercial Use of
143 the Covered Code.
144 .
145 (d) Notwithstanding Section 2.2(b) above, no patent license is
146 granted: 1) for any code that Contributor has deleted from the
147 Contributor Version; 2) separate from the Contributor Version;
148 3) for infringements caused by: i) third party modifications of
149 Contributor Version or ii) the combination of Modifications made
150 by that Contributor with other software (except as part of the
151 Contributor Version) or other devices; or 4) under Patent Claims
152 infringed by Covered Code in the absence of Modifications made by
153 that Contributor.
154 .
155 3. Distribution Obligations.
156 .
157 3.1. Application of License.
158 The Modifications which You create or to which You contribute are
159 governed by the terms of this License, including without limitation
160 Section 2.2. The Source Code version of Covered Code may be
161 distributed only under the terms of this License or a future version
162 of this License released under Section 6.1, and You must include a
163 copy of this License with every copy of the Source Code You
164 distribute. You may not offer or impose any terms on any Source Code
165 version that alters or restricts the applicable version of this
166 License or the recipients' rights hereunder. However, You may include
167 an additional document offering the additional rights described in
168 Section 3.5.
169 .
170 3.2. Availability of Source Code.
171 Any Modification which You create or to which You contribute must be
172 made available in Source Code form under the terms of this License
173 either on the same media as an Executable version or via an accepted
174 Electronic Distribution Mechanism to anyone to whom you made an
175 Executable version available; and if made available via Electronic
176 Distribution Mechanism, must remain available for at least twelve (12)
177 months after the date it initially became available, or at least six
178 (6) months after a subsequent version of that particular Modification
179 has been made available to such recipients. You are responsible for
180 ensuring that the Source Code version remains available even if the
181 Electronic Distribution Mechanism is maintained by a third party.
182 .
183 3.3. Description of Modifications.
184 You must cause all Covered Code to which You contribute to contain a
185 file documenting the changes You made to create that Covered Code and
186 the date of any change. You must include a prominent statement that
187 the Modification is derived, directly or indirectly, from Original
188 Code provided by the Initial Developer and including the name of the
189 Initial Developer in (a) the Source Code, and (b) in any notice in an
190 Executable version or related documentation in which You describe the
191 origin or ownership of the Covered Code.
192 .
193 3.4. Intellectual Property Matters
194 (a) Third Party Claims.
195 If Contributor has knowledge that a license under a third party's
196 intellectual property rights is required to exercise the rights
197 granted by such Contributor under Sections 2.1 or 2.2,
198 Contributor must include a text file with the Source Code
199 distribution titled "LEGAL" which describes the claim and the
200 party making the claim in sufficient detail that a recipient will
201 know whom to contact. If Contributor obtains such knowledge after
202 the Modification is made available as described in Section 3.2,
203 Contributor shall promptly modify the LEGAL file in all copies
204 Contributor makes available thereafter and shall take other steps
205 (such as notifying appropriate mailing lists or newsgroups)
206 reasonably calculated to inform those who received the Covered
207 Code that new knowledge has been obtained.
208 .
209 (b) Contributor APIs.
210 If Contributor's Modifications include an application programming
211 interface and Contributor has knowledge of patent licenses which
212 are reasonably necessary to implement that API, Contributor must
213 also include this information in the LEGAL file.
214 .
215 (c) Representations.
216 Contributor represents that, except as disclosed pursuant to
217 Section 3.4(a) above, Contributor believes that Contributor's
218 Modifications are Contributor's original creation(s) and/or
219 Contributor has sufficient rights to grant the rights conveyed by
220 this License.
221 .
222 3.5. Required Notices.
223 You must duplicate the notice in Exhibit A in each file of the Source
224 Code. If it is not possible to put such notice in a particular Source
225 Code file due to its structure, then You must include such notice in a
226 location (such as a relevant directory) where a user would be likely
227 to look for such a notice. If You created one or more Modification(s)
228 You may add your name as a Contributor to the notice described in
229 Exhibit A. You must also duplicate this License in any documentation
230 for the Source Code where You describe recipients' rights or ownership
231 rights relating to Covered Code. You may choose to offer, and to
232 charge a fee for, warranty, support, indemnity or liability
233 obligations to one or more recipients of Covered Code. However, You
234 may do so only on Your own behalf, and not on behalf of the Initial
235 Developer or any Contributor. You must make it absolutely clear than
236 any such warranty, support, indemnity or liability obligation is
237 offered by You alone, and You hereby agree to indemnify the Initial
238 Developer and every Contributor for any liability incurred by the
239 Initial Developer or such Contributor as a result of warranty,
240 support, indemnity or liability terms You offer.
241 .
242 3.6. Distribution of Executable Versions.
243 You may distribute Covered Code in Executable form only if the
244 requirements of Section 3.1-3.5 have been met for that Covered Code,
245 and if You include a notice stating that the Source Code version of
246 the Covered Code is available under the terms of this License,
247 including a description of how and where You have fulfilled the
248 obligations of Section 3.2. The notice must be conspicuously included
249 in any notice in an Executable version, related documentation or
250 collateral in which You describe recipients' rights relating to the
251 Covered Code. You may distribute the Executable version of Covered
252 Code or ownership rights under a license of Your choice, which may
253 contain terms different from this License, provided that You are in
254 compliance with the terms of this License and that the license for the
255 Executable version does not attempt to limit or alter the recipient's
256 rights in the Source Code version from the rights set forth in this
257 License. If You distribute the Executable version under a different
258 license You must make it absolutely clear that any terms which differ
259 from this License are offered by You alone, not by the Initial
260 Developer or any Contributor. You hereby agree to indemnify the
261 Initial Developer and every Contributor for any liability incurred by
262 the Initial Developer or such Contributor as a result of any such
263 terms You offer.
264 .
265 3.7. Larger Works.
266 You may create a Larger Work by combining Covered Code with other code
267 not governed by the terms of this License and distribute the Larger
268 Work as a single product. In such a case, You must make sure the
269 requirements of this License are fulfilled for the Covered Code.
270 .
271 4. Inability to Comply Due to Statute or Regulation.
272 .
273 If it is impossible for You to comply with any of the terms of this
274 License with respect to some or all of the Covered Code due to
275 statute, judicial order, or regulation then You must: (a) comply with
276 the terms of this License to the maximum extent possible; and (b)
277 describe the limitations and the code they affect. Such description
278 must be included in the LEGAL file described in Section 3.4 and must
279 be included with all distributions of the Source Code. Except to the
280 extent prohibited by statute or regulation, such description must be
281 sufficiently detailed for a recipient of ordinary skill to be able to
282 understand it.
283 .
284 5. Application of this License.
285 .
286 This License applies to code to which the Initial Developer has
287 attached the notice in Exhibit A and to related Covered Code.
288 .
289 6. Versions of the License.
290 .
291 6.1. New Versions.
292 Netscape Communications Corporation ("Netscape") may publish revised
293 and/or new versions of the License from time to time. Each version
294 will be given a distinguishing version number.
295 .
296 6.2. Effect of New Versions.
297 Once Covered Code has been published under a particular version of the
298 License, You may always continue to use it under the terms of that
299 version. You may also choose to use such Covered Code under the terms
300 of any subsequent version of the License published by Netscape. No one
301 other than Netscape has the right to modify the terms applicable to
302 Covered Code created under this License.
303 .
304 6.3. Derivative Works.
305 If You create or use a modified version of this License (which you may
306 only do in order to apply it to code which is not already Covered Code
307 governed by this License), You must (a) rename Your license so that
308 the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
309 "MPL", "NPL" or any confusingly similar phrase do not appear in your
310 license (except to note that your license differs from this License)
311 and (b) otherwise make it clear that Your version of the license
312 contains terms which differ from the Mozilla Public License and
313 Netscape Public License. (Filling in the name of the Initial
314 Developer, Original Code or Contributor in the notice described in
315 Exhibit A shall not of themselves be deemed to be modifications of
316 this License.)
317 .
318 7. DISCLAIMER OF WARRANTY.
319 .
320 COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
321 WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
322 WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
323 DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
324 THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
325 IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
326 YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
327 COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
328 OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
329 ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
330 .
331 8. TERMINATION.
332 .
333 8.1. This License and the rights granted hereunder will terminate
334 automatically if You fail to comply with terms herein and fail to cure
335 such breach within 30 days of becoming aware of the breach. All
336 sublicenses to the Covered Code which are properly granted shall
337 survive any termination of this License. Provisions which, by their
338 nature, must remain in effect beyond the termination of this License
339 shall survive.
340 .
341 8.2. If You initiate litigation by asserting a patent infringement
342 claim (excluding declatory judgment actions) against Initial Developer
343 or a Contributor (the Initial Developer or Contributor against whom
344 You file such action is referred to as "Participant") alleging that:
345 .
346 (a) such Participant's Contributor Version directly or indirectly
347 infringes any patent, then any and all rights granted by such
348 Participant to You under Sections 2.1 and/or 2.2 of this License
349 shall, upon 60 days notice from Participant terminate prospectively,
350 unless if within 60 days after receipt of notice You either: (i)
351 agree in writing to pay Participant a mutually agreeable reasonable
352 royalty for Your past and future use of Modifications made by such
353 Participant, or (ii) withdraw Your litigation claim with respect to
354 the Contributor Version against such Participant. If within 60 days
355 of notice, a reasonable royalty and payment arrangement are not
356 mutually agreed upon in writing by the parties or the litigation claim
357 is not withdrawn, the rights granted by Participant to You under
358 Sections 2.1 and/or 2.2 automatically terminate at the expiration of
359 the 60 day notice period specified above.
360 .
361 (b) any software, hardware, or device, other than such Participant's
362 Contributor Version, directly or indirectly infringes any patent, then
363 any rights granted to You by such Participant under Sections 2.1(b)
364 and 2.2(b) are revoked effective as of the date You first made, used,
365 sold, distributed, or had made, Modifications made by that
366 Participant.
367 .
368 8.3. If You assert a patent infringement claim against Participant
369 alleging that such Participant's Contributor Version directly or
370 indirectly infringes any patent where such claim is resolved (such as
371 by license or settlement) prior to the initiation of patent
372 infringement litigation, then the reasonable value of the licenses
373 granted by such Participant under Sections 2.1 or 2.2 shall be taken
374 into account in determining the amount or value of any payment or
375 license.
376 .
377 8.4. In the event of termination under Sections 8.1 or 8.2 above,
378 all end user license agreements (excluding distributors and resellers)
379 which have been validly granted by You or any distributor hereunder
380 prior to termination shall survive termination.
381 .
382 9. LIMITATION OF LIABILITY.
383 .
384 UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
385 (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
386 DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
387 OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
388 ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
389 CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
390 WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
391 COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
392 INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
393 LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
394 RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
395 PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
396 EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
397 THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
398 .
399 10. U.S. GOVERNMENT END USERS.
400 .
401 The Covered Code is a "commercial item," as that term is defined in
402 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
403 software" and "commercial computer software documentation," as such
404 terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
405 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
406 all U.S. Government End Users acquire Covered Code with only those
407 rights set forth herein.
408 .
409 11. MISCELLANEOUS.
410 .
411 This License represents the complete agreement concerning subject
412 matter hereof. If any provision of this License is held to be
413 unenforceable, such provision shall be reformed only to the extent
414 necessary to make it enforceable. This License shall be governed by
415 California law provisions (except to the extent applicable law, if
416 any, provides otherwise), excluding its conflict-of-law provisions.
417 With respect to disputes in which at least one party is a citizen of,
418 or an entity chartered or registered to do business in the United
419 States of America, any litigation relating to this License shall be
420 subject to the jurisdiction of the Federal Courts of the Northern
421 District of California, with venue lying in Santa Clara County,
422 California, with the losing party responsible for costs, including
423 without limitation, court costs and reasonable attorneys' fees and
424 expenses. The application of the United Nations Convention on
425 Contracts for the International Sale of Goods is expressly excluded.
426 Any law or regulation which provides that the language of a contract
427 shall be construed against the drafter shall not apply to this
428 License.
429 .
430 12. RESPONSIBILITY FOR CLAIMS.
431 .
432 As between Initial Developer and the Contributors, each party is
433 responsible for claims and damages arising, directly or indirectly,
434 out of its utilization of rights under this License and You agree to
435 work with Initial Developer and Contributors to distribute such
436 responsibility on an equitable basis. Nothing herein is intended or
437 shall be deemed to constitute any admission of liability.
438 .
439 13. MULTIPLE-LICENSED CODE.
440 .
441 Initial Developer may designate portions of the Covered Code as
442 "Multiple-Licensed". "Multiple-Licensed" means that the Initial
443 Developer permits you to utilize portions of the Covered Code under
444 Your choice of the NPL or the alternative licenses, if any, specified
445 by the Initial Developer in the file described in Exhibit A.
446 .
447 EXHIBIT A -Mozilla Public License.
448 .
449 ``The contents of this file are subject to the Mozilla Public License
450 Version 1.1 (the "License"); you may not use this file except in
451 compliance with the License. You may obtain a copy of the License at
452 http://www.mozilla.org/MPL/
453 .
454 Software distributed under the License is distributed on an "AS IS"
455 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
456 License for the specific language governing rights and limitations
457 under the License.
458 .
459 The Original Code is ______________________________________.
460 .
461 The Initial Developer of the Original Code is ________________________.
462 Portions created by ______________________ are Copyright (C) ______
463 _______________________. All Rights Reserved.
464 .
465 Contributor(s): ______________________________________.
466 .
467 Alternatively, the contents of this file may be used under the terms
468 of the _____ license (the "[___] License"), in which case the
469 provisions of [______] License are applicable instead of those
470 above. If you wish to allow use of your version of this file only
471 under the terms of the [____] License and not to allow others to use
472 your version of this file under the MPL, indicate your decision by
473 deleting the provisions above and replace them with the notice and
474 other provisions required by the [___] License. If you do not delete
475 the provisions above, a recipient may use your version of this file
476 under either the MPL or the [___] License."
477 .
478 [NOTE: The text of this Exhibit A may differ slightly from the text of
479 the notices in the Source Code files of the Original Code. You should
480 use the text of this Exhibit A rather than the text found in the
481 Original Code Source Code for Your Modifications.]
482
483 License: GPL-2+
484 This package is free software; you can redistribute it and/or modify
485 it under the terms of the GNU General Public License as published by
486 the Free Software Foundation; either version 2 of the License, or
487 (at your option) any later version.
488 .
489 This package is distributed in the hope that it will be useful,
490 but WITHOUT ANY WARRANTY; without even the implied warranty of
491 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
492 GNU General Public License for more details.
493 .
494 You should have received a copy of the GNU General Public License
495 along with this program. If not, see <http://www.gnu.org/licenses/>
496 .
497 On Debian systems, the complete text of the GNU General
498 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
499
500 License: LGPL-2.1+
501 This library is free software; you can redistribute it and/or modify
502 it under the terms of the GNU Lesser General Public License as published by
503 the Free Software Foundation; either version 2.1 of the License, or
504 (at your option) any later version.
505 .
506 This library is distributed in the hope that it will be useful,
507 but WITHOUT ANY WARRANTY; without even the implied warranty of
508 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
509 GNU Lesser General Public License for more details.
510 .
511 You should have received a copy of the GNU Lesser General Public License
512 along with this program. If not, see <http://www.gnu.org/licenses/>
513 .
514 On Debian systems, the complete text of the GNU Lesser General
515 Public License version 2.1 can be found in
516 "/usr/share/common-licenses/LGPL-2.1".
0 usr/include/*
1 usr/lib/*/lib*.a
2 usr/lib/*/lib*.so
3 usr/lib/*/pkgconfig/*
0 Document: libreadosm-doc
1 Title: ReadOSM reference manual
2 Author: Alessandro Furieri
3 Section: Programming/C
4
5 Format: HTML
6 Index: /usr/share/doc/libreadosm-doc/html/index.html
7 Files: /usr/share/doc/libreadosm-doc/html/*.html
0 html/ /usr/share/doc/libreadosm-doc/
0 /usr/share/javascript/jquery/jquery.js /usr/share/doc/libreadosm-doc/html/jquery.js
0 libreadosm-doc: duplicate-files usr/share/doc/libreadosm-doc/html/ftv2blank.png usr/share/doc/libreadosm-doc/html/ftv2lastnode.png usr/share/doc/libreadosm-doc/html/ftv2node.png usr/share/doc/libreadosm-doc/html/ftv2vertline.png
1 libreadosm-doc: duplicate-files usr/share/doc/libreadosm-doc/html/search/all_76.js usr/share/doc/libreadosm-doc/html/search/variables_76.js
2 libreadosm-doc: duplicate-files usr/share/doc/libreadosm-doc/html/ftv2doc.png usr/share/doc/libreadosm-doc/html/ftv2link.png
3 libreadosm-doc: duplicate-files usr/share/doc/libreadosm-doc/html/search/all_6c.js usr/share/doc/libreadosm-doc/html/search/variables_6c.js
4 libreadosm-doc: duplicate-files usr/share/doc/libreadosm-doc/html/search/all_69.js usr/share/doc/libreadosm-doc/html/search/variables_69.js
5 libreadosm-doc: duplicate-files usr/share/doc/libreadosm-doc/html/ftv2plastnode.png usr/share/doc/libreadosm-doc/html/ftv2pnode.png
6 libreadosm-doc: duplicate-files usr/share/doc/libreadosm-doc/html/search/all_61.js usr/share/doc/libreadosm-doc/html/search/pages_61.js
7 libreadosm-doc: duplicate-files usr/share/doc/libreadosm-doc/html/search/all_6b.js usr/share/doc/libreadosm-doc/html/search/variables_6b.js
8 libreadosm-doc: duplicate-files usr/share/doc/libreadosm-doc/html/search/all_6d.js usr/share/doc/libreadosm-doc/html/search/variables_6d.js
9 libreadosm-doc: duplicate-files usr/share/doc/libreadosm-doc/html/search/all_74.js usr/share/doc/libreadosm-doc/html/search/variables_74.js
10 libreadosm-doc: duplicate-files usr/share/doc/libreadosm-doc/html/ftv2mlastnode.png usr/share/doc/libreadosm-doc/html/ftv2mnode.png
11 libreadosm-doc: duplicate-files usr/share/doc/libreadosm-doc/html/search/all_6f.js usr/share/doc/libreadosm-doc/html/search/pages_6f.js
12 libreadosm-doc: duplicate-files usr/share/doc/libreadosm-doc/html/search/all_63.js usr/share/doc/libreadosm-doc/html/search/variables_63.js
13 libreadosm-doc: duplicate-files usr/share/doc/libreadosm-doc/html/search/all_75.js usr/share/doc/libreadosm-doc/html/search/variables_75.js
0 usr/lib/*/lib*.so.*
0 libreadosm.so.1 libreadosm1 #MINVER#
1 readosm_close@Base 1.0.0a
2 readosm_open@Base 1.0.0a
3 readosm_parse@Base 1.0.0a
0 From: David Paleino <dapal@debian.org>
1 Subject: disable buildtime tests
2 Origin: vendor
3 Forwarded: no
4
5 ---
6 Makefile.am | 2 +-
7 Makefile.in | 2 +-
8 configure | 3 +--
9 configure.ac | 1 -
10 4 files changed, 3 insertions(+), 5 deletions(-)
11
12 --- readosm.orig/Makefile.am
13 +++ readosm/Makefile.am
14 @@ -1,6 +1,6 @@
15 ACLOCAL_AMFLAGS = -I m4
16
17 -SUBDIRS = headers src tests examples
18 +SUBDIRS = headers src examples
19
20 EXTRA_DIST = makefile.vc nmake.opt mainpage.doxy
21
22 --- readosm.orig/Makefile.in
23 +++ readosm/Makefile.in
24 @@ -250,7 +250,7 @@ top_build_prefix = @top_build_prefix@
25 top_builddir = @top_builddir@
26 top_srcdir = @top_srcdir@
27 ACLOCAL_AMFLAGS = -I m4
28 -SUBDIRS = headers src tests examples
29 +SUBDIRS = headers src examples
30 EXTRA_DIST = makefile.vc nmake.opt mainpage.doxy
31 AUTOMAKE_OPTIONS = dist-zip
32 pkgconfigdir = $(libdir)/pkgconfig
33 --- readosm.orig/configure
34 +++ readosm/configure
35 @@ -16757,7 +16757,7 @@ if test "x$enable_gcov" = "xyes"; then
36 GCOV_FLAGS="-lgcov"
37 fi
38
39 -ac_config_files="$ac_config_files Makefile headers/Makefile src/Makefile tests/Makefile examples/Makefile Doxyfile readosm.pc"
40 +ac_config_files="$ac_config_files Makefile headers/Makefile src/Makefile examples/Makefile Doxyfile readosm.pc"
41
42
43
44 @@ -18010,7 +18010,6 @@ do
45 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
46 "headers/Makefile") CONFIG_FILES="$CONFIG_FILES headers/Makefile" ;;
47 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
48 - "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
49 "examples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;;
50 "Doxyfile") CONFIG_FILES="$CONFIG_FILES Doxyfile" ;;
51 "readosm.pc") CONFIG_FILES="$CONFIG_FILES readosm.pc" ;;
52 --- readosm.orig/configure.ac
53 +++ readosm/configure.ac
54 @@ -55,7 +55,6 @@ fi
55 AC_CONFIG_FILES([Makefile \
56 headers/Makefile \
57 src/Makefile \
58 - tests/Makefile \
59 examples/Makefile \
60 Doxyfile \
61 readosm.pc])
0 00-disable_tests.patch
0 #!/usr/bin/make -f
1 # -*- makefile -*-
2
3 # Uncomment this to turn on verbose mode.
4 #export DH_VERBOSE=1
5
6 ifndef UPVER
7 UPVER := $(shell dpkg-parsechangelog | grep ^Version | cut -d\ -f2 | cut -d- -f1 | cut -d+ -f1)
8 endif
9 CURVER := ${UPVER}+dfsg1
10
11 %:
12 dh $@ \
13 --with autotools-dev
14
15 override_dh_auto_build:
16 dh_auto_build
17 doxygen
18
19 override_dh_strip:
20 dh_strip --dbg-package=libreadosm1-dbg
21
22 override_dh_clean:
23 dh_clean
24 rm -rf html/ latex/
25
26 get-orig-source:
27 uscan \
28 --verbose \
29 --force-download \
30 --download-version ${UPVER} \
31 --rename \
32 --destdir .
33 tar xvf readosm_${UPVER}.orig.tar.gz
34 rm -rf readosm-*/tests/
35 tar cf readosm_${CURVER}.orig.tar readosm-*/
36 bzip2 readosm_${CURVER}.orig.tar
37 rm -rf readosm_${UPVER}.orig.tar.gz readosm-*/
0 3.0 (quilt)
0 version=3
1 opts=dversionmangle=s/\+dfsg\d// \
2 http://www.gaia-gis.it/gaia-sins/readosm-sources/readosm-(\d.*)\.tar\.gz