This is an automated email from the git hooks/post-receive script. roam-guest pushed a commit to branch master in repository libinline-java-perl.
commit d020bed987ec62fbca9f5e80d6a7feedf813f6f8 Author: Peter Pentchev <[email protected]> Date: Mon Nov 24 17:48:20 2014 +0200 Build unconditionally with default-jdk. This complies with section 2.2 of the Debian policy for Java. Closes: #770762 Reported by: Daniel Schepler <[email protected]> --- debian/control | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index cf15224..b0d8b01 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: cdbs, dh-buildinfo, libinline-perl (>= 0.68), libinline-c-perl, - default-jdk | java-compiler, + default-jdk, chrpath Maintainer: Debian Perl Group <[email protected]> Uploaders: Jonas Smedegaard <[email protected]> diff --git a/debian/rules b/debian/rules index 22b091b..c6b67ca 100755 --- a/debian/rules +++ b/debian/rules @@ -30,7 +30,7 @@ DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Inline DEB_UPSTREAM_TARBALL_MD5 = 23f96c2ac4915302c3647c0abc92916f # Needed both by upstream build and at runtime -deps = libinline-perl (>= 0.68), libinline-c-perl, default-jdk | java-compiler +deps = libinline-perl (>= 0.68), libinline-c-perl, default-jdk # Needed by upstream build b-depends = chrpath -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libinline-java-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
