bnd 2.4.1-7 source package in Ubuntu

Changelog

bnd (2.4.1-7) unstable; urgency=medium

  * Team upload.
  * Switch to compat level 10.
  * Declare compliance with Debian Policy 4.1.1.
  * Remove eclipse-jdt and eclipse-rcp from Build-Depends and do not suggest
    them anymore.
  * Remove obsolete Eclipse plugin symlinks and don't create eclipse-jdt
    directories.
  * Use https for Format field.
  * Update Homepage URL. (Closes: #845168)
  * Do not mention the Eclipse plugin in the package description anymore.
  * Build with --no-parallel option to avoid a race condition.

 -- Markus Koschany <email address hidden>  Thu, 02 Nov 2017 13:18:39 +0100

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

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
bnd_2.4.1-7.dsc 2.3 KiB 4664303a03b2cdde2ba4e5b8304771eaca744d7ac349409e274f4dcfff2bdd90
bnd_2.4.1.orig.tar.xz 1.2 MiB fb8f02421cd1d44cb01bf063c1e1040e0677a040a2e5cd8fc47137327217b844
bnd_2.4.1-7.debian.tar.xz 15.5 KiB 5382e29256881f2cfaff81714a52252099a55f64d3109b78b063203692767874

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