bnd 1.50.0-9 source package in Ubuntu

Changelog

bnd (1.50.0-9) unstable; urgency=medium

  * Team upload.
  * Add OSGi-6-methods.patch.
    - Fix FTBFS due to OSGi 5/6 transition.
  * Declare compliance with Debian Policy 3.9.6.
  * Move packaging to Git.
  * Tighten build-dependency and dependency on osgi-core and osgi-compendium.

 -- Markus Koschany <email address hidden>  Fri, 05 Jun 2015 23:55:15 +0200

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

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
bnd_1.50.0-9.dsc 2.3 KiB 47174e31de31e42de18a8d10ecb0a40d72897df9a0fd9ba007b31e41a6a84fb1
bnd_1.50.0.orig.tar.gz 478.3 KiB ed1cf9d512dc1c2d72587944d76445a3f970c4d1976f37ff45253f9375524d28
bnd_1.50.0-9.debian.tar.xz 15.8 KiB af63084cb7cc4ef9041b5bda54276a199c6d371d423d96a6f7ffa81797b2f597

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