[undertow] 02/04: Switch to compat level 10.
Markus Koschany
apo at moszumanska.debian.org
Fri Sep 23 17:34:05 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository undertow.
commit 8fb8db91254db1a5ebcf5549f11d91f94c996a69
Author: Markus Koschany <apo at debian.org>
Date: Fri Sep 23 19:17:56 2016 +0200
Switch to compat level 10.
---
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index fcd0396..674eb42 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
Uploaders:
Markus Koschany <apo at debian.org>
Build-Depends:
- debhelper (>= 9),
+ debhelper (>= 10),
default-jdk,
default-jdk-doc,
libapacheds-java,
diff --git a/debian/rules b/debian/rules
index 816bf58..48e636f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --parallel --buildsystem=maven
+ dh $@ --buildsystem=maven
override_dh_auto_test:
# Do nothing here to prevent a FTBFS due to a bug in maven-compiler-plugin
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/undertow.git
More information about the pkg-java-commits
mailing list