[antlr3] 01/04: Added the missing build dependency on ant (Closes: #814723)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sun Jun 26 16:54:39 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository antlr3.
commit 1cc8373017d735e860ad01a813dffc4d22c3d051
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Sun Jun 26 18:39:46 2016 +0200
Added the missing build dependency on ant (Closes: #814723)
---
debian/changelog | 7 +++++++
debian/control | 3 ++-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index f4e0530..2cf77b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+antlr3 (3.5.2-5) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Added the missing build dependency on ant (Closes: #814723)
+
+ -- Emmanuel Bourg <ebourg at apache.org> Sun, 26 Jun 2016 18:25:20 +0200
+
antlr3 (3.5.2-4) unstable; urgency=medium
* Fixed the build failure with Maven 3 (Closes: #807733)
diff --git a/debian/control b/debian/control
index 6ffc0aa..f6dcc53 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,8 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
Uploaders: Ludovic Claude <ludovic.claude at laposte.net>,
Emmanuel Bourg <ebourg at apache.org>,
Jakub Adam <jakub.adam at ktknet.cz>
-Build-Depends: bnd (>= 2.1.0),
+Build-Depends: ant,
+ bnd (>= 2.1.0),
cdbs,
debhelper (>= 9),
default-jdk,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/antlr3.git
More information about the pkg-java-commits
mailing list