[jabref] 05/07: patch build.gradle for missing compile-time dependency on spin

Tony Mancill tmancill at moszumanska.debian.org
Mon Nov 28 06:40:57 UTC 2016


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

tmancill pushed a commit to branch dev
in repository jabref.

commit 4452c34f6672fa3dc1e7214a6ae4ba87aa81c5e4
Author: tony mancill <tmancill at debian.org>
Date:   Sun Nov 27 19:39:40 2016 -0800

    patch build.gradle for missing compile-time dependency on spin
---
 debian/patches/gradle_build.patch | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/debian/patches/gradle_build.patch b/debian/patches/gradle_build.patch
index a7924c3..b398e7c 100644
--- a/debian/patches/gradle_build.patch
+++ b/debian/patches/gradle_build.patch
@@ -57,7 +57,15 @@
  
  configurations {
      antlr3
-@@ -247,11 +255,12 @@
+@@ -67,6 +75,7 @@
+ }
+ 
+ dependencies {
++    compile 'spin:spin:1.5'
+     compile 'com.jgoodies:jgoodies-common:1.8.1'
+     compile 'com.jgoodies:jgoodies-forms:1.9.0'
+     compile 'com.jgoodies:jgoodies-looks:2.7.0'
+@@ -247,11 +256,12 @@
  
  tasks.withType(Test) {
      reports.html.destination = file("${reporting.baseDir}/${name}")
@@ -73,7 +81,7 @@
  jacocoTestReport {
      reports {
          xml.enabled = true // coveralls plugin depends on xml format report
-@@ -296,6 +305,7 @@
+@@ -296,6 +306,7 @@
          }
      })
  }
@@ -81,7 +89,7 @@
  
  /*
   * Changes project.version to VERSION--snapshot--DATE--GIT_HASH
-@@ -330,6 +340,7 @@
+@@ -330,6 +341,7 @@
      project.version += "--snapshot--" + infoString
  }
  
@@ -89,7 +97,7 @@
  // has to be defined AFTER 'dev' things to have the correct project.version
  task media(type: com.install4j.gradle.Install4jTask, dependsOn: "releaseJar") {
      projectFile = file('jabref.install4j')
-@@ -391,3 +402,4 @@
+@@ -391,3 +403,4 @@
      iterations = 10
      fork = 2
  }

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



More information about the pkg-java-commits mailing list