[libinline-java-perl] 03/04: Build unconditionally with default-jdk.
Peter Pentchev
roam at ringlet.net
Mon Nov 24 23:19:42 UTC 2014
This is an automated email from the git hooks/post-receive script.
roam-guest pushed a commit to branch jessie
in repository libinline-java-perl.
commit 8ad17622d2f65f9eb384ba590c7dc82c9a83f8a6
Author: Peter Pentchev <roam at ringlet.net>
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 <dschepler at gmail.com>
---
debian/control | 2 +-
debian/rules | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index e1191c4..176664c 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: cdbs,
debhelper,
dh-buildinfo,
libinline-perl,
- default-jdk | java-compiler,
+ default-jdk,
chrpath
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr at jones.dk>
diff --git a/debian/rules b/debian/rules
index 4aecd9c..6d32678 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, default-jdk | java-compiler
+deps = libinline-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
More information about the Pkg-perl-cvs-commits
mailing list