This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository knopflerfish-osgi.
commit 7971f4b1469fa69469ecb67f321209415549603c Author: Emmanuel Bourg <[email protected]> Date: Sat Mar 31 13:57:50 2018 +0200 Switch to debhelper level 11 --- debian/changelog | 4 ++++ debian/compat | 2 +- debian/control | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7984792..f6c9eeb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,15 @@ knopflerfish-osgi (6.1.1-2) unstable; urgency=medium + [ Felix Natter ] * Drop -java-doc package due to low popcon (Closes: #893221) * Correct description (R5->R6) * Priority extra->optional * Install NOTICE.txt in main package * Bump standards version to 4.1.3 + [ Emmanuel Bourg ] + * Switch to debhelper level 11 + -- Felix Natter <[email protected]> Fri, 30 Mar 2018 17:29:18 +0200 knopflerfish-osgi (6.1.1-1) unstable; urgency=medium diff --git a/debian/compat b/debian/compat index f599e28..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 diff --git a/debian/control b/debian/control index 1e0e9b2..67faa04 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Felix Natter <[email protected]> Build-Depends-Indep: ant, - debhelper (>= 10), + debhelper (>= 11), default-jdk, libasm-java (>= 5.0), libosgi-annotation-java -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/knopflerfish-osgi.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

