debian/0000755000000000000000000000000011620664553007176 5ustar debian/copyright0000644000000000000000000000266210704620554011132 0ustar This package was debianized by Varun Hiremath on Fri, 4 May 2007 19:40:48 +0530. It was downloaded from . Upstream Author: Karsten Lentzsch Copyright: (c) 2001-2006 JGoodies Karsten Lentzsch License: Redistribution and use in source and binary forms, with or without modification, are permitted under the terms of the BSD License. THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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. On Debian systems, the complete text of the BSD License can be found in `/usr/share/common-licenses/BSD'. The Debian packaging is (C) 2007, Varun Hiremath and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/ant.properties0000644000000000000000000000005010704620554012064 0ustar build.boot.classpath= javadoc.link= debian/rules0000755000000000000000000000137611620664470010263 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_BUILD_TARGET := jar javadoc DEB_INSTALL_CHANGELOGS_ALL := RELEASE-NOTES.txt DEB_JARS := jgoodies-common install/libjgoodies-binding-java:: install -m 644 -D build/jgoodies-binding.jar \ $(DEB_DESTDIR)/usr/share/java/jgoodies-binding-$(DEB_UPSTREAM_VERSION).jar dh_link /usr/share/java/jgoodies-binding-$(DEB_UPSTREAM_VERSION).jar \ /usr/share/java/jgoodies-binding.jar # keep a compat symlink dh_link /usr/share/java/jgoodies-binding.jar \ /usr/share/java/binding.jar get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download debian/orig-tar.sh0000755000000000000000000000063011620664470011256 0ustar #!/bin/sh -e # called by uscan with '--upstream-version' TAR=../libjgoodies-binding-java_$2.orig.tar.gz DIR=jgoodies-binding-$2 # clean up the upstream tarball unzip $3 tar -c -z -f $TAR --exclude '*/docs/api/*' --exclude '*.jar' $DIR rm -rf $DIR $3 # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi debian/changelog0000644000000000000000000000360711620664470011054 0ustar libjgoodies-binding-java (2.1.0-1) unstable; urgency=low * Newer upstream release. Newest but API incompatible version is 2.4.0. * Switch to default-jdk. * Add Build-Depends: libjgoodies-common-java. * Change Section: java. * Clean up Depends. * Switch to source format 3.0. -- Torsten Werner Thu, 11 Aug 2011 07:31:21 +0200 libjgoodies-binding-java (2.0.6-1) unstable; urgency=low * New upstream release -- Torsten Werner Thu, 04 Dec 2008 14:44:38 +0100 libjgoodies-binding-java (2.0.5-1) unstable; urgency=low * New upstream release -- Torsten Werner Tue, 12 Aug 2008 06:02:06 +0200 libjgoodies-binding-java (2.0.4-1) unstable; urgency=low * New upstream release * Bump Standards-Version to 3.8.0 -- Varun Hiremath Sun, 06 Jul 2008 00:30:40 +0530 libjgoodies-binding-java (2.0.2-1) unstable; urgency=low * New upstream release -- Varun Hiremath Sat, 19 Jan 2008 23:28:54 +0530 libjgoodies-binding-java (2.0.1-2) unstable; urgency=low * Move the package to pkg-java svn. * Set Maintainer to Debian Java Maintainers and add myself to Uploaders. * debian/control: + Bump up Standards-Version to 3.7.3 + Build-Depend on debhelper >= 6 * debian/compat: Bump to 6 -- Varun Hiremath Sun, 13 Jan 2008 01:07:12 +0530 libjgoodies-binding-java (2.0.1-1) unstable; urgency=low * New upstream release * Switch from kaffe to java-gcj-compat-dev. * debian/control: + Add XS-Vcs-{Svn,Browser} headers. + Set Priority to optional from extra. * Add debian/README.Debian-source file. -- Varun Hiremath Tue, 28 Aug 2007 01:03:55 +0530 libjgoodies-binding-java (1.5.0-1) unstable; urgency=low * Initial release (Closes: #422334) -- Varun Hiremath Fri, 4 May 2007 21:09:25 +0530 debian/doc-base0000644000000000000000000000071710704620554010576 0ustar Document: libjgoodies-binding-java Title: Swing Data Binding Framework Author: Karsten Lentzsch Abstract: The JGoodies Binding synchronizes object properties with Swing components. And it helps you represent the state and behavior of a presentation independently of the GUI components used in the interface. Section: Programming Format: HTML Index: /usr/share/doc/libjgoodies-binding-java/references.html Files: /usr/share/doc/libjgoodies-binding-java/*.html debian/README.Debian-source0000644000000000000000000000101510704620554012525 0ustar libjgoodies-binding-java ======================== The upstream supplied source package contains pre-built documentation and 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 20:03:06 +0530 debian/watch0000644000000000000000000000057011620664470010227 0ustar version=3 # older versions at http://www.jgoodies.com/downloads/archive.html opts=uversionmangle=s/_/./g \ http://www.jgoodies.com/downloads/libraries.html \ .*/jgoodies-binding-(\d_\d_\d).zip \ debian debian/orig-tar.sh opts=uversionmangle=s/_/./g \ http://www.jgoodies.com/downloads/archive.html \ .*/jgoodies-binding-(\d_\d_\d).zip \ debian debian/orig-tar.sh debian/control0000644000000000000000000000163111620664470010600 0ustar Source: libjgoodies-binding-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Varun Hiremath , Torsten Werner Build-Depends: cdbs, debhelper (>= 6) Build-Depends-Indep: ant, default-jdk, libjgoodies-common-java Standards-Version: 3.8.0 Homepage: https://binding.dev.java.net/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjgoodies-binding-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjgoodies-binding-java Package: libjgoodies-binding-java Architecture: all Depends: ${misc:Depends} Description: Swing Data Binding Framework The JGoodies Binding synchronizes object properties with Swing components. And it helps you represent the state and behavior of a presentation independently of the GUI components used in the interface. . The Binding requires Java 1.4 or later. debian/source/0000755000000000000000000000000011620664553010476 5ustar debian/source/format0000644000000000000000000000001411620664470011702 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000210744117675010400 0ustar 6 debian/docs0000644000000000000000000000004010704620554010036 0ustar docs/* build/docs/* README.html