[shimdandy] 15/21: Fix Clojure dep with fix-clojure-dep.patch

Tony Mancill tmancill at moszumanska.debian.org
Sun Aug 13 15:08:28 UTC 2017


This is an automated email from the git hooks/post-receive script.

tmancill pushed a commit to branch master
in repository shimdandy.

commit 788cb933ab33d57cef4e61e5d905865826b0da80
Author: Tom Marble <tmarble at info9.net>
Date:   Fri Aug 11 15:28:44 2017 -0500

    Fix Clojure dep with fix-clojure-dep.patch
    
    Signed-off-by: Tom Marble <tmarble at info9.net>
---
 debian/control                       |  2 +-
 debian/patches/fix-clojure-dep.patch | 13 +++++++++++++
 debian/patches/series                |  1 +
 3 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index d4079bd..eb0855a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Tom Marble <tmarble at info9.ne>
-Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.1), libclojure-java
+Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.1), libclojure-java (= 1.8.0)
 Standards-Version: 4.0.1
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/shimdandy.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/shimdandy.git
diff --git a/debian/patches/fix-clojure-dep.patch b/debian/patches/fix-clojure-dep.patch
new file mode 100644
index 0000000..73ccdb3
--- /dev/null
+++ b/debian/patches/fix-clojure-dep.patch
@@ -0,0 +1,13 @@
+Index: shimdandy/impl/pom.xml
+===================================================================
+--- shimdandy.orig/impl/pom.xml	2017-08-11 13:36:17.000000000 -0500
++++ shimdandy/impl/pom.xml	2017-08-11 15:27:26.485870156 -0500
+@@ -22,7 +22,7 @@
+     <dependency>
+       <groupId>org.clojure</groupId>
+       <artifactId>clojure</artifactId>
+-      <scope>provided</scope>
++      <version>1.8.0</version>
+     </dependency>
+     <dependency>
+       <groupId>junit</groupId>
diff --git a/debian/patches/series b/debian/patches/series
index c1ae343..8b52a94 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+fix-clojure-dep.patch
 exclude-parent-pom.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/shimdandy.git



More information about the pkg-java-commits mailing list