This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libjlha-java.
commit 37d2eb8a9f75b7804f139eff7200fa9fc523ff50 Author: Emmanuel Bourg <[email protected]> Date: Thu Apr 14 13:38:36 2016 +0200 Build depend on default-jdk instead of default-jdk-builddep (Closes: #820773) --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 174cfc1..7ff082a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ libjlha-java (0.0.20050504-8.1) UNRELEASED; urgency=medium * Team upload. * Moved the package to Git * debian/control: + - Build depend on default-jdk instead of default-jdk-builddep + (Closes: #820773) - Removed the dependency on the Java runtime - Removed the duplicate Section field - Standards-Version updated to 3.9.8 (no changes) diff --git a/debian/control b/debian/control index fc63603..c6ac937 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Michael Koch <[email protected]> Build-Depends: cdbs (>= 0.4.36), debhelper (>= 9) -Build-Depends-Indep: ant, default-jdk-builddep, default-jdk-doc +Build-Depends-Indep: ant, default-jdk, default-jdk-doc Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/libjlha-java.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libjlha-java.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjlha-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

