This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository javacc.
commit d5a61fae8bed8dfa847f86e8efe62c48f8d7a1b5 Author: Emmanuel Bourg <[email protected]> Date: Fri Nov 18 11:14:18 2016 +0100 Switch to debhelper level 10 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- debian/dirs | 2 -- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 83442ff..645af9e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ javacc (5.0-6) UNRELEASED; urgency=medium * Moved the package to Git * Standards-Version updated to 3.9.8 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Fri, 18 Nov 2016 11:02:21 +0100 diff --git a/debian/compat b/debian/compat index 7ed6ff8..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +10 diff --git a/debian/control b/debian/control index d948ffb..963254a 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: ant, ant-optional, cdbs (>= 0.4.5.3), - debhelper (>= 7), + debhelper (>= 10), default-jdk, docbook-to-man, junit, diff --git a/debian/dirs b/debian/dirs deleted file mode 100644 index e4bc73a..0000000 --- a/debian/dirs +++ /dev/null @@ -1,2 +0,0 @@ -usr/bin -usr/share/java -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javacc.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

