[debian-edu-commits] debian-edu/ 12/26: Fixed the build failure with Maven 3 (Closes: #805665)
Dominik George
natureshadow-guest at moszumanska.debian.org
Fri Oct 7 19:05:41 UTC 2016
This is an automated email from the git hooks/post-receive script.
natureshadow-guest pushed a commit to branch master
in repository guacamole-client.
commit c8fea58888a8df64c16da853a0c2fbe2f5b7c0e3
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Jan 6 00:12:58 2016 +0100
Fixed the build failure with Maven 3 (Closes: #805665)
---
debian/changelog | 1 +
debian/control | 1 +
debian/rules | 3 +++
3 files changed, 5 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index c8b2c54..99c5c82 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
guacamole-client (0.8.3-1.2) UNRELEASED; urgency=medium
* Non-maintainer upload.
+ * Fixed the build failure with Maven 3 (Closes: #805665)
* debian/control:
- Changed the Vcs-* field to point to the Alioth packaging repository
- Standards-Version updated to 3.9.6 (no changes)
diff --git a/debian/control b/debian/control
index e7ee78e..aa04cfd 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Maintainer: Michael Jumper <mike.jumper at guac-dev.org>
Build-Depends: debhelper (>= 9),
default-jdk | java6-sdk,
libmaven-assembly-plugin-java,
+ libmaven-install-plugin-java,
libmaven-plugin-testing-java,
libmaven-war-plugin-java,
libservlet2.5-java,
diff --git a/debian/rules b/debian/rules
index 4721cb9..ce76676 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,6 @@ export JAVA_HOME = /usr/lib/jvm/default-java
%:
dh $@ --buildsystem=maven
+
+override_dh_auto_build:
+ dh_auto_build -- install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/guacamole-client.git
More information about the debian-edu-commits
mailing list