Codebase list fontchooser / 908fbbe
Removed the doc package to avoid the build failure with Java 11.0.2 Emmanuel Bourg 5 years ago
4 changed file(s) with 10 addition(s) and 16 deletion(s). Raw diff Collapse all Expand all
0 fontchooser (1.0.0-3) UNRELEASED; urgency=medium
1
2 * Team upload.
3 * Removed the doc package to avoid the build failure with Java 11.0.2
4
5 -- Emmanuel Bourg <ebourg@apache.org> Sat, 02 Mar 2019 03:05:34 +0100
6
07 fontchooser (1.0.0-2) unstable; urgency=medium
18
29 * Team upload.
77 ant,
88 debhelper (>= 9),
99 default-jdk,
10 default-jdk-doc,
1110 javahelper
1211 Standards-Version: 3.9.8
1312 Vcs-Git: https://salsa.debian.org/java-team/fontchooser.git
2423 Description: Java control to allow font selection
2524 Provides a pane of controls designed to allow a user to
2625 select a font.
27
28 Package: libfontchooser-java-doc
29 Section: doc
30 Architecture: all
31 Depends:
32 ${java:Depends},
33 ${misc:Depends}
34 Recommends:
35 ${java:Recommends}
36 Description: Java control to allow font selection (documentation)
37 Provides a pane of controls designed to allow a user to
38 select a font.
39 .
40 This package contains the documentation.
+0
-1
debian/libfontchooser-java-doc.javadoc less more
0 dist/javadoc /usr/share/doc/libfontchooser-java/api
44 %:
55 dh $@ --with javahelper
66
7 override_dh_auto_build:
8 dh_auto_build -- jar
9
710 # Get original source, and remove some bits
811 get-orig-source:
912 curl -o FontChooser.zip http://www.connectina.com/components/files/FontChooser.zip