Emmanuel Bourg pushed to branch master at Debian Java Maintainers / equinox-bundles
Commits: c9ed96f0 by Emmanuel Bourg at 2018-12-10T17:58:31Z Fixed the compatibility with Jetty 9.4 - - - - - 36e0cd45 by Emmanuel Bourg at 2018-12-10T17:58:46Z Upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,10 @@ -equinox-bundles (4.9-2) UNRELEASED; urgency=medium +equinox-bundles (4.9-2) unstable; urgency=medium * Depend on libtomcat9-java instead of libtomcat8-java + * Fixed the compatibility with Jetty 9.4 * The license changed to EPL-2.0 - -- Emmanuel Bourg <[email protected]> Mon, 03 Dec 2018 13:47:55 +0100 + -- Emmanuel Bourg <[email protected]> Mon, 10 Dec 2018 18:58:40 +0100 equinox-bundles (4.9-1) unstable; urgency=medium ===================================== debian/control ===================================== @@ -10,7 +10,7 @@ Build-Depends: libeclipse-core-jobs-java, libeclipse-osgi-java, libfelix-gogo-runtime-java, - libjetty9-java, + libjetty9-java (>= 9.4), libosgi-compendium-java, libservlet3.1-java, libtomcat9-java, @@ -142,7 +142,7 @@ Description: Eclipse Equinox Event Admin Package: libequinox-http-jetty-java Architecture: all -Depends: ${misc:Depends}, ${bundle:Depends}, libjetty9-java +Depends: ${misc:Depends}, ${bundle:Depends}, libjetty9-java (>= 9.4) Description: Eclipse Equinox Jetty HTTP Service The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi ===================================== debian/patches/series ===================================== @@ -1,2 +1,2 @@ osgi-compatibility.patch -jetty-compatibility.patch +#jetty-compatibility.patch View it on GitLab: https://salsa.debian.org/java-team/equinox-bundles/compare/b9b644682f18d7e2ca9e8973c2927b82e2229398...36e0cd45f005e69d93c625679f8fc96becbf5293 -- View it on GitLab: https://salsa.debian.org/java-team/equinox-bundles/compare/b9b644682f18d7e2ca9e8973c2927b82e2229398...36e0cd45f005e69d93c625679f8fc96becbf5293 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

