bnd 3.5.0-1 source package in Ubuntu

Changelog

bnd (3.5.0-1) unstable; urgency=medium

  * New upstream release
  * Drop obsolete patches:
    * disable-jpm-plugin.patch
    * gradle-compatibility.patch
    * no_ee_minimum.patch
    * no-ee.j2se.patch
    * no-osgi.r5.patch
    * remove-recursion-in-macro-warning.patch
  * New patches:
    * build-scripts.patch: Make the Build Scripts Buildable
    * ant-compatibility: Fix Ant compatibility
  * Use simpler "get-orig-source" approach
  * Update Standards-Version to 4.1.3
  * Remove Damien Raude-Morvan from Uploaders (Closes: 889406)
  * Add myself to Uploaders
  * Update to debhelper compat level 11
  * Modify (Build-)Depends:
    * Switch to default-jdk-headless
    * Switch from junit to junit4
    * Restrict libosgi-compendium-java to >= 6
    * Restrict gradle-debian-helper to >= 1.6~
    + libfelix-framework-java
    + libfelix-gogo-runtime-java
    + libfelix-resolver-java
    + libosgi-annotation-java
    + libslf4j-java
    + libxz-java
    + libyaml-snake-java
  * Install generated POMs instead of downloading them from internet
  * Rename JARs in "/usr/share/java" to comply with the policies
  * Re-enable parallel build
  * Build & install more artifacts:
    * bnd-libg
    * bnd-junit
    * bnd-launcher
    * bnd-remote-agent
    * bnd-remote-api
    * bnd-remote-gc
    * bnd-remote-launcher
    * bnd-remote-main
    * bnd-repository
    * bnd-resolve
    * bnd-tester
    * bnd-repoindex-api
    * bnd-repoindex-lib

 -- Kai-Chung Yan (殷啟聰) <email address hidden>  Fri, 16 Mar 2018 00:50:18 +0800

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
Bionic release universe java

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
bnd_3.5.0-1.dsc 2.3 KiB 7f35d96777b539afa98457b90661c1f93d0fc49bd21e47ec23c91e1a8a5f2582
bnd_3.5.0.orig.tar.xz 1.8 MiB bd15c416046a9f050400665a3c4b67a2bb99c78b0d24f09da1da6b15d8ab7235
bnd_3.5.0-1.debian.tar.xz 15.0 KiB e6710ad7c23e76a58464fee2d9a5b8adbfbaff1e544b17440579a2440afa0824

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