[Git][clojure-team/tigris][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:30:27 BST 2024
Louis-Philippe Véronneau pushed to branch debian/main at Debian Clojure Maintainers / tigris
Commits:
461c05ba by Louis-Philippe Véronneau at 2024-06-30T22:27:20-04:00
d/patches/0001: explicitly add clojure to fix dependency resolution issue.
(Closes: #1073373)
- - - - -
fec3effd by Louis-Philippe Véronneau at 2024-06-30T22:30:05-04:00
releasing package tigris version 0.1.2-2
- - - - -
2 changed files:
- debian/changelog
- debian/patches/0001-Local-Lein.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+tigris (0.1.2-2) unstable; urgency=medium
+
+ * Team upload.
+ * d/patches/0001: explicitly add clojure to fix dependency resolution issue.
+ (Closes: #1073373)
+
+ -- Louis-Philippe Véronneau <pollo at debian.org> Sun, 30 Jun 2024 22:27:23 -0400
+
tigris (0.1.2-1) unstable; urgency=medium
* New upstream version 0.1.2
=====================================
debian/patches/0001-Local-Lein.patch
=====================================
@@ -9,16 +9,18 @@ Forwarded: not-needed
project.clj | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
-diff --git a/project.clj b/project.clj
-index 783004e..b4e01eb 100644
---- a/project.clj
-+++ b/project.clj
-@@ -4,7 +4,8 @@
+Index: tigris/project.clj
+===================================================================
+--- tigris.orig/project.clj
++++ tigris/project.clj
+@@ -3,8 +3,9 @@
+ :url "https://github.com/dakrone/tigris"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
- :dependencies []
+- :dependencies []
- :profiles {:dev {:dependencies [[cheshire "5.1.1"]
- [org.clojure/clojure "1.8.0"]]}}
++ :dependencies [[org.clojure/clojure "1.x"]]
+ :profiles {:dev {:dependencies [[cheshire "debian"]
+ [org.clojure/clojure "1.x"]]}}
:source-paths ["src/clj"]
View it on GitLab: https://salsa.debian.org/clojure-team/tigris/-/compare/0900ef849ba4781c9691796de1ef416f2bb3dc72...fec3effd4b41594f065cf418239f5c91c582619f
--
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/clojure-team/tigris/-/compare/0900ef849ba4781c9691796de1ef416f2bb3dc72...fec3effd4b41594f065cf418239f5c91c582619f
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/9e66d690/attachment.htm>
More information about the pkg-java-commits
mailing list