libinline-java-perl 0.67-2 source package in Ubuntu

Changelog

libinline-java-perl (0.67-2) unstable; urgency=medium

  * Team upload.

  [ Samuel Thibault ]
  * d/rules: Add hurd-amd64 case.

  [ gregor herrmann ]
  * Add Rules-Requires-Root: no.
  * debian/rules: add a chmod before chrpath. (Closes: #1089363)
  * Refresh lintian override format.
  * Declare compliance with Debian Policy 4.7.0.

 -- gregor herrmann <email address hidden>  Sat, 07 Dec 2024 21:36:46 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Plucky release universe misc

Downloads

File Size SHA-256 Checksum
libinline-java-perl_0.67-2.dsc 2.4 KiB 2aabcf1306324dce21453080d9339e62ed04477f3f71b3dba091895b713beafe
libinline-java-perl_0.67.orig.tar.gz 101.7 KiB f5854b31cbce163c33e2624dd2314e0c0d97e0944371b7188e5901ba3f6fa4c9
libinline-java-perl_0.67-2.debian.tar.xz 6.6 KiB 1834d862b2d56662284fbcf5f71176925bcd8a560ab75ad35d58fda36307e78c

No changes file available.

Binary packages built by this source

libinline-java-perl: write Perl classes in Java

 The Inline::Java module allows you
 to put Java source code directly "inline"
 in a Perl script or module.
 A Java compiler is launched and the Java code is compiled.
 Then Perl asks the Java classes
 what public methods have been defined.
 These classes and methods are available to the Perl program
 as if they had been written in Perl.
 .
 The process of interrogating the Java classes
 for public methods
 occurs the first time you run your Java code.
 The namespace is cached,
 and subsequent calls use the cached version.

libinline-java-perl-dbgsym: debug symbols for libinline-java-perl