This is an automated email from the git hooks/post-receive script. henrich pushed a commit to branch master in repository pleiades.
commit 813ca51b2e5be2200e97a61364598247bef0c3f6 Author: Hideki Yamane <[email protected]> Date: Sun Jul 2 08:16:18 2017 +0900 dh10 --- 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 622c3b1..b931484 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,12 @@ pleiades (1.7.27-1) UNRELEASED; urgency=medium - refresh patches - drop 0005-do-not-ask-timestamp.digicert.com-to-sign.patch: unnecessary patch + * debian/compat + - set 10 + * debian/control + - set Build-Depends: debhelper (>= 10) + * debian/rules + - simplify with dh10 -- Hideki Yamane <[email protected]> Sun, 02 Jul 2017 07:45:36 +0900 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 bba2cef..ec2294c 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: extra Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Hideki Yamane <[email protected]> -Build-Depends: debhelper (>= 9), ant, default-jdk, ant-optional, junit +Build-Depends: debhelper (>= 10), ant, default-jdk, ant-optional, junit Build-Depends-Indep: libcommons-lang-java, libcommons-io-java, libjavassist-java, zip, unzip Standards-Version: 3.9.8 Homepage: https://mergedoc.osdn.jp/ diff --git a/debian/rules b/debian/rules index 05fae1d..06fc648 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ COMPAT_VERSION = $(UPSTREAM_VERSION)~dfsg REMOVE_FILES="srctest/jp/sourceforge/mergedoc/pleiades/resource/3.*" %: - dh $@ --parallel + dh $@ override_dh_auto_build: ant -Dbin.dir=$(CURDIR)/build/bin -Dbuild.dir=$(CURDIR)/build build.full -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/pleiades.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

