Codebase list jawn / d1a3a80
Removed the unused dependency on javahelper Emmanuel Bourg 7 years ago
3 changed file(s) with 3 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
44 - Build the new jawn-util module
55 * No longer build with the embedded SBT using Scala 2.10 (Closes: #893456)
66 * Fixed a build failure with Java 11
7 * Removed the unused dependency on javahelper
78 * Standards-Version updated to 4.2.1
89 * Switch to debhelper level 11
910 * Added the missing Vcs-* fields
55 Build-Depends:
66 debhelper (>= 11),
77 default-jdk,
8 javahelper,
98 libjson4s-java,
109 maven-repo-helper,
1110 scala
1615
1716 Package: libjawn-java
1817 Architecture: all
19 Depends: ${java:Depends}, ${misc:Depends}, libjson4s-java
20 Recommends: ${java:Recommends}
18 Depends: ${misc:Depends}, libjson4s-java
2119 Description: Scala json parser
2220 Jawn was designed to parse JSON into an AST as quickly as possible.
2321 Jawn consists of three parts: a fast, generic JSON parser, a small, somewhat
77 SCALA_BINARY_VERSION=$(SCALA_MAJOR).$(SCALA_MINOR)
88
99 %:
10 dh $@ --with javahelper --with maven-repo-helper
10 dh $@ --with maven-repo-helper
1111
1212 override_dh_auto_build:
1313 # parser