Codebase list fontchooser / 7db2520
Release 1.0.0-2 Markus Koschany 7 years ago
6 changed file(s) with 48 addition(s) and 28 deletion(s). Raw diff Collapse all Expand all
0 fontchooser (1.0.0-2) unstable; urgency=medium
1
2 * Team upload.
3 * wrap-and-sort -sa.
4 * Use compat level 9.
5 * Remove versioned constraints on javahelper dependency.
6 * Declare compliance with Debian Policy 3.9.8.
7 * Vcs-fields: Use canonical URLs.
8 * Update homepage field because the old address does not deal
9 with fontchooser anymore.
10 * Use only Build-Depends field.
11 * Fix Lintian warning description-synopsis-starts-with-article.
12 * Override Lintian error libfontchooser-java: helper-templates-in-copyright
13 because the copyright is accurate.
14
15 -- Markus Koschany <apo@debian.org> Mon, 02 May 2016 18:04:11 +0200
16
017 fontchooser (1.0.0-1) unstable; urgency=low
118
2 * Initial release of FontChooser package. Source is repackaged from
19 * Initial release of FontChooser package. Source is repackaged from
320 upstream, using jh_repack. (Closes: #603074)
421
522 -- Andrew Ross <ubuntu@rossfamily.co.uk> Wed, 10 Nov 2010 19:15:14 +0000
11 Section: java
22 Priority: optional
33 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
4 Uploaders: Andrew Ross <ubuntu@rossfamily.co.uk>
5 Build-Depends: debhelper (>= 7), javahelper (>=0.25)
6 Build-Depends-Indep: default-jdk, default-jdk-doc, ant
7 Standards-Version: 3.9.1
8 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/fontchooser
9 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/fontchooser/
10 Homepage: http://www.connectina.com/components/fontchooser.html
4 Uploaders:
5 Andrew Ross <ubuntu@rossfamily.co.uk>
6 Build-Depends:
7 ant,
8 debhelper (>= 9),
9 default-jdk,
10 default-jdk-doc,
11 javahelper
12 Standards-Version: 3.9.8
13 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/fontchooser
14 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-java/trunk/fontchooser/
15 Homepage: https://tracker.debian.org/pkg/fontchooser
1116
1217 Package: libfontchooser-java
1318 Architecture: all
14 Depends: ${java:Depends}, ${misc:Depends}
15 Recommends: ${java:Recommends}
16 Description: A Java control to allow font selection
17 Provides a pane of controls designed to allow a user to
19 Depends:
20 ${java:Depends},
21 ${misc:Depends}
22 Recommends:
23 ${java:Recommends}
24 Description: Java control to allow font selection
25 Provides a pane of controls designed to allow a user to
1826 select a font.
1927
2028 Package: libfontchooser-java-doc
2129 Section: doc
2230 Architecture: all
23 Depends: ${java:Depends}, ${misc:Depends}
24 Recommends: ${java:Recommends}
25 Description: A Java control to allow font selection (documentation)
31 Depends:
32 ${java:Depends},
33 ${misc:Depends}
34 Recommends:
35 ${java:Recommends}
36 Description: Java control to allow font selection (documentation)
2637 Provides a pane of controls designed to allow a user to
2738 select a font.
2839 .
2940 This package contains the documentation.
30
2323
2424 Copyright (C) 2010 Andrew Ross <ubuntu@rossfamily.co.uk>
2525
26 and is licensed under the GPL version 3,
26 and is licensed under the GPL version 3,
2727 see `/usr/share/common-licenses/GPL-3'.
28
0 # Copyright looks good to me
1 libfontchooser-java: helper-templates-in-copyright
00 #!/usr/bin/make -f
1 # -*- makefile -*-
21
3 JAVA_HOME := /usr/lib/jvm/default-java
2 export JAVA_HOME := /usr/lib/jvm/default-java
43
54 %:
65 dh $@ --with javahelper
7
8 #DEB_ANT_BUILDFILE := build.xml
9 #DEB_ANT_BUILD_TARGET := clean jar
10
11 #install/libfontchooser-java::
12 # install -m 644 -D dist/FontChooser.jar $(DEB_DESTDIR)/usr/share/java/FontChooser-$(DEB_UPSTREAM_VERSION).jar
13 # dh_link /usr/share/java/FontChooser-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/FontChooser.jar
146
157 # Get original source, and remove some bits
168 get-orig-source: