This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository libjide-oss-java.
commit 101d04a7e239518645f24ceabb0817dcdeeeec8a Author: Markus Koschany <[email protected]> Date: Mon Oct 12 17:08:10 2015 +0200 Use only Build-Depends for declaring build-dependencies since we only build arch:all packages anyway. --- debian/control | 7 +++---- debian/copyright | 2 -- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index 1f2749d..090f7b8 100644 --- a/debian/control +++ b/debian/control @@ -5,13 +5,12 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Markus Koschany <[email protected]> Build-Depends: + ant, debhelper (>= 9), + default-jdk, + default-jdk-doc, javahelper, maven-repo-helper (>= 1.6~) -Build-Depends-Indep: - ant, - default-jdk, - default-jdk-doc Standards-Version: 3.9.6 Homepage: http://www.jidesoft.com/products/oss.htm Vcs-Git: git://anonscm.debian.org/pkg-java/libjide-oss-java.git diff --git a/debian/copyright b/debian/copyright index 6af1e02..9e345de 100644 --- a/debian/copyright +++ b/debian/copyright @@ -194,5 +194,3 @@ License: Apache-License-1.1 * originally written at the National Center for Supercomputing Applications, * University of Illinois, Urbana-Champaign. */ - - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjide-oss-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

