[cglib] 01/01: Added the missing build dependency on ant (Closes: #814726)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sun Jun 26 14:58:40 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository cglib.
commit 5b456eb48b54d9f415b4cb0849499433df051785
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Sun Jun 26 16:15:58 2016 +0200
Added the missing build dependency on ant (Closes: #814726)
---
debian/changelog | 7 +++++++
debian/control | 3 ++-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index dd2cf46..7678124 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cglib (3.2.3-2) unstable; urgency=medium
+
+ * Team upload.
+ * Added the missing build dependency on ant (Closes: #814726)
+
+ -- Emmanuel Bourg <ebourg at apache.org> Sun, 26 Jun 2016 16:13:44 +0200
+
cglib (3.2.3-1) unstable; urgency=medium
* Team upload.
diff --git a/debian/control b/debian/control
index eed2d71..f082420 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Miguel Landaeta <nomadium at debian.org>
-Build-Depends: debhelper (>= 9~),
+Build-Depends: ant,
+ debhelper (>= 9~),
default-jdk,
junit4,
libasm-java (>= 5.0),
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/cglib.git
More information about the pkg-java-commits
mailing list