[sdo-api-java] 02/06: Bump DH compat level to 10
Miguel Landaeta
nomadium at moszumanska.debian.org
Fri Aug 11 18:33:34 UTC 2017
This is an automated email from the git hooks/post-receive script.
nomadium pushed a commit to branch master
in repository sdo-api-java.
commit 6c7726cb965ab0c2b93a64287754d77c23d356a8
Author: Miguel Landaeta <nomadium at debian.org>
Date: Fri Aug 11 19:33:00 2017 +0100
Bump DH compat level to 10
---
debian/changelog | 3 ++-
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 2 +-
4 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 333005a..041469a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ sdo-api-java (1.1.1-2) UNRELEASED; urgency=medium
* Team upload.
* Remove myself from uploaders. (Closes: #XXXXXX)
+ * Bump DH compat level to 10.
- -- Miguel Landaeta <nomadium at debian.org> Wed, 09 Aug 2017 22:00:43 +0100
+ -- Miguel Landaeta <nomadium at debian.org> Wed, 09 Aug 2017 22:03:13 +0100
sdo-api-java (1.1.1-1) unstable; urgency=low
diff --git a/debian/compat b/debian/compat
index 7f8f011..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+10
diff --git a/debian/control b/debian/control
index 15d4413..f15b976 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: sdo-api-java
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Section: java
Priority: optional
-Build-Depends: debhelper (>= 7.0.50), default-jdk, javahelper
+Build-Depends: debhelper (>= 10~), default-jdk, javahelper
Standards-Version: 3.8.4
Vcs-Git: git://git.debian.org/git/pkg-java/sdo-api-java.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/sdo-api-java.git
diff --git a/debian/rules b/debian/rules
index 755b487..3725c21 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ export JAVA_HOME=/usr/lib/jvm/default-java
export JH_JAR_EXTRA=xml
%:
- dh --with javahelper $@
+ dh $@ --with javahelper
override_jh_build:
cp -a src/main/resources/xml .
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sdo-api-java.git
More information about the pkg-java-commits
mailing list