1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
Source: bsaf
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Andrew Ross <ubuntu@rossfamily.co.uk>
Section: java
Priority: optional
Build-Depends: debhelper-compat (= 13),
default-jdk,
junit4,
libmaven-javadoc-plugin-java,
libnetx-java,
maven-debian-helper
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/java-team/bsaf
Vcs-Git: https://salsa.debian.org/java-team/bsaf.git
Homepage: https://mvnrepository.com/artifact/org.jdesktop.bsaf/bsaf
Package: libbetter-appframework-java
Architecture: all
Depends: ${maven:Depends},
${misc:Depends}
Suggests: ${maven:OptionalDepends}
Provides: libappframework-java
Description: Java Better Swing Application Framework (library)
The Better Swing Application Framework is a fork of the original Swing
Application Framework (appframework) reference implementation of JSR 296. Since
August 2009, the original Swing Application Framework project has been on hold,
and therefore this fork was created to carry on the work until the original
project resumes.
.
The last public release of the original appframework project was version 1.03.
The BSAF project currently aims at producing a new release, version 1.9, with
the primary goals of improving stability, keeping backward compatibility with
SAF 1.03, fixing bugs, updating documentation, and creating more unit tests and
examples.
.
This package contains the Java library for the Better Swing Application
Framework.
Package: libbetter-appframework-java-doc
Architecture: all
Section: doc
Depends: ${maven:DocDepends},
${misc:Depends}
Suggests: ${maven:DocOptionalDepends}
Description: Java Better Swing Application Framework (documentation)
The Better Swing Application Framework is a fork of the original Swing
Application Framework (appframework) reference implementation of JSR 296. Since
August 2009, the original Swing Application Framework project has been on hold,
and therefore this fork was created to carry on the work until the original
project resumes.
.
The last public release of the original appframework project was version 1.03.
The BSAF project currently aims at producing a new release, version 1.9, with
the primary goals of improving stability, keeping backward compatibility with
SAF 1.03, fixing bugs, updating documentation, and creating more unit tests and
examples.
.
This package contains the documentation for the Better Swing Application
Framework.
|