This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository okio.
commit e11ffc366df463700008779106d588ab80dfca24 Author: Emmanuel Bourg <[email protected]> Date: Sun Aug 13 00:20:20 2017 +0200 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 463d8e0..9332691 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ okio (1.8.0-2) UNRELEASED; urgency=medium * Team upload. * Standards-Version updated to 4.0.0 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Sun, 13 Aug 2017 00:19:54 +0200 diff --git a/debian/compat b/debian/compat index f11c82a..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 \ No newline at end of file +10 diff --git a/debian/control b/debian/control index 34f382d..44738cb 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Kai-Chung Yan <[email protected]> -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10), default-jdk-doc, javahelper, libanimal-sniffer-java, diff --git a/debian/rules b/debian/rules index 8ef1330..97e0603 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 --rename \ No newline at end of file -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/okio.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

