[libquartz-java] 02/03: Switch to debhelper level 10
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Nov 16 16:03:56 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libquartz-java.
commit def3f5beaa6e923e82a1c484b297973a07c03240
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Nov 16 16:58:12 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 f16e293..263612b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libquartz-java (1:1.8.6-3) 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:57:30 +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 428c30c..bf6edeb 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 b6ca1b8..31c6da0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --buildsystem=maven --with javahelper
+ dh $@ --with javahelper
get-orig-source:
uscan --download-current-version --force-download
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libquartz-java.git
More information about the pkg-java-commits
mailing list