Jérôme Charaoui pushed to branch debian/main at Debian Clojure Maintainers / trapperkeeper-clojure
Commits: 4d44d323 by Jérôme Charaoui at 2023-02-07T07:39:44-05:00 d/control: breaks current puppetdb and puppetserver Add Breaks: to allow migration. These two packages need to be patched to run without nrepl. - - - - - 44764e9b by Jérôme Charaoui at 2023-02-09T08:54:33-05:00 Update changelog for 3.2.0-3 release - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +trapperkeeper-clojure (3.2.0-3) unstable; urgency=medium + + * d/control: breaks current puppetdb and puppetserver + + -- Jérôme Charaoui <[email protected]> Thu, 09 Feb 2023 08:54:20 -0500 + trapperkeeper-clojure (3.2.0-2) unstable; urgency=medium * remove dependency on nrepl-clojure ===================================== debian/control ===================================== @@ -60,6 +60,9 @@ Recommends: ${java:Recommends}, Suggests: libnrepl-clojure, +Breaks: + puppetdb (<= 7.12.1-2), + puppetserver (<= 7.9.4-1), Description: framework for configuring, composing and running Clojure services Trapperkeeper is a Clojure framework for hosting long-running applications and services. It acts as a sort of "binder" for Ring applications and other View it on GitLab: https://salsa.debian.org/clojure-team/trapperkeeper-clojure/-/compare/f7a252699c0cfa1e685f4492dddca997870cd2a3...44764e9b09b67a30dd0ca7f6eb2d3e1a88ceaeb0 -- View it on GitLab: https://salsa.debian.org/clojure-team/trapperkeeper-clojure/-/compare/f7a252699c0cfa1e685f4492dddca997870cd2a3...44764e9b09b67a30dd0ca7f6eb2d3e1a88ceaeb0 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

