capsule-maven-nextflow 1.0.3.1+dfsg-4 source package in Ubuntu

Changelog

capsule-maven-nextflow (1.0.3.1+dfsg-4) unstable; urgency=medium

  * Fixing FTBFS due to trying to catch an Exception that is not thrown
    anymore (Closes: #1011731)
  * Raising Standards version to 4.6.1 (no change)

 -- Pierre Gruet <email address hidden>  Thu, 26 May 2022 15:20:05 +0200

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
capsule-maven-nextflow_1.0.3.1+dfsg-4.dsc 2.4 KiB cfcf95f78899916c183aeab06ac2812a9901ea52ab5dd5ff7367ec519013d658
capsule-maven-nextflow_1.0.3.1+dfsg.orig.tar.xz 26.8 KiB ab8051d700053d7083aaf1a268653453b60d4200e422763176a74042ee3cad3c
capsule-maven-nextflow_1.0.3.1+dfsg-4.debian.tar.xz 8.9 KiB 9523c72d52f0017ba1757e39137fb6be5fa98b3a7bc893bfb499ecf0b1a3e1d4

Available diffs

No changes file available.

Binary packages built by this source

libcapsule-maven-nextflow-java: packaging tool for Java applications with Maven coordinates

 A capsule is a single executable JAR that contains everything an application
 needs to run either in the form of embedded files or as declarative metadata.
 Maven Capsule is a capsule that allows the creations of capsules that, instead
 of embedding their dependencies, download all or some of them from a Maven
 repository. The dependencies are downloaded, cached locally, and shared among
 other capsules that also depend on them. In addition, this capsule allows
 specifying capsule metadata in a POM file in addition to the manifest.
 .
 A capsule with the Maven caplet that has all (or almost all) of its
 dependencies downloaded rather than embedded is known as a "thin" capsule (as
 opposed to a "fat" capsule, which embeds all of its dependencies). In fact, a
 capsule may not contain any of the application's classes/JARs at all. Instead,
 the capsule's manifest may contain these attributes alone (and no files in the
 capsule JAR besides the manifest). When the capsule is launched, the newest
 available version of the application will be downloaded, cached and launched.
 .
 This package contains a fork of the original capsule-maven project. This fork
 is suited as a dependency of nextflow.