Removed the unused dependency on javahelper
Emmanuel Bourg
7 years ago
| 4 | 4 |
- Build the new jawn-util module
|
| 5 | 5 |
* No longer build with the embedded SBT using Scala 2.10 (Closes: #893456)
|
| 6 | 6 |
* Fixed a build failure with Java 11
|
|
7 |
* Removed the unused dependency on javahelper
|
| 7 | 8 |
* Standards-Version updated to 4.2.1
|
| 8 | 9 |
* Switch to debhelper level 11
|
| 9 | 10 |
* Added the missing Vcs-* fields
|
| 5 | 5 |
Build-Depends:
|
| 6 | 6 |
debhelper (>= 11),
|
| 7 | 7 |
default-jdk,
|
| 8 | |
javahelper,
|
| 9 | 8 |
libjson4s-java,
|
| 10 | 9 |
maven-repo-helper,
|
| 11 | 10 |
scala
|
|
| 16 | 15 |
|
| 17 | 16 |
Package: libjawn-java
|
| 18 | 17 |
Architecture: all
|
| 19 | |
Depends: ${java:Depends}, ${misc:Depends}, libjson4s-java
|
| 20 | |
Recommends: ${java:Recommends}
|
|
18 |
Depends: ${misc:Depends}, libjson4s-java
|
| 21 | 19 |
Description: Scala json parser
|
| 22 | 20 |
Jawn was designed to parse JSON into an AST as quickly as possible.
|
| 23 | 21 |
Jawn consists of three parts: a fast, generic JSON parser, a small, somewhat
|
| 7 | 7 |
SCALA_BINARY_VERSION=$(SCALA_MAJOR).$(SCALA_MINOR)
|
| 8 | 8 |
|
| 9 | 9 |
%:
|
| 10 | |
dh $@ --with javahelper --with maven-repo-helper
|
|
10 |
dh $@ --with maven-repo-helper
|
| 11 | 11 |
|
| 12 | 12 |
override_dh_auto_build:
|
| 13 | 13 |
# parser
|