debian/0000755000000000000000000000000011617347537007204 5ustar debian/watch0000644000000000000000000000017711617347002010225 0ustar version=3 opts=uversionmangle=s/\_/\./g \ http://kunstoff.incors.com/archive/ kunststoff-(.*)\.zip \ debian debian/orig-tar.sh debian/changelog0000644000000000000000000000257311617347460011060 0ustar kunststoff (2.0.2-5) unstable; urgency=low * Update Homepage field. * Change Build-Depends: default-jdk. * Remove Java runtime Depends. * Switch to source format 3.0. * Update Standards-Version: 3.9.1. -- Torsten Werner Sun, 07 Aug 2011 01:32:44 +0200 kunststoff (2.0.2-4) unstable; urgency=low * Move the package to pkg-java svn. * debian/control: + Set Priority to optional from extra + Set Maintainer to Debian Java Maintainers and add myself to Uploaders * Move the build scripts to debian dir. * Remove the hard coded version from ant.properties and install the versioned jar from debian/rules. * Bump up Standards-Version to 3.7.3 -- Varun Hiremath Sun, 13 Jan 2008 00:44:26 +0530 kunststoff (2.0.2-3) unstable; urgency=low [ Varun Hiremath ] * Add debian/README.Debian-source file. * debian/control: add XS-Vcs-{Svn,Browser} headers. [ Torsten Werner ] * Switch to java-gcj-compat-dev from kaffe. -- Torsten Werner Sat, 06 Oct 2007 00:29:07 +0200 kunststoff (2.0.2-2) unstable; urgency=low * Change architecture to all. (Closes: #423844) -- Torsten Werner Mon, 14 May 2007 20:24:15 +0200 kunststoff (2.0.2-1) unstable; urgency=low * Initial release (Closes: #422337) -- Varun Hiremath Fri, 4 May 2007 18:57:24 +0530 debian/ant.properties0000644000000000000000000000006711617347002012072 0ustar class.dir=class source.dir=src jar.name=kunststoff.jar debian/control0000644000000000000000000000147711617347426010615 0ustar Source: kunststoff Section: utils Priority: optional Maintainer: Debian Java Maintainers Uploaders: Varun Hiremath , Torsten Werner Build-Depends: cdbs, debhelper (>= 5) Build-Depends-Indep: ant, default-jdk Standards-Version: 3.9.1 Homepage: http://kunstoff.incors.com/archive/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/kunststoff Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/kunststoff Package: kunststoff Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: suite of skins for different applications The Kunststoff Look & Feel is a completely free Look & Feel for Java Swing applications. It supports many widgets (e.g JInnerFrame, JProgressBar, JToolBar) and provides customizable gradient colors. debian/copyright0000644000000000000000000000240711617347002011125 0ustar This package was debianized by Varun Hiremath on Fri, 4 May 2007 18:57:24 +0530. It was downloaded from http://www.incors.org/archive/ Upstream Author: INCORS GmbH (www.incors.com) Copyright: (C) 2002 INCORS GmbH (www.incors.com) License: This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL'. The Debian packaging is (C) 2007, Varun Hiremath and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/compat0000644000000000000000000000000211617347002010365 0ustar 5 debian/source/0000755000000000000000000000000011617347537010504 5ustar debian/source/format0000644000000000000000000000001411617347214011702 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000074511617347150010261 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/class/ant.mk include /usr/share/cdbs/1/rules/debhelper.mk JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_INSTALL_TARGET := jar DEB_ANT_BUILDFILE := debian/build.xml install/kunststoff:: install -m 644 -D kunststoff.jar $(DEB_DESTDIR)/usr/share/java/kunststoff-$(DEB_UPSTREAM_VERSION).jar dh_link /usr/share/java/kunststoff-$(DEB_UPSTREAM_VERSION).jar \ /usr/share/java/kunststoff.jar get-orig-source: -uscan --upstream-version 0 debian/orig-tar.sh0000755000000000000000000000056411617347002011257 0ustar #!/bin/sh -e # called by uscan with '--upstream-version' TAR=kunststoff_$2.orig.tar.gz # clean up the upstream tarball unzip $3 tar -c -z -f $TAR src/* licence.txt rm -rf $3 src/ licence.txt kunststoff.jar # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi exit 0 debian/README.Debian-source0000644000000000000000000000072411617347002012531 0ustar kunststoff ========== The upstream supplied source package contains binary jar files. Currently no clean source distribution exists. Therefore, the upstream sources were modified to comply with the Debian Free Software Guidelines. Use the rules/get-orig-source target to create the orig.tar.gz. For more details on repackaging of upstream sources please see the debian/orig-tar.sh file. -- Varun Hiremath Mon, 27 Aug 2007 19:02:53 +0530 debian/build.xml0000644000000000000000000000143611617347002011014 0ustar