Author: apo Date: 2016-05-02 16:18:31 +0000 (Mon, 02 May 2016) New Revision: 19042
Added: trunk/fontchooser/debian/libfontchooser-java.lintian-overrides Modified: trunk/fontchooser/debian/changelog trunk/fontchooser/debian/compat trunk/fontchooser/debian/control trunk/fontchooser/debian/copyright trunk/fontchooser/debian/rules Log: Release 1.0.0-2 Modified: trunk/fontchooser/debian/changelog =================================================================== --- trunk/fontchooser/debian/changelog 2016-04-28 23:58:50 UTC (rev 19041) +++ trunk/fontchooser/debian/changelog 2016-05-02 16:18:31 UTC (rev 19042) @@ -1,6 +1,23 @@ +fontchooser (1.0.0-2) unstable; urgency=medium + + * Team upload. + * wrap-and-sort -sa. + * Use compat level 9. + * Remove versioned constraints on javahelper dependency. + * Declare compliance with Debian Policy 3.9.8. + * Vcs-fields: Use canonical URLs. + * Update homepage field because the old address does not deal + with fontchooser anymore. + * Use only Build-Depends field. + * Fix Lintian warning description-synopsis-starts-with-article. + * Override Lintian error libfontchooser-java: helper-templates-in-copyright + because the copyright is accurate. + + -- Markus Koschany <[email protected]> Mon, 02 May 2016 18:04:11 +0200 + fontchooser (1.0.0-1) unstable; urgency=low - * Initial release of FontChooser package. Source is repackaged from + * Initial release of FontChooser package. Source is repackaged from upstream, using jh_repack. (Closes: #603074) -- Andrew Ross <[email protected]> Wed, 10 Nov 2010 19:15:14 +0000 Modified: trunk/fontchooser/debian/compat =================================================================== --- trunk/fontchooser/debian/compat 2016-04-28 23:58:50 UTC (rev 19041) +++ trunk/fontchooser/debian/compat 2016-05-02 16:18:31 UTC (rev 19042) @@ -1 +1 @@ -7 +9 Modified: trunk/fontchooser/debian/control =================================================================== --- trunk/fontchooser/debian/control 2016-04-28 23:58:50 UTC (rev 19041) +++ trunk/fontchooser/debian/control 2016-05-02 16:18:31 UTC (rev 19042) @@ -2,30 +2,40 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Andrew Ross <[email protected]> -Build-Depends: debhelper (>= 7), javahelper (>=0.25) -Build-Depends-Indep: default-jdk, default-jdk-doc, ant -Standards-Version: 3.9.1 -Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/fontchooser -Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/fontchooser/ -Homepage: http://www.connectina.com/components/fontchooser.html +Uploaders: + Andrew Ross <[email protected]> +Build-Depends: + ant, + debhelper (>= 9), + default-jdk, + default-jdk-doc, + javahelper +Standards-Version: 3.9.8 +Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/fontchooser +Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-java/trunk/fontchooser/ +Homepage: https://tracker.debian.org/pkg/fontchooser Package: libfontchooser-java Architecture: all -Depends: ${java:Depends}, ${misc:Depends} -Recommends: ${java:Recommends} -Description: A Java control to allow font selection - Provides a pane of controls designed to allow a user to +Depends: + ${java:Depends}, + ${misc:Depends} +Recommends: + ${java:Recommends} +Description: Java control to allow font selection + Provides a pane of controls designed to allow a user to select a font. Package: libfontchooser-java-doc Section: doc Architecture: all -Depends: ${java:Depends}, ${misc:Depends} -Recommends: ${java:Recommends} -Description: A Java control to allow font selection (documentation) +Depends: + ${java:Depends}, + ${misc:Depends} +Recommends: + ${java:Recommends} +Description: Java control to allow font selection (documentation) Provides a pane of controls designed to allow a user to select a font. . This package contains the documentation. - Modified: trunk/fontchooser/debian/copyright =================================================================== --- trunk/fontchooser/debian/copyright 2016-04-28 23:58:50 UTC (rev 19041) +++ trunk/fontchooser/debian/copyright 2016-05-02 16:18:31 UTC (rev 19042) @@ -24,6 +24,5 @@ Copyright (C) 2010 Andrew Ross <[email protected]> -and is licensed under the GPL version 3, +and is licensed under the GPL version 3, see `/usr/share/common-licenses/GPL-3'. - Added: trunk/fontchooser/debian/libfontchooser-java.lintian-overrides =================================================================== --- trunk/fontchooser/debian/libfontchooser-java.lintian-overrides (rev 0) +++ trunk/fontchooser/debian/libfontchooser-java.lintian-overrides 2016-05-02 16:18:31 UTC (rev 19042) @@ -0,0 +1,2 @@ +# Copyright looks good to me +libfontchooser-java: helper-templates-in-copyright Modified: trunk/fontchooser/debian/rules =================================================================== --- trunk/fontchooser/debian/rules 2016-04-28 23:58:50 UTC (rev 19041) +++ trunk/fontchooser/debian/rules 2016-05-02 16:18:31 UTC (rev 19042) @@ -1,18 +1,10 @@ #!/usr/bin/make -f -# -*- makefile -*- -JAVA_HOME := /usr/lib/jvm/default-java +export JAVA_HOME := /usr/lib/jvm/default-java %: dh $@ --with javahelper -#DEB_ANT_BUILDFILE := build.xml -#DEB_ANT_BUILD_TARGET := clean jar - -#install/libfontchooser-java:: -# install -m 644 -D dist/FontChooser.jar $(DEB_DESTDIR)/usr/share/java/FontChooser-$(DEB_UPSTREAM_VERSION).jar -# dh_link /usr/share/java/FontChooser-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/FontChooser.jar - # Get original source, and remove some bits get-orig-source: curl -o FontChooser.zip http://www.connectina.com/components/files/FontChooser.zip _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

