[maven-install-plugin] 04/05: Added an explicit dependency on common-io to fix a build failure
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Jun 24 15:59:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository maven-install-plugin.
commit 712c8e90f31190d219423a718eda9a76d880ba07
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Jun 24 17:54:12 2015 +0200
Added an explicit dependency on common-io to fix a build failure
---
debian/changelog | 3 ++-
debian/patches/01-add-commons-io-dependency.patch | 17 +++++++++++++++++
debian/patches/series | 1 +
3 files changed, 20 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index f6464bd..7d746f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
-maven-install-plugin (2.4-2) UNRELEASED; urgency=medium
+maven-install-plugin (2.5.2-1) UNRELEASED; urgency=medium
* Team upload.
+ * New upstream release
* Moved the package to Git
* Standards-Version updated to 3.9.6 (no changes)
* Use XZ compression for the upstream tarball
diff --git a/debian/patches/01-add-commons-io-dependency.patch b/debian/patches/01-add-commons-io-dependency.patch
new file mode 100644
index 0000000..6fef995
--- /dev/null
+++ b/debian/patches/01-add-commons-io-dependency.patch
@@ -0,0 +1,17 @@
+Description: Add an explicit dependency on common-io to fix a build failure
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: not-needed
+--- a/pom.xml
++++ b/pom.xml
+@@ -115,6 +115,11 @@
+ <version>0.4</version>
+ </dependency>
+ <dependency>
++ <groupId>commons-io</groupId>
++ <artifactId>commons-io</artifactId>
++ <version>debian</version>
++ </dependency>
++ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ <version>3.0.15</version>
diff --git a/debian/patches/series b/debian/patches/series
index e69de29..c4eda76 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-add-commons-io-dependency.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-install-plugin.git
More information about the pkg-java-commits
mailing list