[commons-math] 03/05: Use compat level 11.
Markus Koschany
apo at moszumanska.debian.org
Tue Feb 6 21:09:59 UTC 2018
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository commons-math.
commit 2f6b27663bad47986e9d350021ae633509511bf6
Author: Markus Koschany <apo at debian.org>
Date: Tue Feb 6 21:51:27 2018 +0100
Use compat level 11.
---
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..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
diff --git a/debian/control b/debian/control
index f2730d5..b599335 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib at debian.org>, Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: default-jdk, debhelper (>= 9), maven-debian-helper
+Build-Depends: default-jdk, debhelper (>= 11), maven-debian-helper
Build-Depends-Indep: junit4, libmaven-javadoc-plugin-java
Standards-Version: 4.1.3
Vcs-Git: https://anonscm.debian.org/git/pkg-java/commons-math.git
diff --git a/debian/rules b/debian/rules
index c75d740..f4e2070 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --parallel --buildsystem=maven
+ dh $@ --buildsystem=maven
get-orig-source:
uscan --force-download --rename
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-math.git
More information about the pkg-java-commits
mailing list