[med-svn] [mhap] 03/03: Workaround lack of maven artifacts for fastutil in jessie
Afif Elghraoui
afif at moszumanska.debian.org
Mon Oct 10 15:29:27 UTC 2016
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch debian/jessie-backports
in repository mhap.
commit 4beb8112a40f1fa0220273d8b0d9625671f31ba1
Author: Afif Elghraoui <afif at debian.org>
Date: Mon Oct 10 08:28:38 2016 -0700
Workaround lack of maven artifacts for fastutil in jessie
---
debian/patches/maven-artifacts.patch | 22 ++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 23 insertions(+)
diff --git a/debian/patches/maven-artifacts.patch b/debian/patches/maven-artifacts.patch
new file mode 100644
index 0000000..8befacf
--- /dev/null
+++ b/debian/patches/maven-artifacts.patch
@@ -0,0 +1,22 @@
+Description: Tell maven how to find libraries without maven artifacts
+ This change was made with help from Tony Mancill <tmancill at debian.org>
+Author: Afif Elghraoui <afif at debian.org>
+Forwarded: not-needed
+--- mhap.orig/pom.xml
++++ mhap/pom.xml
+@@ -110,6 +110,8 @@
+ <groupId>it.unimi.dsi</groupId>
+ <artifactId>fastutil</artifactId>
+ <version>7.0.12</version>
++ <scope>system</scope>
++ <systemPath>/usr/share/java/fastutil.jar</systemPath>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+@@ -134,4 +136,4 @@
+ </dependencies>
+ <url>https://github.com/marbl/MHAP</url>
+ <description>MinHash alignment process (MHAP pronounced MAP): locality sensitive hashing to detect overlaps and utilities.</description>
+-</project>
+\ No newline at end of file
++</project>
diff --git a/debian/patches/series b/debian/patches/series
index e69de29..daa16be 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+maven-artifacts.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mhap.git
More information about the debian-med-commit
mailing list