debian/0000755000000000000000000000000011672722373007200 5ustar debian/libcolorpicker-java.jlibs0000644000000000000000000000002011463630751014133 0ustar ColorPicker.jar debian/rules0000755000000000000000000000104611672722113010251 0ustar #!/usr/bin/make -f # -*- makefile -*- JAVA_HOME := /usr/lib/jvm/default-java # Include the .resource files in the jar: export JH_JAR_EXTRA=$(shell find com -type f -not -name "*.java") get-orig-source: curl -o ColorPicker-src.zip https://javagraphics.dev.java.net/jars/ColorPicker-src.jar jh_repack --upstream-version 1.0.0 ColorPicker-src.zip mv ColorPicker-src.tar.gz ../colorpicker_1.0.0.orig.tar.gz %: dh $@ --with javahelper override_jh_build:: jh_build --javacopts="-source 1.5 -target 1.5" --javadoc-opts="-source 1.5" debian/control0000644000000000000000000000221411672722113010572 0ustar Source: colorpicker Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Andrew Ross Build-Depends: debhelper (>= 7), javahelper (>=0.25) Build-Depends-Indep: default-jdk, default-jdk-doc Standards-Version: 3.9.2 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/colorpicker Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/colorpicker/ Homepage: https://javagraphics.dev.java.net/ Package: libcolorpicker-java Architecture: all Depends: ${java:Depends}, ${misc:Depends} Recommends: ${java:Recommends} Description: Java control to allow color selection A java package containing a color wheel picker for selecting a color. It can be customized, but out of the box it offers a great interface if you're dealing with a power user. Package: libcolorpicker-java-doc Section: doc Architecture: all Depends: ${java:Depends}, ${misc:Depends} Recommends: ${java:Recommends} Description: Java control to allow color selection (documentation) A java package containing a color wheel picker for selecting a color. . This package contains the documentation. debian/copyright0000644000000000000000000000355711672722113011135 0ustar This work was packaged for Debian by: Andrew Ross on Sun, 31 Oct 2010 19:48:12 +0000 The Debian packaging is: Copyright (C) 2010 Andrew Ross and is licensed under the GPL version 3, see `/usr/share/common-licenses/GPL-3'. It was downloaded from https://javagraphics.dev.java.net/ Upstream Author: Jeremy Wood Copyright: Copyright (C) 2010 Jeremy Wood License: **** Modified BSD License **** Copyright (c) 2010, Jeremy Wood. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/ or other materials provided with the distribution. * The name of the contributors may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/compat0000644000000000000000000000000211463630751010372 0ustar 7 debian/source/0000755000000000000000000000000011672722372010477 5ustar debian/source/lintian-overrides0000644000000000000000000000022711672722113014052 0ustar # There is no versioning on the upstream site, so it's not # possible to create a useful watch file. colorpicker source: debian-watch-file-is-missing debian/source/format0000644000000000000000000000001411463630751011702 0ustar 3.0 (quilt) debian/libcolorpicker-java-doc.javadoc0000644000000000000000000000006011463630751015206 0ustar internal /usr/share/doc/libcolorpicker-java/api debian/javabuild0000644000000000000000000000002411463630751011054 0ustar ColorPicker.jar com debian/changelog0000644000000000000000000000161711672722113011047 0ustar colorpicker (1.0.0-2) unstable; urgency=low [ Andrew Ross ] * Update synopsis and d/copyright to fix linitian warnings. * Add lintian override file since it's not possible to write a useful watch file. [ Miguel Landaeta ] * Team upload. * Bump Standards-Version to 3.9.2. No changes were required. [ James Page ] * Fix FTBFS with OpenJDK 7 (LP: #888928) (Closes: #651398): - d/rules: Override jh_build and specify source/target of 1.5 for javac and javadoc commands to ensure backwards compatibility and work around Java 7 encoding errors. -- Andrew Ross Fri, 16 Dec 2011 18:49:12 +0000 colorpicker (1.0.0-1) unstable; urgency=low * Initial release of ColorPicker package. Source package is repackaged from upstream zip with no changes. (Closes: #602014) -- Andrew Ross Sun, 31 Oct 2010 19:48:12 +0000 debian/README.Debian-source0000644000000000000000000000031611463630751012533 0ustar Debian README for ColorPicker Upstream only provides a source .jar file with no version numbering. This is repackaged for the .orig.tar.gz. The code has been stable since 2007 so version 1.0.0 is used.