This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository androidsdk-tools.
commit 146e262d26bea7425e279259d447d1a354091a55 Author: Emmanuel Bourg <[email protected]> Date: Thu Jan 19 12:46:00 2017 +0100 Switch to debhelper level 10 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 54fb8f2..75d12bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ androidsdk-tools (22.2+git20130830~92d25d6-4) UNRELEASED; urgency=medium * Team upload. * Standards-Version updated to 3.9.8 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Thu, 19 Jan 2017 12:45: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 c42fe9f..fb55db3 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Uploaders: Jakub Adam <[email protected]> Build-Depends: cdbs, - debhelper (>=9), + debhelper (>= 10), javahelper Build-Depends-Indep: bnd (>= 2.1.0), -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/androidsdk-tools.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

