[saxonhe] 06/10: Add build-dep on libicu4j-java
tony mancill
tmancill at debian.org
Mon Feb 12 05:07:50 UTC 2018
This is an automated email from the git hooks/post-receive script.
tmancill pushed a commit to branch exp
in repository saxonhe.
commit 8d933056f5a1844181df7ed7f6b5554e696c6ba0
Author: tony mancill <tmancill at debian.org>
Date: Sun Feb 11 20:24:51 2018 -0800
Add build-dep on libicu4j-java
---
debian/control | 3 ++-
debian/patches/pom_added.patch | 7 ++++++-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 1d67622..a786ab3 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,8 @@ Build-Depends: debhelper (>= 9),
libxom-java,
libcomment-preprocessor-java,
libcommons-io-java,
- libintellij-annotations-java
+ libintellij-annotations-java,
+ libicu4j-java
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/saxonhe.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/saxonhe.git
diff --git a/debian/patches/pom_added.patch b/debian/patches/pom_added.patch
index a682986..05c0299 100644
--- a/debian/patches/pom_added.patch
+++ b/debian/patches/pom_added.patch
@@ -5,7 +5,7 @@ Last-Update: 2014-09-14
--- /dev/null
+++ b/pom.xml
-@@ -0,0 +1,169 @@
+@@ -0,0 +1,174 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
@@ -60,6 +60,11 @@ Last-Update: 2014-09-14
+ <artifactId>annotations</artifactId>
+ <version>12.0</version>
+ </dependency>
++ <dependency>
++ <groupId>com.ibm.icu</groupId>
++ <artifactId>icu4j</artifactId>
++ <version>57.1</version>
++ </dependency>
+ </dependencies>
+ <build>
+ <pluginManagement>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/saxonhe.git
More information about the pkg-java-commits
mailing list