[libquartz2-java] 02/02: Switch to debhelper level 10

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Nov 16 15:56:41 UTC 2016


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

ebourg-guest pushed a commit to branch master
in repository libquartz2-java.

commit 1a332b3d15f2c7aee41e01bf5ba1537843777b03
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Nov 16 16:55:08 2016 +0100

    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 208547a..fce79df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libquartz2-java (2.2.3-2) UNRELEASED; urgency=medium
 
   * Team upload.
   * Removed the unused dependency on libcommons-modeler-java
+  * Switch to debhelper level 10
 
  -- Emmanuel Bourg <ebourg at apache.org>  Wed, 16 Nov 2016 16:50:00 +0100
 
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 c3c2244..ef0ceaa 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: Varun Hiremath <varun at debian.org>,
            Torsten Werner <twerner at debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
                default-jdk,
                javahelper,
                maven-debian-helper (>= 1.4)
diff --git a/debian/rules b/debian/rules
index c622bcc..4bd83f5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --buildsystem=maven --with javahelper
+	dh $@ --with javahelper
 
 override_dh_auto_install:
 	mh_installpom -plibquartz2-java --no-parent quartz/target/dependency-reduced-pom.xml

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



More information about the pkg-java-commits mailing list