[saxonhe] 01/03: Introduce dependency on libcommons-io-java
Eugene Zhukov
eugene at moszumanska.debian.org
Fri Oct 21 19:31:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
eugene pushed a commit to branch stretch
in repository saxonhe.
commit 0470fedec625c6b00b2007ac8d338b491772cd58
Author: Eugene Zhukov <eugene at debian.org>
Date: Thu Oct 20 22:27:00 2016 +0300
Introduce dependency on libcommons-io-java
---
debian/control | 3 ++-
debian/copyright | 29 +++++++++++++++--------------
debian/patches/pom_added.patch | 9 ++++++++-
3 files changed, 25 insertions(+), 16 deletions(-)
diff --git a/debian/control b/debian/control
index c5fb744..ce4c2e7 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,8 @@ Build-Depends: debhelper (>= 9),
libjdom1-java (>= 1.1),
libxml-commons-resolver1.1-java (>= 1.2),
libxom-java,
- libcomment-preprocessor-java
+ libcomment-preprocessor-java,
+ libcommons-io-java
Standards-Version: 3.9.7
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/copyright b/debian/copyright
index f2d488f..774af12 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,19 +5,6 @@ Source: http://www.saxonica.com/
Files: *
Copyright: 1999-2014, Saxonica
License: MPL-2.0
- The contents of this file are subject to the Mozilla Public License
- Version 2.0 (the "License"); you may not use this file except in
- compliance with the License. You may obtain a copy of the License at
- http://www.mozilla.org/MPL/2.0
- .
- Software distributed under the License is distributed on an "AS IS"
- basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
- License for the specific language governing rights and limitations
- under the License.
- .
- The Original Code is Saxon-HE - The XSLT and XQuery Processor.
- .
- The Initial Developer of the Original Code is Michael H. Kay.
Files: sf/saxon/expr/sort/GenericSorter.java
Copyright: 1999 CERN - European Organization for Nuclear Research.
@@ -32,4 +19,18 @@ License: CERN
Files: debian/*
Copyright: 2013, Eugene Zhukov <jevgeni.zh at gmail.com>
License: MPL-2.0
- same as above
+
+License: MPL-2.0
+ The contents of this file are subject to the Mozilla Public License
+ Version 2.0 (the "License"); you may not use this file except in
+ compliance with the License. You may obtain a copy of the License at
+ http://www.mozilla.org/MPL/2.0
+ .
+ Software distributed under the License is distributed on an "AS IS"
+ basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+ License for the specific language governing rights and limitations
+ under the License.
+ .
+ The Original Code is Saxon-HE - The XSLT and XQuery Processor.
+ .
+ The Initial Developer of the Original Code is Michael H. Kay.
diff --git a/debian/patches/pom_added.patch b/debian/patches/pom_added.patch
index 85d07bb..5a3877b 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,163 @@
+@@ -0,0 +1,160 @@
+<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">
+
@@ -140,6 +140,13 @@ Last-Update: 2014-09-14
+ </goals>
+ </execution>
+ </executions>
++ <dependencies>
++ <dependency>
++ <groupId>commons-io</groupId>
++ <artifactId>commons-io</artifactId>
++ <version>2.5</version>
++ </dependency>
++ </dependencies>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
--
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