This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-logging-java.
commit 7a683561e629ca2d30eb1dcc986064c855f00664 Author: Emmanuel Bourg <[email protected]> Date: Fri Jan 12 11:08:47 2018 +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 7be03e8..d2dc285 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libcommons-logging-java (1.2-2) UNRELEASED; urgency=medium * Moved the package to Git * Standards-Version updated to 4.1.3 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Fri, 12 Jan 2018 10:59:05 +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 f3da8fe..1caf0ee 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Varun Hiremath <[email protected]>, Niels Thykier <[email protected]>, Emmanuel Bourg <[email protected]>, Jakub Adam <[email protected]> -Build-Depends: ant-optional, cdbs, debhelper (>= 9), default-jdk +Build-Depends: ant-optional, cdbs, debhelper (>= 10), default-jdk Build-Depends-Indep: junit, libavalon-framework-java, libcommons-parent-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-logging-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

