Codebase list osmosis / f7d7fc2
Update for protobuf 3.11.4. Bas Couwenberg 4 years ago
3 changed file(s) with 5 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
00 osmosis (0.47.2-2) UNRELEASED; urgency=medium
11
2 * Add patch to fix FTBFS with protobuf 3.10.1.
2 * Add patch to fix FTBFS with protobuf 3.11.4.
33 (closes: #944928)
4 * Require at least libprotobuf-java 3.10.1.
4 * Require at least libprotobuf-java 3.11.4.
55 * Bump debhelper compat to 10, changes:
66 - Drop --parallel option, enabled by default
77
2727 libstax2-api-java,
2828 libosmpbf-java,
2929 libplexus-classworlds-java,
30 libprotobuf-java (>= 3.10.1),
30 libprotobuf-java (>= 3.11.4),
3131 libwoodstox-java,
3232 libxz-java,
3333 maven-repo-helper
0 Description: Update for protobuf 3.10.
0 Description: Update for protobuf 3.11.
11 optimize_for = LITE_RUNIME is deprecated,
22 protobuf-javalite is not packaged
33 Author: Bas Couwenberg <sebastic@debian.org>
2367323673 }
2367423674 /**
2367523675 * <code>repeated .OSMPBF.Relation.MemberType types = 10 [packed = true];</code>
23676 + * @param value The types to add.
23676 + * @return The count of types.
2367723677 */
2367823678 - @java.lang.Override
2367923679 public int getTypesCount() {