Pierre Gruet pushed to branch master at Debian Java Maintainers / libkryo-java
Commits: f49f8b3a by Pierre Gruet at 2021-08-19T10:47:56+02:00 Adding a versioned dependency on libreflectasm-java - - - - - 74895169 by Pierre Gruet at 2021-08-19T15:08:22+02:00 Upload to experimental - - - - - 98d57d1b by Pierre Gruet at 2021-08-24T21:58:53+02:00 Marking the doc package as Multi-Arch: foreign - - - - - 9b396c36 by Pierre Gruet at 2021-08-25T08:22:16+02:00 Acknowledging two no-source-change NMUs in d/changelog - - - - - a8fd3205 by Pierre Gruet at 2021-08-25T11:25:20+02:00 Adding a versioned dependency on libreflectasm-java - - - - - 0bd8f55f by Pierre Gruet at 2021-08-25T11:25:28+02:00 Upload to unstable - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,4 +1,14 @@ -libkryo-java (2.20-7) UNRELEASED; urgency=medium +libkryo-java (2.20-7) unstable; urgency=medium + + * Team upload. + * Upload to unstable after successful tests against new upstream version of + libreflectasm-java + * Marking the doc package as Multi-Arch: foreign + * Adding a versioned dependency on libreflectasm-java + + -- Pierre Gruet <[email protected]> Tue, 24 Aug 2021 21:53:17 +0200 + +libkryo-java (2.20-7~exp0) experimental; urgency=medium * Team upload. * Changing the coordinates of reflectasm @@ -14,6 +24,20 @@ libkryo-java (2.20-7) UNRELEASED; urgency=medium -- Pierre Gruet <[email protected]> Thu, 19 Aug 2021 10:25:24 +0200 +libkryo-java (2.20-6.2) unstable; urgency=medium + + * Non maintainer upload by the Reproducible Builds team. + * No source change upload to rebuild on buildd with .buildinfo files. + + -- Holger Levsen <[email protected]> Mon, 28 Dec 2020 13:01:49 +0100 + +libkryo-java (2.20-6.1) unstable; urgency=medium + + * Non maintainer upload by the Reproducible Builds team. + * No source change upload to rebuild on buildd with .buildinfo files. + + -- Holger Levsen <[email protected]> Mon, 28 Dec 2020 12:28:30 +0100 + libkryo-java (2.20-6) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -8,7 +8,7 @@ Build-Depends: debhelper-compat (= 13), javahelper (>= 0.43), libminlog-java (>= 1.3), libobjenesis-java, - libreflectasm-java, + libreflectasm-java (>= 1.11.6+dfsg-1~), maven-repo-helper Standards-Version: 4.6.0 Vcs-Git: https://salsa.debian.org/java-team/libkryo-java.git @@ -18,7 +18,7 @@ Rules-Requires-Root: no Package: libkryo-java Architecture: all -Depends: ${misc:Depends}, libminlog-java (>= 1.3), libobjenesis-java, libreflectasm-java +Depends: ${misc:Depends}, libminlog-java (>= 1.3), libobjenesis-java, libreflectasm-java (>= 1.11.6+dfsg-1~) Description: object graph serialization framework for Java Kryo is a fast and efficient object graph serialization framework for Java. The goals of the project are speed, efficiency, and an easy to use API. @@ -33,6 +33,7 @@ Architecture: all Section: doc Depends: ${java:Depends}, ${misc:Depends} Recommends: ${java:Recommends} +Multi-Arch: foreign Description: object graph serialization framework for Java - doc Kryo is a fast and efficient object graph serialization framework for Java. The goals of the project are speed, efficiency, and an easy to use API. View it on GitLab: https://salsa.debian.org/java-team/libkryo-java/-/compare/cde9be8d70c17da5d9042598a39427b1e2f1db5c...0bd8f55f45f8d4cabd068f14d99e8eacf22de722 -- View it on GitLab: https://salsa.debian.org/java-team/libkryo-java/-/compare/cde9be8d70c17da5d9042598a39427b1e2f1db5c...0bd8f55f45f8d4cabd068f14d99e8eacf22de722 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

