[med-svn] [Git][med-team/libsis-jhdf5-java][use_gradle] Make sure Debian packaged JARs will befound instead of binary Jars shipped by upstream.
Andreas Tille
gitlab at salsa.debian.org
Thu Sep 20 12:53:32 BST 2018
Andreas Tille pushed to branch use_gradle at Debian Med / libsis-jhdf5-java
Commits:
027e5860 by Andreas Tille at 2018-09-20T11:52:43Z
Make sure Debian packaged JARs will befound instead of binary Jars shipped by upstream.
- - - - -
1 changed file:
- debian/patches/use_debian_packaged_libs.patch
Changes:
=====================================
debian/patches/use_debian_packaged_libs.patch
=====================================
@@ -42,3 +42,16 @@
}
compileJava {
+--- a/build.gradle
++++ b/build.gradle
+@@ -3,8 +3,8 @@ apply from: 'javaproject.gradle'
+ group='sis'
+
+ dependencies {
+- compile fileTree(dir: 'libs/prod', include: '*.jar')
+- testCompile fileTree(dir: 'libs/test', include: '*.jar')
++ compile fileTree(dir: '/usr/share/java', include: '*.jar')
++ testCompile fileTree(dir: '/usr/share/java', include: '*.jar')
+ }
+
+ tasks.withType(Test) {
View it on GitLab: https://salsa.debian.org/med-team/libsis-jhdf5-java/commit/027e5860855312df1c7bfca17c02c3a143b30980
--
View it on GitLab: https://salsa.debian.org/med-team/libsis-jhdf5-java/commit/027e5860855312df1c7bfca17c02c3a143b30980
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/debian-med-commit/attachments/20180920/6f8e0663/attachment.html>
More information about the debian-med-commit
mailing list