geronimo-osgi-support 1.1-2 source package in Ubuntu

Changelog

geronimo-osgi-support (1.1-2) unstable; urgency=medium

  * Team upload.

  [ Miguel Landaeta ]
  * Remove myself from uploaders list. (Closes: #871854)
  * Update Vcs-Git field to use HTTPS in URL.
  * Bump Standards-Version to 3.9.8. No changes were required.
  * Update copyright info.
  * Wrap and sort dependency lists.

  [ Emmanuel Bourg ]
  * Build with Maven instead of jh_build
  * Removed the -java-doc package
  * Standards-Version updated to 4.5.1
  * Switch to debhelper level 13
  * Use salsa.debian.org Vcs-* URLs
  * Removed debian/orig-tar.sh
  * Fixed the description of the package
  * Use secure URLs

 -- Emmanuel Bourg <email address hidden>  Thu, 28 Jan 2021 15:59:28 +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
Oracular release universe java
Noble release universe java
Mantic release universe java
Lunar release universe java
Jammy release universe java

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
geronimo-osgi-support_1.1-2.dsc 2.1 KiB 86e4bac7cbd3f041adf7ed24e0f0c89a077850e8cee73e2cc09dac354a893037
geronimo-osgi-support_1.1.orig.tar.xz 21.4 KiB 67882c2ffd49935dfabfc0b8678a500f219f5ea2b81dc03d48a3820d0dec2885
geronimo-osgi-support_1.1-2.debian.tar.xz 3.2 KiB 1a7c78ddd2037ab44f9290dadb581f96ca065fd2ca6d440b793c971f2a06c43d

Available diffs

No changes file available.

Binary packages built by this source

libgeronimo-osgi-support-java: Java libraries providing OSGi lookup support for Geronimo projects

 These Java libraries allow the use of OSGi framework with Geronimo existing
 projects. They allow lookup and registration of components.
 .
 - geronimo-osgi-locator.jar: Allow performing class and components lookups
   with OSGi support.
 .
 - geronimo-osgi-registry.jar: Facilitate the use of Geronimo specs providers
   (components typically plugged in to the JRE through META-INF/services
   resources) like geronimo-validation-1.0-spec (Geronimo JSR-303 Bean
   Validation Spec API).
 .
   The service created by this library will maintain a registry of factory
   class that can be used by the spec bundles to locate factory classes that
   reside in other bundles.