bnd 5.0.1-4 source package in Ubuntu

Changelog

bnd (5.0.1-4) unstable; urgency=medium

  * Team upload

  [ Emmanuel Bourg ]
  * Updated the watch file

  [ 殷啟聰 | Kai-Chung Yan ]
  * Remove myself from Uploaders

  [ tony mancill ]
  * Reproducible build timestamp (Closes: #1035405)
    Thank you to Vagrant Cascadian for the patch.
  * Bump Standards-Version to 4.6.2
  * Add missing Apache NOTICE file
  * Set Rules-Requires-Root: no in debian/control

 -- tony mancill <email address hidden>  Mon, 12 Jun 2023 20:26:25 -0700

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
bnd_5.0.1-4.dsc 2.3 KiB da82be6d1055e9ff16d63c5f074c1bb9f31a8ed314eddd4b8c46ff8790b0a903
bnd_5.0.1.orig.tar.xz 2.8 MiB bc8db55eda36352b5c1221dfd709270c99d8bcb9c8a0d8be6b160a266e267219
bnd_5.0.1-4.debian.tar.xz 29.7 KiB 01a3d6ab7636bbe1d5150e0b3f611fcecf03abaab2d507234adc3a93496c1475

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