This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository lucene2.
commit b02a65d16324a6756c4b62295427c3dba17ef03d Author: Markus Koschany <[email protected]> Date: Wed Aug 24 15:52:57 2016 +0200 Use compat level 9 and require debhelper >= 9. --- 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 311f2b4..949a8b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ lucene2 (2.9.4+ds1-6) unstable; urgency=medium (Closes: #749365) * Fix Lintian error privacy-breach-logo and privacy-breach-generic by removing the external link to the logo from the documentation. + * Use compat level 9 and require debhelper >= 9. -- Markus Koschany <[email protected]> Wed, 24 Aug 2016 15:42:11 +0200 diff --git a/debian/compat b/debian/compat index 1e8b314..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -6 +9 diff --git a/debian/control b/debian/control index 6a18c2a..985e8c1 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Uploaders: Barry Hawkins <[email protected]>, Build-Depends: ant-contrib, ant-optional (>= 1.8), cdbs (>= 0.4.49), - debhelper (>= 6), + debhelper (>= 9), default-jdk, javacc, junit -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lucene2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

