Jérôme Charaoui pushed to branch debian/main at Debian Clojure Maintainers / 
ring-clojure


Commits:
cc5300d5 by Jérôme Charaoui at 2026-08-11T20:00:16-04:00
d/pacthes: add patch to fix test on single cpu hosts

Closes: #1144180

- - - - -
f6b8a7b0 by Jérôme Charaoui at 2026-08-11T20:02:14-04:00
d/patches: add missing dep-3 headers

- - - - -
ef324317 by Jérôme Charaoui at 2026-08-11T20:17:24-04:00
d/watch: switch to STABLE_VERSION pattern

upstream has a very old 2.0.0-alpha1 git tag that we should ignore

- - - - -
17eeabbc by Jérôme Charaoui at 2026-08-11T20:19:15-04:00
Update changelog for 1.15.5-3 release

- - - - -


6 changed files:

- debian/changelog
- debian/patches/0006_Lein_Local_Core_Prococols.patch
- debian/patches/0007_Lein_Local_Websocket_Prococols.patch
- + debian/patches/Fix-jetty-test-on-single-cpu-hosts.patch
- debian/patches/series
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+ring-clojure (1.15.5-3) unstable; urgency=medium
+
+  * d/pacthes: add patch to fix test on single cpu hosts (Closes: #1144180)
+  * d/patches: add missing dep-3 headers
+  * d/watch: switch to STABLE_VERSION pattern
+
+ -- Jérôme Charaoui <[email protected]>  Tue, 11 Aug 2026 20:19:02 -0400
+
 ring-clojure (1.15.5-2) unstable; urgency=medium
 
   * refresh autopkgtests


=====================================
debian/patches/0006_Lein_Local_Core_Prococols.patch
=====================================
@@ -1,3 +1,9 @@
+Description: Lein local patch for ring-core-protocols
+Author: Thomas Goirand <[email protected]>
+Last-Update: 2026-08-11
+Forwarded: not-needed
+
+
 --- a/ring-core-protocols/project.clj  2026-07-20 22:51:08.844898608 +0200
 +++ b/ring-core-protocols/project.clj  2026-07-20 23:17:39.509256201 +0200
 @@ -6,5 +6,6 @@


=====================================
debian/patches/0007_Lein_Local_Websocket_Prococols.patch
=====================================
@@ -1,3 +1,8 @@
+Description: Lein local patch for ring-websocket-protocols
+Author: Thomas Goirand <[email protected]>
+Last-Update: 2026-08-11
+Forwarded: not-needed
+
 --- a/ring-websocket-protocols/project.clj     2026-07-20 22:51:08.848898719 
+0200
 +++ b/ring-websocket-protocols/project.clj     2026-07-20 23:20:03.309259730 
+0200
 @@ -6,5 +6,6 @@


=====================================
debian/patches/Fix-jetty-test-on-single-cpu-hosts.patch
=====================================
@@ -0,0 +1,21 @@
+Description: Fix jetty test on single cpu hosts
+Author: Jérôme Charaoui <[email protected]>
+Last-Update: 2026-08-11
+Forwarded: not-needed
+
+Avoid failing this test when the host running it has only 1 cpu core: in such
+environments the default number of selectors is 1.
+
+Index: ring-clojure/ring-jetty-adapter/test/ring/adapter/test/jetty.clj
+===================================================================
+--- ring-clojure.orig/ring-jetty-adapter/test/ring/adapter/test/jetty.clj
++++ ring-clojure/ring-jetty-adapter/test/ring/adapter/test/jetty.clj
+@@ -344,7 +344,7 @@
+                                          :join? false})
+           ^org.eclipse.jetty.server.ServerConnector connector (-> server 
(.getConnectors) first)]
+       (is (>= 1 (-> connector (.getAcceptors))))
+-      (is (> (-> connector (.getSelectorManager) (.getSelectorCount)) 1))
++      (is (>= (-> connector (.getSelectorManager) (.getSelectorCount)) 1))
+       (.stop server)))
+ 
+   (testing "using custom connector options"


=====================================
debian/patches/series
=====================================
@@ -8,3 +8,4 @@
 0008_Lein_Local_Jakarta_Servlet.patch
 fix-for-jakarta-6.1.0-support.patch
 Drop-tests-requiring-hato.patch
+Fix-jetty-test-on-single-cpu-hosts.patch


=====================================
debian/watch
=====================================
@@ -2,4 +2,4 @@ Version: 5
 Template: GitHub
 Owner: ring-clojure
 Project: ring
-Version-Type: SEMANTIC_VERSION
+Version-Type: STABLE_VERSION



View it on GitLab: 
https://salsa.debian.org/clojure-team/ring-clojure/-/compare/6e550cff458121824fb6dc14bbbc47dc947ff3e3...17eeabbc86226e179282668a3dae674d3e1adc19

-- 
View it on GitLab: 
https://salsa.debian.org/clojure-team/ring-clojure/-/compare/6e550cff458121824fb6dc14bbbc47dc947ff3e3...17eeabbc86226e179282668a3dae674d3e1adc19
You're receiving this email because of your account on salsa.debian.org. Manage 
all notifications: https://salsa.debian.org/-/profile/notifications | Help: 
https://salsa.debian.org/help


_______________________________________________
pkg-java-commits mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to