[saxonhe] 05/10: Add build-dep on libintellij-annotations-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 6ee60b9cea9852deb61fd5bb246fb7bb8fee50f8
Author: tony mancill <tmancill at debian.org>
Date:   Sun Feb 11 20:02:35 2018 -0800

    Add build-dep on libintellij-annotations-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 2a66ef0..1d67622 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,8 @@ Build-Depends: debhelper (>= 9),
  libxml-commons-resolver1.1-java (>= 1.2),
  libxom-java,
  libcomment-preprocessor-java,
- libcommons-io-java
+ libcommons-io-java,
+ libintellij-annotations-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 10e1ee9..a682986 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,164 @@
+@@ -0,0 +1,169 @@
 +<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>
@@ -55,6 +55,11 @@ Last-Update: 2014-09-14
 +      <artifactId>xml-resolver</artifactId>
 +      <version>1.2</version>
 +    </dependency>
++    <dependency>
++      <groupId>com.intellij</groupId>
++      <artifactId>annotations</artifactId>
++      <version>12.0</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