This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-vfs.
commit 19d0f1adc0300c38f7039058016854646f13e462 Author: Emmanuel Bourg <[email protected]> Date: Thu Jul 7 00:41:57 2016 +0200 Disabled the new HDFS provider --- debian/changelog | 1 + debian/maven.ignoreRules | 2 ++ debian/patches/disable_hdfs_provider.diff | 21 +++++++++++++++++++++ debian/patches/series | 1 + 4 files changed, 25 insertions(+) diff --git a/debian/changelog b/debian/changelog index ae9c6e4..76bd44a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ commons-vfs (2.1-1) UNRELEASED; urgency=medium * New upstream release - Refreshed the patches + - Disabled the new HDFS provider (missing dependencies) * Moved the package to Git * Standards-Version updated to 3.9.8 diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index db4af2b..1cd018d 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -19,3 +19,5 @@ org.apache.maven.plugins maven-checkstyle-plugin * * * * org.apache.maven.plugins maven-changes-plugin * * * * org.apache.maven.scm maven-scm* * * * * org.apache.commons commons-build-plugin * * * * +org.apache.hadoop hadoop-common * * * * +org.apache.hadoop hadoop-hdfs * * * * diff --git a/debian/patches/disable_hdfs_provider.diff b/debian/patches/disable_hdfs_provider.diff new file mode 100644 index 0000000..d122e6d --- /dev/null +++ b/debian/patches/disable_hdfs_provider.diff @@ -0,0 +1,21 @@ +Description: Disables the HDFS provider due to missing dependencies +Author: Emmanuel Bourg <[email protected]> +Forwarded: not-needed +--- a/core/pom.xml ++++ b/core/pom.xml +@@ -215,6 +215,7 @@ + <configuration> + <excludes> + <exclude>**/webdav/*</exclude> ++ <exclude>**/hdfs/*</exclude> + </excludes> + </configuration> + <goals> +@@ -227,6 +228,7 @@ + <configuration> + <testExcludes> + <exclude>**/webdav/test/*</exclude> ++ <exclude>**/hdfs/test/*</exclude> + </testExcludes> + </configuration> + <goals> diff --git a/debian/patches/series b/debian/patches/series index c5685c0..f3e20bd 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ disable_webdav_provider.diff +disable_hdfs_provider.diff -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-vfs.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

