[assertj-core] 02/04: Switch to debhelper level 10

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Jun 30 09:44:01 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository assertj-core.

commit dc96691f03779120b9063c0bb47b02dbd096c44b
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Jun 30 11:30:06 2017 +0200

    Switch to debhelper level 10
---
 debian/changelog | 1 +
 debian/compat    | 2 +-
 debian/control   | 2 +-
 debian/rules     | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b8b4fdf..f4c136c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 assertj-core (2.3.0-4) UNRELEASED; urgency=medium
 
   * Standards-Version updated to 4.0.0
+  * Switch to debhelper level 10
 
  -- Emmanuel Bourg <ebourg at apache.org>  Fri, 30 Jun 2017 11:30:01 +0200
 
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 f4649fb..01a10a3 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Emmanuel Bourg <ebourg at apache.org>
 Build-Depends: ant,
-               debhelper (>= 9),
+               debhelper (>= 10),
                default-jdk,
                libcglib-nodep-java,
                libjarjar-maven-plugin-java,
diff --git a/debian/rules b/debian/rules
index aba914b..5985cac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --buildsystem=maven
+	dh $@
 
 get-orig-source:
 	uscan --download-current-version --force-download --no-symlink

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/assertj-core.git



More information about the pkg-java-commits mailing list