bnd 2.2.0-1 source package in Ubuntu

Changelog

bnd (2.2.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
    - Updated the Maven poms
    - Added the missing resources to the bootstrap jar
    - Updated the linked jars in debian/rules
  * Restored the Java 8 compatibility patch
  * Use XZ compression for the upstream tarball
  * Build with the DH sequencer instead of CDBS

 -- Emmanuel Bourg <email address hidden>  Wed, 16 Dec 2015 11:55:37 +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

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
bnd_2.2.0-1.dsc 2.2 KiB 3fd5aa7ed0d745a361bbfbe3c90a6110e2a5d03f8750555bf1d7e88d13233cdb
bnd_2.2.0.orig.tar.xz 1020.8 KiB 41cf117b7fe9af69f110547abadec5245f844f6a9f28f3a127a8311980a81bed
bnd_2.2.0-1.debian.tar.xz 14.6 KiB 9f7eb147309cbd93a4c248c081676df5c561f8b5775a9e87ba6636b07ebca6c3

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
   * Eclipse Plugin
   * Maven Plugin
   * Ant Plugin