[jsoup] 01/06: Switch to debhelper level 10

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sat Oct 29 20:54:38 UTC 2016


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

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

commit f9ea447d464ecd5f571ed9bb5b1a7908943c062a
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Sat Oct 29 22:24:56 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 4f3680a..ab4ff54 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+jsoup (1.9.2-2) UNRELEASED; urgency=medium
+
+  * Switch to debhelper level 10
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Sat, 29 Oct 2016 22:24:54 +0200
+
 jsoup (1.9.2-1) unstable; urgency=medium
 
   * Team upload.
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 9f9a800..213f7a3 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: Torsten Werner <twerner at debian.org>, Jakub Adam <jakub.adam at ktknet.cz>,
  Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4)
+Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 1.4)
 Build-Depends-Indep: libmaven-javadoc-plugin-java, junit4, default-jdk-doc,
  libmaven-bundle-plugin-java
 Standards-Version: 3.9.8
diff --git a/debian/rules b/debian/rules
index 9e49cc3..1a38d46 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 --rename --repack --compression xz

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



More information about the pkg-java-commits mailing list