Codebase list jawn / 1c0d170
Import Debian changes 0.10.4-1 jawn (0.10.4-1) experimental; urgency=medium * Initial release. (Closes: #855299) Frédéric Bonnard authored 9 years ago Emmanuel Bourg committed 7 years ago
14 changed file(s) with 695 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 jawn (0.10.4-1) experimental; urgency=medium
1
2 * Initial release. (Closes: #855299)
3
4 -- Frédéric Bonnard <frediz@linux.vnet.ibm.com> Fri, 14 Apr 2017 12:48:39 +0000
0 Source: jawn
1 Section: java
2 Priority: optional
3 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
4 Uploaders: Frédéric Bonnard <frediz@linux.vnet.ibm.com>
5 Build-Depends: debhelper (>= 10), default-jdk, javahelper, maven-repo-helper
6 Standards-Version: 3.9.8
7 Homepage: https://github.com/non/jawn
8
9 Package: libjawn-java
10 Architecture: all
11 Depends: ${java:Depends}, ${misc:Depends}
12 Recommends: ${java:Recommends}
13 Description: Scala json parser
14 Jawn was designed to parse JSON into an AST as quickly as possible.
15 Jawn consists of three parts: a fast, generic JSON parser, a small, somewhat
16 anemic AST, support packages which parse to third-party ASTs
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: jawn
2 Source: https://github.com/non/jawn
3
4 Files: *
5 Copyright: 2012-2016 Erik Osheim
6 License: Expat
7
8 Files: debian/*
9 Copyright: 2017 Frédéric Bonnard <frediz@linux.vnet.ibm.com>
10 License: Expat
11
12 Files: bootstrapsbt/*
13 Copyright: Typesafe Inc
14 Mark Harrah
15 Grzegorz Kossakowski
16 Josh Suereth
17 Indrajit Raychaudhuri
18 Eugene Yokota, and other contributors
19 License: BSD-3-clause
20
21 Files: bootstrapdeps-sources/org.scala-sbt/compiler-interface/srcs/compiler-interface-*-sources.jar
22 Copyright: 2008-2014 Typesafe Inc, Mark Harrah, Grzegorz Kossakowski, Josh Suereth, Indrajit Raychaudhuri, Eugene Yokota, and other contributors
23 2002-2008 EPFL, Lausanne, unless otherwise specified.
24 License: BSD-3-clause
25
26 Files: bootstrapdeps/com.fasterxml.jackson.core/jackson-annotations/bundles/jackson-annotations-2.7.6.jar
27 bootstrapdeps/com.fasterxml.jackson.core/jackson-annotations/ivy-2.7.6.xml
28 bootstrapdeps/com.fasterxml.jackson.core/jackson-core/bundles/jackson-core-2.7.6.jar
29 bootstrapdeps/com.fasterxml.jackson.core/jackson-core/ivy-2.7.6.xml
30 bootstrapdeps/com.fasterxml.jackson.core/jackson-databind/bundles/jackson-databind-2.7.6.jar
31 bootstrapdeps/com.fasterxml.jackson.core/jackson-databind/ivy-2.7.6.xml
32 bootstrapdeps/com.fasterxml.jackson.datatype/jackson-datatype-jdk8/bundles/jackson-datatype-jdk8-2.7.6.jar
33 bootstrapdeps/com.fasterxml.jackson.datatype/jackson-datatype-jdk8/ivy-2.7.6.xml
34 bootstrapdeps/com.fasterxml.jackson.datatype/jackson-datatype-jsr310/bundles/jackson-datatype-jsr310-2.7.6.jar
35 bootstrapdeps/com.fasterxml.jackson.datatype/jackson-datatype-jsr310/ivy-2.7.6.xml
36 Copyright: Christopher Currie
37 Paul Brown
38 Tatu Saloranta
39 License: Apache-2.0
40
41 Files: bootstrapdeps/com.github.julien-truffaut/monocle-core_2.11/jars/monocle-core_2.11-1.1.0.jar
42 bootstrapdeps/com.github.julien-truffaut/monocle-core_2.11/ivy-1.1.0.xml
43 bootstrapdeps/com.github.julien-truffaut/monocle-macro_2.11/jars/monocle-macro_2.11-1.1.0.jar
44 bootstrapdeps/com.github.julien-truffaut/monocle-macro_2.11/ivy-1.1.0.xml
45 Copyright: Julien Truffaut
46 Ilan Godik
47 License: Expat
48
49 Files: bootstrapdeps/com.rojoma/rojoma-json-v3_2.11/jars/rojoma-json-v3_2.11-3.7.0.jar
50 bootstrapdeps/com.rojoma/rojoma-json_2.11/jars/rojoma-json_2.11-2.4.3.jar
51 Copyright: Robert Macomber
52 License: public-domain
53
54 Files: bootstrapdeps/com.typesafe.play/play-datacommons_2.11/jars/play-datacommons_2.11-2.5.9.jar
55 bootstrapdeps/com.typesafe.play/play-datacommons_2.11/ivy-2.5.9.xml
56 bootstrapdeps/com.typesafe.play/play-functional_2.11/jars/play-functional_2.11-2.5.9.jar
57 bootstrapdeps/com.typesafe.play/play-functional_2.11/ivy-2.5.9.xml
58 bootstrapdeps/com.typesafe.play/play-iteratees_2.11/jars/play-iteratees_2.11-2.5.9.jar
59 bootstrapdeps/com.typesafe.play/play-iteratees_2.11/ivy-2.5.9.xml
60 bootstrapdeps/com.typesafe.play/play-json_2.11/jars/play-json_2.11-2.5.9.jar
61 bootstrapdeps/com.typesafe.play/play-json_2.11/ivy-2.5.9.xml
62 Copyright: Play Framework Team
63 License: Apache-2.0
64
65 Files: bootstrapdeps/com.typesafe/config/bundles/config-1.3.0.jar
66 bootstrapdeps/com.typesafe/config/ivy-1.3.0.xml
67 Copyright: Havoc Pennington
68 License: Apache-2.0
69
70 Files: bootstrapdeps/io.argonaut/argonaut_2.11/jars/argonaut_2.11-6.1.jar
71 bootstrapdeps/io.argonaut/argonaut_2.11/ivy-6.1.xml
72 Copyright: Tony Morris
73 Mark Hibberd
74 Sean Parsons
75 License: BSD-3-clause
76
77 Files: bootstrapdeps/io.spray/spray-json_2.11/bundles/spray-json_2.11-1.3.2.jar
78 bootstrapdeps/io.spray/spray-json_2.11/ivy-1.3.2.xml
79 Copyright: Mathias Doenitz
80 Johannes Rudolph
81 License: Apache-2.0
82
83 Files: bootstrapdeps/joda-time/joda-time/jars/joda-time-2.9.4.jar
84 bootstrapdeps/joda-time/joda-time/ivy-2.9.4.xml
85 Copyright: Stephen Colebourne
86 Brian S O'Neill
87 License: Apache-2.0
88
89 Files: bootstrapdeps/net.sf.jopt-simple/jopt-simple/jars/jopt-simple-4.6.jar
90 bootstrapdeps/net.sf.jopt-simple/jopt-simple/ivy-4.6.xml
91 Copyright: Paul Holser
92 License: Expat
93
94 Files: bootstrapdeps/org.apache.commons/commons-math3/jars/commons-math3-3.2.jar
95 bootstrapdeps/org.apache.commons/commons-math3/ivy-3.2.xml
96 Copyright: Mikkel Meyer Andersen
97 Bill Barker
98 Sébastien Brisar
99 Albert Davidson Chou
100 Mark Diggory
101 Robert Burrell Donkin
102 Luc Maisonobe
103 Tim O'Brien
104 J. Pietschmann
105 Dimitri Pourbaix
106 Gilles Sadowski
107 Phil Steitz
108 Greg Sterijevski
109 Brent Worden
110 Thomas Neidhart
111 License: Apache-2.0
112
113 Files: bootstrapdeps/org.joda/joda-convert/jars/joda-convert-1.8.1.jar
114 bootstrapdeps/org.joda/joda-convert/ivy-1.8.1.xml
115 Copyright: Stephen Colebourne
116 License: Apache-2.0
117
118 Files: bootstrapdeps/org.openjdk.jmh/jmh-core/jars/jmh-core-1.9.1.jar
119 bootstrapdeps/org.openjdk.jmh/jmh-generator-asm/jars/jmh-generator-asm-1.9.1.jar
120 bootstrapdeps/org.openjdk.jmh/jmh-generator-bytecode/jars/jmh-generator-bytecode-1.9.1.jar
121 bootstrapdeps/org.openjdk.jmh/jmh-generator-reflection/jars/jmh-generator-reflection-1.9.1.jar
122 Copyright: Aleksey Shipilev
123 Sergey Kuksenko
124 Anders Astrand
125 Staffan Friberg
126 Henrik Loef
127 License: GPL-2.0+-with-classpath-exception
128
129 Files: bootstrapdeps/org.scala-stm/scala-stm_2.11/jars/scala-stm_2.11-0.7.jar
130 bootstrapdeps/org.scala-stm/scala-stm_2.11/ivy-0.7.xml
131 Copyright: Nathan Bronson
132 License: BSD-3-clause
133
134 Files: bootstrapdeps/org.scalacheck/scalacheck_2.11/jars/scalacheck_2.11-1.13.4.jar
135 bootstrapdeps/org.scalacheck/scalacheck_2.11/ivy-1.13.4.xml
136 Copyright: Rickard Nilsson
137 License: BSD-2-clause
138
139 Files: bootstrapdeps/scala_2.10/sbt_0.13/com.eed3si9n/sbt-doge/jars/sbt-doge-0.1.5.jar
140 bootstrapdeps/scala_2.10/sbt_0.13/com.eed3si9n/sbt-doge/ivy-0.1.5.xml
141 Copyright: Eugene Yokota
142 License: Expat
143
144 Files: bootstrapdeps/scala_2.10/sbt_0.13/com.github.gseitz/sbt-release/jars/sbt-release-1.0.0.jar
145 bootstrapdeps/scala_2.10/sbt_0.13/com.github.gseitz/sbt-release/ivy-1.0.0.xml
146 Copyright: Gerolf Seitz
147 License: Apache-2.0
148
149 Files: bootstrapdeps/scala_2.10/sbt_0.13/com.jsuereth/sbt-pgp/jars/sbt-pgp-1.0.0.jar
150 bootstrapdeps/scala_2.10/sbt_0.13/com.jsuereth/sbt-pgp/ivy-1.0.0.xml
151 bootstrapdeps/com.jsuereth/pgp-library_2.10/jars/pgp-library_2.10-1.0.0.jar
152 bootstrapdeps/com.jsuereth/pgp-library_2.10/ivy-1.0.0.xml
153 Copyright: Typesafe, Inc.
154 License: BSD-3-clause
155
156 Files: bootstrapdeps/scala_2.10/sbt_0.13/org.xerial.sbt/sbt-sonatype/jars/sbt-sonatype-0.5.0.jar
157 bootstrapdeps/scala_2.10/sbt_0.13/org.xerial.sbt/sbt-sonatype/ivy-0.5.0.xml
158 Copyright: Taro L. Saito
159 License: Apache-2.0
160
161 Files: bootstrapdeps/scala_2.10/sbt_0.13/pl.project13.scala/sbt-jmh/jars/sbt-jmh-0.1.15.jar
162 bootstrapdeps/scala_2.10/sbt_0.13/pl.project13.scala/sbt-jmh/ivy-0.1.15.xml
163 Copyright: Konrad Malawski
164 License: Apache-2.0
165
166 Files: bootstrapdeps/org.scalaz/scalaz-core_2.11/bundles/scalaz-core_2.11-7.1.1.jar
167 bootstrapdeps/org.scalaz/scalaz-core_2.11/ivy-7.1.1.xml
168 Copyright: Runar Bjarnason
169 Paul Chiusano
170 Tony Morris
171 Jason Zaugg
172 Edward Kmett
173 Alexey Romanov
174 Daniel Peebles
175 Richard Wallace
176 Kris Nuttycombe
177 Lars Hupel
178 License: BSD-2-clause
179
180 Files: bootstrapdeps/org.scalactic/scalactic_2.11/bundles/scalactic_2.11-3.0.0.jar
181 bootstrapdeps/org.scalactic/scalactic_2.11/ivy-3.0.0.xml
182 Copyright: Bill Venners
183 George Berger
184 Chua Chee Seng
185 License: Apache-2.0
186
187 Files: bootstrapdeps/commons-codec/commons-codec/jars/commons-codec-1.6.jar
188 bootstrapdeps/commons-codec/commons-codec/ivy-1.6.xml
189 Copyright: Henri Yandell
190 Tim OBrien
191 Scott Sanders
192 Rodney Waldhoff
193 Daniel Rall
194 Jon S. Stevens
195 Gary D. Gregory
196 David Graham
197 License: Apache-2.0
198
199 Files: bootstrapdeps/commons-logging/commons-logging/jars/commons-logging-1.1.1.jar
200 bootstrapdeps/commons-logging/commons-logging/ivy-1.1.1.xml
201 Copyright: Morgan Delagrange
202 Rodney Waldhoff
203 Craig McClanahan
204 Scott Sanders
205 Robert Burrell Donkin
206 Peter Donald
207 Costin Manolache
208 Richard Sitze
209 Juozas Baliuka
210 Simon Kitching
211 Dennis Lundberg
212 Brian Stansberry
213 License: Apache-2.0
214
215 Files: bootstrapdeps/net.databinder/dispatch-core_2.10/jars/dispatch-core_2.10-0.8.10.jar
216 bootstrapdeps/net.databinder/dispatch-core_2.10/ivy-0.8.10.xml
217 bootstrapdeps/net.databinder/dispatch-futures_2.10/jars/dispatch-futures_2.10-0.8.10.jar
218 bootstrapdeps/net.databinder/dispatch-futures_2.10/ivy-0.8.10.xml
219 bootstrapdeps/net.databinder/dispatch-http_2.10/jars/dispatch-http_2.10-0.8.10.jar
220 bootstrapdeps/net.databinder/dispatch-http_2.10/ivy-0.8.10.xml
221 Copyright: Nathan Hamblen
222 License: LGPL-2.1
223
224 Files: bootstrapdeps/org.apache.httpcomponents/httpclient/jars/httpclient-4.2.6.jar
225 bootstrapdeps/org.apache.httpcomponents/httpclient/ivy-4.2.6.xml
226 bootstrapdeps/org.apache.httpcomponents/httpcore/jars/httpcore-4.2.5.jar
227 bootstrapdeps/org.apache.httpcomponents/httpcore/ivy-4.2.5.xml
228 Copyright: Ortwin Glueck
229 Oleg Kalnichevski
230 Asankha C. Perera
231 Sebastian Bazley
232 Erik Abele
233 Ant Elder
234 Paul Fremantle
235 Roland Weber
236 Sam Berlin
237 Sean C. Sullivan
238 License: Apache-2.0
239
240 Files: bootstrapdeps/org.bouncycastle/bcpg-jdk15on/jars/bcpg-jdk15on-1.51.jar
241 bootstrapdeps/org.bouncycastle/bcpg-jdk15on/ivy-1.51.xml
242 bootstrapdeps/org.bouncycastle/bcprov-jdk15on/jars/bcprov-jdk15on-1.51.jar
243 bootstrapdeps/org.bouncycastle/bcprov-jdk15on/ivy-1.51.xml
244 Copyright: The Legion of the Bouncy Castle Inc.
245 License: Expat
246
247 Files: bootstrapdeps/com.jcraft/jsch/jars/jsch-0.1.46.jar
248 bootstrapdeps/com.jcraft/jsch/ivy-0.1.46.xml
249 Copyright: Atsuhiko Yamanaka
250 License: BSD-3-clause
251
252 Files: bootstrapdeps/com.thoughtworks.paranamer/paranamer/jars/paranamer-2.6.jar
253 bootstrapdeps/com.thoughtworks.paranamer/paranamer/ivy-2.6.xml
254 Copyright: Paul Hammant
255 Mauro Talevi
256 Guilherme Silveira
257 License: BSD-3-clause
258
259 Files: bootstrapdeps/jline/jline/jars/jline-2.12.1.jar
260 bootstrapdeps/jline/jline/ivy-2.12.1.xml
261 bootstrapdeps/jline/jline/jars/jline-2.13.jar
262 bootstrapdeps/jline/jline/ivy-2.13.xml
263 Copyright: Jason Dillon
264 Guillaume Nodet
265 Marc Prud'hommeaux
266 License: BSD-2-clause
267
268 Files: bootstrapdeps/org.fusesource.jansi/jansi/jars/jansi-1.11.jar
269 bootstrapdeps/org.fusesource.jansi/jansi/ivy-1.11.xml
270 bootstrapdeps/org.fusesource.jansi/jansi/jars/jansi-1.4.jar
271 bootstrapdeps/org.fusesource.jansi/jansi/ivy-1.4.xml
272 Copyright: Hiram Chirino
273 License: Apache-2.0
274
275 Files: bootstrapdeps/org.json4s/json4s-ast_2.11/jars/json4s-ast_2.11-3.5.0.jar
276 bootstrapdeps/org.json4s/json4s-ast_2.11/ivy-3.5.0.xml
277 bootstrapdeps/org.json4s/json4s-ast_2.10/jars/json4s-ast_2.10-3.2.10.jar
278 bootstrapdeps/org.json4s/json4s-ast_2.10/ivy-3.2.10.xml
279 bootstrapdeps/org.json4s/json4s-core_2.10/jars/json4s-core_2.10-3.2.10.jar
280 bootstrapdeps/org.json4s/json4s-core_2.10/ivy-3.2.10.xml
281 Copyright: Ivan Porto Carrero
282 License: Apache-2.0
283
284 Files: bootstrapdeps/org.ow2.asm/asm/jars/asm-5.0.3.jar
285 bootstrapdeps/org.ow2.asm/asm/ivy-5.0.3.xml
286 Copyright: INRIA, France Telecom
287 License: BSD-3-clause
288
289 Files: bootstrapdeps/org.scala-lang.modules/scala-parser-combinators_2.11/bundles/scala-parser-combinators_2.11-1.0.2.jar
290 bootstrapdeps/org.scala-lang.modules/scala-parser-combinators_2.11/ivy-1.0.2.xml
291 bootstrapdeps/org.scala-lang.modules/scala-parser-combinators_2.11/bundles/scala-parser-combinators_2.11-1.0.4.jar
292 bootstrapdeps/org.scala-lang.modules/scala-parser-combinators_2.11/ivy-1.0.4.xml
293 bootstrapdeps/org.scala-lang.modules/scala-xml_2.11/bundles/scala-xml_2.11-1.0.1.jar
294 bootstrapdeps/org.scala-lang.modules/scala-xml_2.11/ivy-1.0.1.xml
295 bootstrapdeps/org.scala-lang.modules/scala-xml_2.11/bundles/scala-xml_2.11-1.0.2.jar
296 bootstrapdeps/org.scala-lang.modules/scala-xml_2.11/ivy-1.0.2.xml
297 bootstrapdeps/org.scala-lang.modules/scala-xml_2.11/bundles/scala-xml_2.11-1.0.4.jar
298 bootstrapdeps/org.scala-lang.modules/scala-xml_2.11/ivy-1.0.4.xml
299 bootstrapdeps/org.scala-lang.modules/scala-xml_2.11/bundles/scala-xml_2.11-1.0.5.jar
300 bootstrapdeps/org.scala-lang.modules/scala-xml_2.11/ivy-1.0.5.xml
301 Copyright: EPFL
302 Typesafe, Inc.
303 License: BSD-3-clause
304
305 Files: bootstrapdeps/org.scala-lang.modules/scala-pickling_2.10/jars/scala-pickling_2.10-0.10.1.jar
306 bootstrapdeps/org.scala-lang.modules/scala-pickling_2.10/ivy-0.10.1.xml
307 Copyright: Eugene Burmako
308 Heather Miller
309 Philipp Haller
310 Havoc Pennington
311 Eugene Yokota
312 Josh Suereth
313 License: BSD-3-clause
314
315 Files: bootstrapdeps/org.scala-lang/jline/jars/jline-2.10.6.jar
316 bootstrapdeps/org.scala-lang/jline/ivy-2.10.6.xml
317 Copyright: EPFL LAMP
318 Typesafe, Inc.
319 License: BSD-2-clause
320
321 Files: bootstrapdeps/org.scala-lang/scala-compiler/jars/scala-compiler-2.11.8.jar
322 bootstrapdeps/org.scala-lang/scala-compiler/ivy-2.11.8.xml
323 bootstrapdeps/org.scala-lang/scala-library/jars/scala-library-2.11.8.jar
324 bootstrapdeps/org.scala-lang/scala-library/ivy-2.11.8.xml
325 bootstrapdeps/org.scala-lang/scala-reflect/jars/scala-reflect-2.11.8.jar
326 bootstrapdeps/org.scala-lang/scala-reflect/ivy-2.11.8.xml
327 bootstrapdeps/org.scala-lang/scala-compiler/jars/scala-compiler-2.10.6.jar
328 bootstrapdeps/org.scala-lang/scala-compiler/ivy-2.10.6.xml
329 bootstrapdeps/org.scala-lang/scala-library/jars/scala-library-2.10.6.jar
330 bootstrapdeps/org.scala-lang/scala-library/ivy-2.10.6.xml
331 bootstrapdeps/org.scala-lang/scala-reflect/jars/scala-reflect-2.10.6.jar
332 bootstrapdeps/org.scala-lang/scala-reflect/ivy-2.10.6.xml
333 bootstrapdeps/org.scala-lang/scala-actors/jars/scala-actors-2.10.6.jar
334 bootstrapdeps/org.scala-lang/scala-actors/ivy-2.10.6.xml
335 Copyright: EPFL LAMP
336 Typesafe, Inc.
337 License: BSD-3-clause
338
339 Files: bootstrapdeps/org.scala-sbt.ivy/ivy/jars/ivy-2.3.0-sbt-2cc8d2761242b072cedb0a04cb39435c4fa24f9a.jar
340 bootstrapdeps/org.scala-sbt.ivy/ivy/ivy-2.3.0-sbt-2cc8d2761242b072cedb0a04cb39435c4fa24f9a.xml
341 Copyright: Eugene Yokota
342 License: Apache-2.0
343
344 Files: bootstrapdeps/org.scala-sbt/actions/jars/actions-0.13.12.jar
345 bootstrapdeps/org.scala-sbt/actions/ivy-0.13.12.xml
346 bootstrapdeps/org.scala-sbt/api/jars/api-0.13.12.jar
347 bootstrapdeps/org.scala-sbt/api/ivy-0.13.12.xml
348 bootstrapdeps/org.scala-sbt/apply-macro/jars/apply-macro-0.13.12.jar
349 bootstrapdeps/org.scala-sbt/apply-macro/ivy-0.13.12.xml
350 bootstrapdeps/org.scala-sbt/cache/jars/cache-0.13.12.jar
351 bootstrapdeps/org.scala-sbt/cache/ivy-0.13.12.xml
352 bootstrapdeps/org.scala-sbt/classfile/jars/classfile-0.13.12.jar
353 bootstrapdeps/org.scala-sbt/classfile/ivy-0.13.12.xml
354 bootstrapdeps/org.scala-sbt/classpath/jars/classpath-0.13.12.jar
355 bootstrapdeps/org.scala-sbt/classpath/ivy-0.13.12.xml
356 bootstrapdeps/org.scala-sbt/collections/jars/collections-0.13.12.jar
357 bootstrapdeps/org.scala-sbt/collections/ivy-0.13.12.xml
358 bootstrapdeps/org.scala-sbt/command/jars/command-0.13.12.jar
359 bootstrapdeps/org.scala-sbt/command/ivy-0.13.12.xml
360 bootstrapdeps/org.scala-sbt/compile/jars/compile-0.13.12.jar
361 bootstrapdeps/org.scala-sbt/compile/ivy-0.13.12.xml
362 bootstrapdeps/org.scala-sbt/compiler-integration/jars/compiler-integration-0.13.12.jar
363 bootstrapdeps/org.scala-sbt/compiler-integration/ivy-0.13.12.xml
364 bootstrapdeps/org.scala-sbt/compiler-interface/jars/compiler-interface-0.13.12.jar
365 bootstrapdeps/org.scala-sbt/compiler-interface/ivy-0.13.12.xml
366 bootstrapdeps/org.scala-sbt/compiler-ivy-integration/jars/compiler-ivy-integration-0.13.12.jar
367 bootstrapdeps/org.scala-sbt/compiler-ivy-integration/ivy-0.13.12.xml
368 bootstrapdeps/org.scala-sbt/completion/jars/completion-0.13.12.jar
369 bootstrapdeps/org.scala-sbt/completion/ivy-0.13.12.xml
370 bootstrapdeps/org.scala-sbt/control/jars/control-0.13.12.jar
371 bootstrapdeps/org.scala-sbt/control/ivy-0.13.12.xml
372 bootstrapdeps/org.scala-sbt/cross/jars/cross-0.13.12.jar
373 bootstrapdeps/org.scala-sbt/cross/ivy-0.13.12.xml
374 bootstrapdeps/org.scala-sbt/incremental-compiler/jars/incremental-compiler-0.13.12.jar
375 bootstrapdeps/org.scala-sbt/incremental-compiler/ivy-0.13.12.xml
376 bootstrapdeps/org.scala-sbt/interface/jars/interface-0.13.12.jar
377 bootstrapdeps/org.scala-sbt/interface/ivy-0.13.12.xml
378 bootstrapdeps/org.scala-sbt/io/jars/io-0.13.12.jar
379 bootstrapdeps/org.scala-sbt/io/ivy-0.13.12.xml
380 bootstrapdeps/org.scala-sbt/ivy/jars/ivy-0.13.12.jar
381 bootstrapdeps/org.scala-sbt/ivy/ivy-0.13.12.xml
382 bootstrapdeps/org.scala-sbt/logging/jars/logging-0.13.12.jar
383 bootstrapdeps/org.scala-sbt/logging/ivy-0.13.12.xml
384 bootstrapdeps/org.scala-sbt/logic/jars/logic-0.13.12.jar
385 bootstrapdeps/org.scala-sbt/logic/ivy-0.13.12.xml
386 bootstrapdeps/org.scala-sbt/main-settings/jars/main-settings-0.13.12.jar
387 bootstrapdeps/org.scala-sbt/main-settings/ivy-0.13.12.xml
388 bootstrapdeps/org.scala-sbt/main/jars/main-0.13.12.jar
389 bootstrapdeps/org.scala-sbt/main/ivy-0.13.12.xml
390 bootstrapdeps/org.scala-sbt/persist/jars/persist-0.13.12.jar
391 bootstrapdeps/org.scala-sbt/persist/ivy-0.13.12.xml
392 bootstrapdeps/org.scala-sbt/process/jars/process-0.13.12.jar
393 bootstrapdeps/org.scala-sbt/process/ivy-0.13.12.xml
394 bootstrapdeps/org.scala-sbt/relation/jars/relation-0.13.12.jar
395 bootstrapdeps/org.scala-sbt/relation/ivy-0.13.12.xml
396 bootstrapdeps/org.scala-sbt/run/jars/run-0.13.12.jar
397 bootstrapdeps/org.scala-sbt/run/ivy-0.13.12.xml
398 bootstrapdeps/org.scala-sbt/sbt/jars/sbt-0.13.12.jar
399 bootstrapdeps/org.scala-sbt/sbt/ivy-0.13.12.xml
400 bootstrapdeps/org.scala-sbt/task-system/jars/task-system-0.13.12.jar
401 bootstrapdeps/org.scala-sbt/task-system/ivy-0.13.12.xml
402 bootstrapdeps/org.scala-sbt/tasks/jars/tasks-0.13.12.jar
403 bootstrapdeps/org.scala-sbt/tasks/ivy-0.13.12.xml
404 bootstrapdeps/org.scala-sbt/test-agent/jars/test-agent-0.13.12.jar
405 bootstrapdeps/org.scala-sbt/test-agent/ivy-0.13.12.xml
406 bootstrapdeps/org.scala-sbt/testing/jars/testing-0.13.12.jar
407 bootstrapdeps/org.scala-sbt/testing/ivy-0.13.12.xml
408 bootstrapdeps/org.scala-sbt/tracking/jars/tracking-0.13.12.jar
409 bootstrapdeps/org.scala-sbt/tracking/ivy-0.13.12.xml
410 Copyright: Josh Suereth
411 Eugene Yokota
412 License: BSD-3-clause
413
414 Files: bootstrapdeps/org.scala-tools.sbinary/sbinary_2.10/jars/sbinary_2.10-0.4.2.jar
415 bootstrapdeps/org.scala-tools.sbinary/sbinary_2.10/ivy-0.4.2.xml
416 Copyright: David R. MacIver
417 License: Expat
418
419 Files: bootstrapdeps/org.scala-sbt/launcher-interface/jars/launcher-interface-1.0.0-M1.jar
420 bootstrapdeps/org.scala-sbt/launcher-interface/ivy-1.0.0-M1.xml
421 Copyright: Josh Suereth
422 Eugene Yokota
423 License: BSD-3-clause
424
425 Files: bootstrapdeps/org.scala-sbt/serialization_2.10/jars/serialization_2.10-0.1.2.jar
426 bootstrapdeps/org.scala-sbt/serialization_2.10/ivy-0.1.2.xml
427 Copyright: Havoc Pennington
428 Eugene Yokota
429 Josh Suereth
430 License: Apache-2.0
431
432 Files: bootstrapdeps/org.scala-sbt/test-interface/jars/test-interface-1.0.jar
433 bootstrapdeps/org.scala-sbt/test-interface/ivy-1.0.xml
434 Copyright: Mark Harrah
435 Josh Cough
436 Bill Venners
437 Chua Chee Seng
438 License: BSD-3-clause
439
440 Files: bootstrapdeps/org.scalamacros/quasiquotes_2.10/jars/quasiquotes_2.10-2.0.1.jar
441 bootstrapdeps/org.scalamacros/quasiquotes_2.10/ivy-2.0.1.xml
442 Copyright: Eugene Burmako
443 License: BSD-3-clause
444
445 Files: bootstrapdeps/org.scalatest/scalatest_2.11/bundles/scalatest_2.11-3.0.0.jar
446 bootstrapdeps/org.scalatest/scalatest_2.11/ivy-3.0.0.xml
447 Copyright: Bill Venners
448 License: Apache-2.0
449
450 Files: bootstrapdeps/org.spire-math/jawn-parser_2.10/jars/jawn-parser_2.10-0.6.0.jar
451 bootstrapdeps/org.spire-math/jawn-parser_2.10/ivy-0.6.0.xml
452 bootstrapdeps/org.spire-math/json4s-support_2.10/jars/json4s-support_2.10-0.6.0.jar
453 bootstrapdeps/org.spire-math/json4s-support_2.10/ivy-0.6.0.xml
454 Copyright: Erik Osheim
455 License: Expat
456
457 License: public-domain
458 I, the copyright holder of this work, hereby release it into the public domain. This applies worldwide.
459 .
460 In case this is not legally possible, I grant any entity the right to use this work for any purpose,
461 without any conditions, unless such conditions are required by law.
462
463 License: BSD-2-clause
464 All rights reserved.
465 .
466 Redistribution and use in source and binary forms, with or without
467 modification, are permitted provided that the following conditions are
468 met:
469 .
470 1. Redistributions of source code must retain the above copyright
471 notice, this list of conditions and the following disclaimer.
472 2. Redistributions in binary form must reproduce the above copyright
473 notice, this list of conditions and the following disclaimer in the
474 documentation and/or other materials provided with the distribution.
475 .
476 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
477 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
478 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
479 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
480 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
481 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
482 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
483 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
484 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
485 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
486 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
487
488 License: BSD-3-clause
489 All rights reserved.
490 .
491 Redistribution and use in source and binary forms, with or without
492 modification, are permitted provided that the following conditions are
493 met:
494 1. Redistributions of source code must retain the above copyright
495 notice, this list of conditions and the following disclaimer.
496 2. Redistributions in binary form must reproduce the above copyright
497 notice, this list of conditions and the following disclaimer in the
498 documentation and/or other materials provided with the distribution.
499 3. Neither the name of the University nor the names of its contributors
500 may be used to endorse or promote products derived from this
501 software without specific prior written permission.
502 .
503 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
504 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
505 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
506 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS
507 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
508 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
509 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
510 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
511 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
512 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
513 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
514
515 License: Apache-2.0
516 On Debian systems, the full text of the Apache-2.0 license
517 can be found in the file '/usr/share/common-licenses/Apache-2.0'
518
519 License: LGPL-2.1
520 On Debian systems, the full text of the LGPL-2.1 license
521 can be found in the file '/usr/share/common-licenses/LGPL-2.1'
522
523 License: Expat
524 Permission is hereby granted, free of charge, to any person obtaining a copy
525 of this software and associated documentation files (the "Software"), to
526 deal in the Software without restriction, including without limitation the
527 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
528 sell copies of the Software, and to permit persons to whom the Software is
529 furnished to do so, subject to the following conditions:
530 .
531 The above copyright notice and this permission notice shall be included in
532 all copies or substantial portions of the Software.
533 .
534 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
535 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
536 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
537 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
538 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
539 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
540 IN THE SOFTWARE.
541
542 License: GPL-2.0+-with-classpath-exception
543 On Debian systems, the full text of the GPL-2 license
544 can be found in the file '/usr/share/common-licenses/GPL-2'
545 .
546 "CLASSPATH" EXCEPTION TO THE GPL
547 .
548 Certain source files distributed by Oracle America and/or its affiliates are
549 subject to the following clarification and special exception to the GPL, but
550 only where Oracle has expressly included in the particular source file's header
551 the words "Oracle designates this particular file as subject to the "Classpath"
552 exception as provided by Oracle in the LICENSE file that accompanied this code."
553 .
554 Linking this library statically or dynamically with other modules is making
555 a combined work based on this library. Thus, the terms and conditions of
556 the GNU General Public License cover the whole combination.
557 .
558 As a special exception, the copyright holders of this library give you
559 permission to link this library with independent modules to produce an
560 executable, regardless of the license terms of these independent modules,
561 and to copy and distribute the resulting executable under terms of your
562 choice, provided that you also meet, for each linked independent module,
563 the terms and conditions of the license of that module. An independent
564 module is a module which is not derived from or based on this library. If
565 you modify this library, you may extend this exception to your version of
566 the library, but you are not obligated to do so. If you do not wish to do
567 so, delete this exception statement from your version.
0 org.spire-math s/jawn-json4s_2.11/json4s-support_2.11/
0 use-latest-sbt.patch
0 Description: Use latest sbt version
1 sbt launcher is used by sbt and we're in the process of building sbt so, let's
2 use the sbt that is just before and available.
3 Author: Frederic Bonnard <frediz@linux.vnet.ibm.com>
4 ---
5 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
6 --- a/project/build.properties
7 +++ b/project/build.properties
8 @@ -1 +1 @@
9 -sbt.version=0.13.8
10 +sbt.version=0.13.12
0 #!/usr/bin/make -f
1
2 export SBTHOME=$(CURDIR)/debian/sbt_home
3 export HOME=$(SBTHOME)
4 export SBTCMD=$(CURDIR)/bootstrapsbt/bin/sbt -verbose -debug -sbt-dir $(SBTHOME)/.sbt -ivy $(SBTHOME)/.ivy2
5
6 PKD = $(abspath $(dir $(MAKEFILE_LIST)))
7 SRCPKG = $(word 2,$(shell dpkg-parsechangelog -l$(PKD)/changelog | grep ^Source))
8 BINPKG = lib$(SRCPKG)-java
9 PKGVER ?= $(shell dpkg-parsechangelog -l$(PKD)/changelog -SVersion | cut -d- -f1)
10 SBTVER ?= $(shell grep sbt.version= $(CURDIR)/project/build.properties | sed 's/.*=//')
11 URL = https://dl.bintray.com/sbt/native-packages/sbt/$(SBTVER)/sbt-$(SBTVER).tgz
12
13 PKG_ORIG = $(CURDIR)/../$(SRCPKG)_$(PKGVER).orig.tar.gz
14 BOOTSTRAP_SBT = $(CURDIR)/../$(SRCPKG)_$(PKGVER).orig-bootstrapsbt.tar.xz
15 BOOTSTRAP_DEPS = $(CURDIR)/../$(SRCPKG)_$(PKGVER).orig-bootstrapdeps.tar.xz
16 BOOTSTRAP_DEPS_SOURCES = $(CURDIR)/../$(SRCPKG)_$(PKGVER).orig-bootstrapdeps-sources.tar.xz
17
18 %:
19 dh $@ --with javahelper --with maven_repo_helper
20
21 override_dh_auto_build:
22 mkdir -p $(SBTHOME)/.ivy2/cache
23 cp -fr $(CURDIR)/bootstrapdeps/* $(SBTHOME)/.ivy2/cache/
24 mkdir $(SBTHOME)/.sbt
25 echo "[repositories]" > $(SBTHOME)/.sbt/repositories
26 echo "local" >> $(SBTHOME)/.sbt/repositories
27 cp -frv $(CURDIR)/bootstrapdeps-sources/. $(SBTHOME)/.ivy2/cache/
28 $(SBTCMD) 'set offline := true' -Dsbt.override.build.repos=true packageBin make-pom
29 find ./ -name '*.pom'|grep target|grep -v jawn_|sed 's/\(.*\).pom/\1.pom --package=$(BINPKG) --has-package-version --java-lib --artifact=\1.jar/' > $(CURDIR)/debian/$(BINPKG).poms
30
31 override_dh_clean:
32 rm -fr .git $(SBTHOME) project/project $(shell find ./ -name target -type d) debian/$(BINPKG).poms
33 dh_clean
34
35 .PHONY: get-orig-source
36
37 get-orig-source: $(PKG_ORIG) $(BOOTSTRAP_DEPS) $(BOOTSTRAP_DEPS_SOURCES)
38
39 $(PKG_ORIG):
40 @echo
41 @echo "Downloading latest $(SRCPKG)-$(PKGVER)"
42 uscan --noconf --verbose --rename --check-dirname-level=0 --download-version $(PKGVER) $(PKD)
43
44 $(BOOTSTRAP_SBT):
45 @echo
46 @echo "Fetching sbt binary for bootstrap"
47 wget -q $(URL)
48 rm -fr bootstrapsbt
49 mkdir bootstrapsbt
50 tar -C bootstrapsbt --strip-components=1 -zxf sbt-$(SBTVER).tgz
51 tar -JcC bootstrapsbt -f $(BOOTSTRAP_SBT) .
52 rm -fr sbt-$(SBTVER).tgz
53
54 $(BOOTSTRAP_DEPS) $(BOOTSTRAP_DEPS_SOURCES): $(BOOTSTRAP_SBT)
55 @echo
56 @echo "Fetching online sbt project build dependancies"
57 rm -fr bootstrapsbt bootstrapdeps-sources
58 mkdir bootstrapsbt
59 tar -Jx -C bootstrapsbt -f $(BOOTSTRAP_SBT)
60 mkdir -p $(SBTHOME)/.ivy2/cache
61 mkdir $(SBTHOME)/.sbt
62 $(SBTCMD) update
63 #$(SBTCMD) update updateSbtClassifiers
64 # "update" compiles compiler-interface jar with the scala defined by
65 # the project, so we remove it and store all jar srcs into a dedicated
66 # debian source component that will be copied before compiling the
67 # whole project, including the compiler-interface jar
68 # After bootstrap, we intend to provide this compiler-interface, built
69 # with debian's scala
70 rm -fr $(SBTHOME)/.ivy2/cache/org.scala-sbt/org.scala-sbt-compiler-interface-*
71 # .properties and .xml.original will be regenerated and that will avoid unnecessary debian/copyright work
72 find $(SBTHOME)/.ivy2/cache \( -name '*.properties' -o -name '*.xml.original' \) -delete
73 # remove path with no jar file
74 find $(SBTHOME)/.ivy2/cache/ -name '*.xml' |while read DIR; do \
75 if [ ! -d $${DIR%/*}/jars -a ! -d $${DIR%/*}/bundles -a ! -d $${DIR%/*}/orbits ]; then rm -fr $${DIR%/*}; fi done
76 cd $(SBTHOME)/.ivy2/cache ; find . -type d -name 'srcs'| while read DIR; do \
77 mkdir -p $(CURDIR)/bootstrapdeps-sources/$$DIR ; \
78 mv $$DIR/* $(CURDIR)/bootstrapdeps-sources/$$DIR ; \
79 rm -fr $$DIR ; \
80 done
81 tar -JcC $(SBTHOME)/.ivy2/cache/ -f $(BOOTSTRAP_DEPS) .
82 tar -Jc -f $(BOOTSTRAP_DEPS_SOURCES) bootstrapdeps-sources
0 3.0 (quilt)
0 bootstrapscala/bin/sbt-launch.jar
0 version=4
1 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/jawn-$1\.tar\.gz/,uversionmangle=s/-(RC|M)/~$1/ \
2 https://github.com/non/jawn/tags .*/v?(\d\S*)\.tar\.gz