Repository: bigtop Updated Branches: refs/heads/master ed44d14ef -> eb7abe8c6
BIGTOP-1781: tachyon fails to build Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/eb7abe8c Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/eb7abe8c Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/eb7abe8c Branch: refs/heads/master Commit: eb7abe8c6322cb0df2afffa76489842a50299d91 Parents: ed44d14 Author: Olaf Flebbe <[email protected]> Authored: Wed Apr 1 21:57:16 2015 +0200 Committer: Olaf Flebbe <[email protected]> Committed: Thu Apr 2 09:39:57 2015 +0200 ---------------------------------------------------------------------- bigtop-packages/src/deb/tachyon/compat | 2 +- bigtop-packages/src/deb/tachyon/control | 2 +- .../patch0-exclude-debian-subdir-from-license-check.diff | 10 ++++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/eb7abe8c/bigtop-packages/src/deb/tachyon/compat ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/deb/tachyon/compat b/bigtop-packages/src/deb/tachyon/compat index 7f8f011..ec63514 100644 --- a/bigtop-packages/src/deb/tachyon/compat +++ b/bigtop-packages/src/deb/tachyon/compat @@ -1 +1 @@ -7 +9 http://git-wip-us.apache.org/repos/asf/bigtop/blob/eb7abe8c/bigtop-packages/src/deb/tachyon/control ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/deb/tachyon/control b/bigtop-packages/src/deb/tachyon/control index 96e4677..38a5198 100644 --- a/bigtop-packages/src/deb/tachyon/control +++ b/bigtop-packages/src/deb/tachyon/control @@ -18,7 +18,7 @@ Section: misc Priority: extra Maintainer: Huamin Chen <[email protected]> Build-Depends: debhelper (>= 7.0.50~) -Standards-Version: 0.5.0 +Standards-Version: 3.9.4 Homepage: http://tachyon-project.org Package: tachyon http://git-wip-us.apache.org/repos/asf/bigtop/blob/eb7abe8c/bigtop-packages/src/deb/tachyon/patch0-exclude-debian-subdir-from-license-check.diff ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/deb/tachyon/patch0-exclude-debian-subdir-from-license-check.diff b/bigtop-packages/src/deb/tachyon/patch0-exclude-debian-subdir-from-license-check.diff new file mode 100644 index 0000000..98e6e64 --- /dev/null +++ b/bigtop-packages/src/deb/tachyon/patch0-exclude-debian-subdir-from-license-check.diff @@ -0,0 +1,10 @@ +--- tachyon-0.6.0/pom.xml.orig 2015-02-11 06:23:19.000000000 +0100 ++++ tachyon-0.6.0/pom.xml 2015-04-01 21:52:11.672000000 +0200 +@@ -302,6 +302,7 @@ + <exclude>**/docs/**/*</exclude> + <exclude>LICENSE</exclude> + <exclude>NOTICE</exclude> ++ <exclude>debian/**</exclude> + </excludes> + <mapping> + <java>SLASHSTAR_STYLE</java>
