bnd 1.50.0-6 source package in Ubuntu

Changelog

bnd (1.50.0-6) unstable; urgency=low


  [ Emmanuel Bourg ]
  * Added a patch to compile with Ant 1.9 (Closes: #712343)
  * Fixed the unmappable character errors during the compilation
  * debian/watch: Updated to catch the recent releases on Github
  * debian/control:
    - Updated Standards-Version to 3.9.4 (no changes)
    - Use canonical URLs for the Vcs-* fields
  * debian/rules: Improved the clean target
  * Updated the Maven pom

  [ Damien Raude-Morvan ]
  * d/rules: Don't fail clean target if there is no things to delete.
  * Upload to unstable.

 -- Emmanuel Bourg <email address hidden>  Fri, 26 Jul 2013 11:28:27 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
bnd_1.50.0-6.dsc 2.2 KiB 6d621f6716347a76ca3989f6bf306d7f749554604a6884d6e8eceb85c72c48a9
bnd_1.50.0.orig.tar.gz 478.3 KiB ed1cf9d512dc1c2d72587944d76445a3f970c4d1976f37ff45253f9375524d28
bnd_1.50.0-6.debian.tar.gz 15.7 KiB d51f309940d8c2f253b4aadd6fb3e0f7b89dabe0e2ce00243728eba6af947193

Available diffs

No changes file available.

Binary packages built by this source

bnd: tool to create and diagnose OSGi R4 bundles

 The bnd tool helps you create and diagnose OSGi R4 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