This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch review in repository libnb-platform17-java.
commit 4b6eb9e3cba390034c899fa438d57c1304333f38 Author: Markus Koschany <[email protected]> Date: Fri Aug 16 16:09:36 2013 +0200 Remove versioned dependencies from build-deps. They are trivially satisfied in Debian. --- debian/control | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/debian/control b/debian/control index 9e7e190..0a082bf 100644 --- a/debian/control +++ b/debian/control @@ -5,9 +5,9 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Andrew Ross <[email protected]> Build-Depends: - ant (>= 1.7.0), - ant-optional (>= 1.7.0), - antlr3 (>= 3.2), + ant, + ant-optional, + antlr3, debhelper (>= 9), default-jdk, g++-mingw-w64-i686, @@ -16,21 +16,21 @@ Build-Depends: javahelp2, javahelper, junit, - junit4 (>= 4.6), + junit4, libbindex-java, libequinox-osgi-java, libfelix-framework-java, libfelix-main-java, libhamcrest-java, libjemmy2-java, - libjna-java (>= 3.2.7-2~), + libjna-java, libjnlp-servlet-java, libosgi-compendium-java, libosgi-core-java, libstringtemplate-java, - libswing-layout-java (>= 1.0.3), + libswing-layout-java, maven-repo-helper, - testng (>=6.8), + testng (>= 6.8), w3c-dtd-xhtml Standards-Version: 3.9.4 Homepage: http://netbeans.org/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libnb-platform17-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

