[Git][clojure-team/cheshire-clojure][debian/main] 2 commits: d/patches/0001: explicitly add clojure to fix dependency resolution issue.

Louis-Philippe Véronneau (@pollo) gitlab at salsa.debian.org
Mon Jul 1 03:22:43 BST 2024



Louis-Philippe Véronneau pushed to branch debian/main at Debian Clojure Maintainers / cheshire-clojure


Commits:
77490fb5 by Louis-Philippe Véronneau at 2024-06-30T22:19:52-04:00
d/patches/0001: explicitly add clojure to fix dependency resolution issue.

(Closes: #1073377)

- - - - -
82184fbf by Louis-Philippe Véronneau at 2024-06-30T22:22:12-04:00
releasing package cheshire-clojure version 5.11.0-3

- - - - -


2 changed files:

- debian/changelog
- debian/patches/0001-Lein-Local.patch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+cheshire-clojure (5.11.0-3) unstable; urgency=medium
+
+  * Team upload.
+  * d/patches/0001: explicitly add clojure to fix dependency resolution issue.
+    (Closes: #1073377)
+
+ -- Louis-Philippe Véronneau <pollo at debian.org>  Sun, 30 Jun 2024 22:20:00 -0400
+
 cheshire-clojure (5.11.0-2) unstable; urgency=medium
 
   * d/tests: add autopkgtests


=====================================
debian/patches/0001-Lein-Local.patch
=====================================
@@ -9,17 +9,18 @@ Forwarded: not-needed
  project.clj | 20 ++++++++++----------
  1 file changed, 10 insertions(+), 10 deletions(-)
 
-diff --git a/project.clj b/project.clj
-index a77aba6..45a05d6 100644
---- a/project.clj
-+++ b/project.clj
-@@ -5,15 +5,15 @@
+Index: cheshire-clojure/project.clj
+===================================================================
+--- cheshire-clojure.orig/project.clj
++++ cheshire-clojure/project.clj
+@@ -5,15 +5,16 @@
              :url "http://opensource.org/licenses/MIT"
              :distribution :repo}
    :global-vars {*warn-on-reflection* false}
 -  :dependencies [[com.fasterxml.jackson.core/jackson-core "2.13.3"]
 -                 [com.fasterxml.jackson.dataformat/jackson-dataformat-smile "2.13.3"
-+  :dependencies [[com.fasterxml.jackson.core/jackson-core "2.x"]
++  :dependencies [[org.clojure/clojure "1.x"]
++                 [com.fasterxml.jackson.core/jackson-core "2.x"]
 +                 [com.fasterxml.jackson.dataformat/jackson-dataformat-smile "2.x"
                    :exclusions [com.fasterxml.jackson.core/jackson-databind]]
 -                 [com.fasterxml.jackson.dataformat/jackson-dataformat-cbor "2.13.3"



View it on GitLab: https://salsa.debian.org/clojure-team/cheshire-clojure/-/compare/470bf2e183a49a6095a92332f704ea63b9ce4545...82184fbf2d0e7d707acecd279a55485f66b43d25

-- 
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/clojure-team/cheshire-clojure/-/compare/470bf2e183a49a6095a92332f704ea63b9ce4545...82184fbf2d0e7d707acecd279a55485f66b43d25
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20240701/ed43943f/attachment.htm>


More information about the pkg-java-commits mailing list