bnd 5.0.1-5 source package in Ubuntu

Changelog

bnd (5.0.1-5) unstable; urgency=medium

  * Team upload
  * d/bootstrap.xml, d/rules: use minimum supported Java release level
    (Closes: #1057492).

 -- Vladimir Petko <email address hidden>  Fri, 05 Jan 2024 22:16:13 +1300

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe java
Noble release universe java

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
bnd_5.0.1-5.dsc 2.3 KiB 59a028d49019aa49a41b9bda4084980f2a254520fa443a21dbbb21a833b69b5b
bnd_5.0.1.orig.tar.xz 2.8 MiB bc8db55eda36352b5c1221dfd709270c99d8bcb9c8a0d8be6b160a266e267219
bnd_5.0.1-5.debian.tar.xz 29.8 KiB 1d19053949cf9edca7c0fe9cbf29a11141ba430a292d215a3c4e991456308e33

Available diffs

No changes file available.

Binary packages built by this source

bnd: tool to create and diagnose OSGi bundles

 The bnd tool helps you create and diagnose OSGi bundles.
 The key functions are:
 .
   * Show the manifest and JAR contents of a bundle
   * Wrap a JAR so that it becomes a bundle
   * Create a Bundle from a specification and a class path
   * Verify the validity of the manifest entries
 .
 The tool is capable of acting as:
 .
   * Command line tool
   * Maven Plugin
   * Ant Plugin