This is an automated email from the git hooks/post-receive script. xhaakon-guest pushed a commit to branch master in repository androidsdk-tools.
commit b789c23aabcdc50c0b12799a5ceff7a46af98370 Author: Steffen Möller <[email protected]> Date: Sun Aug 18 10:39:02 2013 +0200 d/control: Move stuff needed for platform-independent parts to Build-Depends-Indep --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 028c781..19366d5 100644 --- a/debian/control +++ b/debian/control @@ -4,9 +4,9 @@ Priority: extra Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Stefan Handschuh <[email protected]>, Jakub Adam <[email protected]> -Build-Depends: debhelper (>=9), javahelper, default-jdk, cdbs, bnd, libswt-gtk-3-java, - libjfreechart-swt-java, eclipse-rcp (>= 3.8.1), libguava-java (>= 13.0.1), - libkxml2-java +Build-Depends: debhelper (>=9), cdbs, javahelper +Build-Depends-Indep: default-jdk, bnd, libswt-gtk-3-java, libjfreechart-swt-java, + eclipse-rcp (>= 3.8.1), libguava-java (>= 13.0.1), libkxml2-java, perl Standards-Version: 3.9.4 Homepage: http://developer.android.com/tools/help/index.html Vcs-Git: git://anonscm.debian.org/git/pkg-java/androidsdk-tools.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/androidsdk-tools.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

