This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository antlr.
commit 704a1ca7bbe5101469e434d11981c9d4eb5183d9 Author: Emmanuel Bourg <[email protected]> Date: Tue Oct 24 16:23:27 2017 +0200 Removed the build dependency on autotools-dev --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c40bb64..e726d13 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ antlr (2.7.7+dfsg-8) UNRELEASED; urgency=medium * Moved the package to Git * Standards-Version updated to 4.1.1 * Switch to debhelper level 10 + * Removed the build dependency on autotools-dev -- Emmanuel Bourg <[email protected]> Tue, 25 Oct 2016 16:14:13 +0200 diff --git a/debian/control b/debian/control index 57ec878..236c20c 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Torsten Werner <[email protected]> -Build-Depends: debhelper (>= 10), default-jdk, python (>= 2.6.6-3~), autotools-dev, python-all-dev (>= 2.3.5-11), sharutils +Build-Depends: debhelper (>= 10), default-jdk, python (>= 2.6.6-3~), python-all-dev (>= 2.3.5-11), sharutils Build-Depends-Indep: maven-repo-helper Standards-Version: 4.1.1 Vcs-Git: https://anonscm.debian.org/git/pkg-java/antlr.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/antlr.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

