Tony Mancill pushed to branch master at Debian Java Maintainers / openjson
Commits: f172f47f by tony mancill at 2023-07-02T08:54:32-07:00 collapse Build-Depends-Indep into Build-Depends for arch:all package - - - - - 7ec6849b by tony mancill at 2023-07-02T08:56:28-07:00 Mark libopenjson-java binary package Multi-Arch: foreign - - - - - 06319d49 by tony mancill at 2023-07-02T08:56:39-07:00 Reword package description - - - - - 5648d539 by tony mancill at 2023-07-02T08:57:45-07:00 Add myself to Uploaders - - - - - c9b6253a by tony mancill at 2023-07-02T08:58:23-07:00 interim changelog entry - - - - - 3 changed files: - debian/changelog - debian/control - debian/copyright Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +openjson (1.0.13-2) UNRELEASED; urgency=medium + + * Collapse Build-Depends-Indep into Build-Depends for arch:all package + * Mark libopenjson-java binary package Multi-Arch: foreign + * Reword package description + * Add myself to Uploaders + + -- tony mancill <[email protected]> Sun, 02 Jul 2023 08:57:56 -0700 + openjson (1.0.13-1) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -3,24 +3,29 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Sudip Mukherjee <[email protected]> -Build-Depends: debhelper-compat (= 13), default-jdk, maven-debian-helper (>= 2.1) -Build-Depends-Indep: junit4 (>= 4.12), libmaven-bundle-plugin-java (>= 3.5.1) -Rules-Requires-Root: no + tony mancill <[email protected]> +Build-Depends: debhelper-compat (= 13), + default-jdk, + junit4 (>= 4.12), + libmaven-bundle-plugin-java (>= 3.5.1), + maven-debian-helper (>= 2.1) Standards-Version: 4.6.2 Vcs-Git: https://salsa.debian.org/java-team/openjson.git Vcs-Browser: https://salsa.debian.org/java-team/openjson Homepage: https://github.com/openjson/openjson +Rules-Requires-Root: no Package: libopenjson-java Architecture: all +Multi-Arch: foreign Depends: ${misc:Depends}, ${maven:Depends} Suggests: ${maven:OptionalDepends} -Description: rewrite of the evil licensed json.org +Description: DFSG licensed rewrite of json.org json.org is a popular java library to parse and create json string from the author of the json standard Douglas Crockford. His implementation however - is not free software[1]. + is not free software [1]. . - The Android team did a cleanroom reimplementation of a json library and - this package has extended the implementation done by the Android team. + The Android team did a cleanroom reimplementation of a json library, and + this package extends the implementation done by the Android team. . [1] http://wiki.debian.org/qa.debian.org/jsonevil ===================================== debian/copyright ===================================== @@ -8,6 +8,7 @@ License: Apache-2.0 Files: debian/* Copyright: 2020-2023, Sudip Mukherjee <[email protected]> + tony mancill <[email protected]> License: Apache-2.0 License: Apache-2.0 View it on GitLab: https://salsa.debian.org/java-team/openjson/-/compare/9a8893c09850847d08e039574ef05ac1158f64b5...c9b6253a7808feb0cd5a7615c301c88c40de9d5c -- View it on GitLab: https://salsa.debian.org/java-team/openjson/-/compare/9a8893c09850847d08e039574ef05ac1158f64b5...c9b6253a7808feb0cd5a7615c301c88c40de9d5c You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

