afterburner.fx 1.7.0-2 source package in Ubuntu

Changelog

afterburner.fx (1.7.0-2) unstable; urgency=medium

  * Update Vcs URLs to point to Salsa
  * Use debhelper 11
  * Bump Standards-Version to 4.3.0
  * Update build-dep from openjfx -> libopenjfx-java
  * Patch upstream pom for javafx and javax.inject and annotations
  * Add build-deps on libfindbugs-annotations-java and
    libgeronimo-annotation-1.3-spec-java
  * Freshen debian/copyright
  * Drop get-orig-source target from debian/rules
  * No longer build a shaded JAR

 -- tony mancill <email address hidden>  Sun, 13 Jan 2019 13:18:25 -0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
afterburner.fx_1.7.0-2.dsc 2.3 KiB dd4aadf064256ae04c2dd4c0ace82a46d85ef273b162b8147b15eb3295cc66d1
afterburner.fx_1.7.0.orig.tar.xz 59.1 KiB f9bcf68c3d528569768d881d202db60a88813dbcb2a8cd83248f8833b6cc2771
afterburner.fx_1.7.0-2.debian.tar.xz 3.5 KiB e7aa367a02770e59d46c438a564611dcee887a969b6057574fc8766513b2bb91

Available diffs

No changes file available.

Binary packages built by this source

libafterburner.fx-java: minimalistic JavaFX MVP framework

 afterburner.fx is a minimalistic JavaFX MVP framework based on Convention
 over Configuration and Dependency Injection, providing the following:
 .
  - "Zero-Configuration" javax.inject.Inject DI of models or services
    into presenters.
  - Convention-based unification of presenter, view, FXML and css.
  - Conventional resource bundle loading.
  - Injection of System.getProperties.
  - Injection of presenter-local configuration properties (system
    properties are overriding the local configuration).
 .
 Afterburner is a "Just-Enough-Framework" extracted from
 airhacks-control and used in airpad, lightfish and floyd applications.

libafterburner.fx-java-doc: Documentation for afterburner.fx

 afterburner.fx is a minimalistic JavaFX MVP framework based on Convention
 over Configuration and Dependency Injection
 .
 This package contains the API documentation of libafterburner.fx-java.