This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libinline-java-perl.
commit b97f268cb3e60e7fa32b16e3883ef990b087afd8 Author: gregor herrmann <[email protected]> Date: Fri Nov 14 18:02:41 2014 +0100 Update build and runtime dependencies. The new release needs libinline-perl (>= 0.68) and libinline-c-perl. --- debian/control | 3 ++- debian/rules | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index e1191c4..cf15224 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,8 @@ Build-Depends: cdbs, perl, debhelper, dh-buildinfo, - libinline-perl, + libinline-perl (>= 0.68), + libinline-c-perl, default-jdk | java-compiler, chrpath Maintainer: Debian Perl Group <[email protected]> diff --git a/debian/rules b/debian/rules index 716bf93..d21dac9 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 (>= 0.68), libinline-c-perl, default-jdk | java-compiler # 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
