[lombok-patcher] 02/05: Switch to compat level 10.
Markus Koschany
apo-guest at moszumanska.debian.org
Wed Nov 9 22:11:56 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository lombok-patcher.
commit ebc515f199398996abb641a8033e888d174f69ab
Author: Markus Koschany <apo at debian.org>
Date: Wed Nov 9 22:58:36 2016 +0100
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 01e460e..5ebc3d3 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders:
Build-Depends:
ant,
ant-optional,
- debhelper (>= 9),
+ debhelper (>= 10),
default-jdk,
ivyplusplus,
javahelper,
diff --git a/debian/rules b/debian/rules
index 8279ec5..6110e5d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
export JAVA_HOME=/usr/lib/jvm/default-java
%:
- dh $@ --parallel --with javahelper
+ dh $@ --with javahelper
override_dh_auto_clean:
dh_auto_clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lombok-patcher.git
More information about the pkg-java-commits
mailing list