--- uiflite-2.3.1.orig/debian/control +++ uiflite-2.3.1/debian/control @@ -0,0 +1,18 @@ +Source: uiflite +Section: java +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Stefan Handschuh +Build-Depends: debhelper (>= 5), default-jdk, ant, cdbs +Standards-Version: 3.8.4 +Homepage: http://www.jgoodies.com/ + +Package: libjgoodies-uiflite-java +Architecture: all +Depends: default-jre | java5-runtime | java6-runtime, + ${misc:Depends} +Description: library for adding eclipse-like panels to swing applications + The uiflite package contains a small set of useful objects that allows the + user to create a better UI experiance by adding eclipse-like panels that are + lightweight and fully customizable. + --- uiflite-2.3.1.orig/debian/watch +++ uiflite-2.3.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://www.jgoodies.com/downloads/libraries.html http://www.jgoodies.com/download/libraries/looks/looks-([\d]+)_([\d]+)_([\d]+)\.zip --- uiflite-2.3.1.orig/debian/copyright +++ uiflite-2.3.1/debian/copyright @@ -0,0 +1,43 @@ +This package was debianized by Stefan Handschuh +Wed, 16 Nov 2008 + +It was downloaded from: http://www.jgoodies.com/downloads/libraries.html + + +Upstream Author: + Karsten Lentzsch + +Copyright: + Copyright (C) 2000-2009 Karsten Lentzsch + +License: + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + o Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + o 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. + + o Neither the name of JGoodies Karsten Lentzsch nor the names of + its contributors may 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. + +Packaging: + Copyright (C) 2008 Stefan Handschuh + released under GPL, the complete text of the GNU General Public + License can be found in `/usr/share/common-licenses/GPL'. --- uiflite-2.3.1.orig/debian/changelog +++ uiflite-2.3.1/debian/changelog @@ -0,0 +1,20 @@ +uiflite (2.3.1-0ubuntu1) maverick; urgency=low + + * New upstream release (LP: #414254). + * Add debian/source/format file. + * Bump Standards. + * Add ${misc:Depends} macro to Depends field. + * Move to section java. + * Update debian/copyright file. + + -- Alessio Treglia Thu, 27 May 2010 23:50:20 +0200 + +uiflite (2.2.1-0ubuntu1) jaunty; urgency=low + + * Initial release (LP: #298818). + * debian/patches/build.xml.diff + - This patch creates the build.xml that is needed for building the package + via ant. + + -- Stefan Handschuh Wed, 16 Nov 2008 20:54:24 +0200 + --- uiflite-2.3.1.orig/debian/rules +++ uiflite-2.3.1/debian/rules @@ -0,0 +1,29 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/ant.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +JAVA_HOME := /usr/lib/jvm/default-java/ + +ANT_OPTS := -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 + +UIFLITE_VERSION?=$(shell uscan --force-download --dehs | sed -n 's/.*\(.*\)<\/upstream-version>.*/\1/p') +UIFLITE_ORIGVERSION=$(shell echo $(UIFLITE_VERSION) | sed "s/\./_/g") + +install/libjgoodies-uiflite-java:: + dh_install uiflite.jar usr/share/java + +get-orig-source: + dh_testdir + mv ../looks-$(UIFLITE_ORIGVERSION).zip . + unzip looks-$(UIFLITE_ORIGVERSION).zip + mkdir -p uiflite/src/com/jgoodies + cp -R looks-$(UIFLITE_VERSION)/src/demo/com/jgoodies/uif_lite uiflite/src/com/jgoodies + cp looks-$(UIFLITE_VERSION)/*.txt uiflite + rm -fr looks-* + tar -cf uiflite_$(UIFLITE_VERSION).orig.tar uiflite + rm -fr uiflite + gzip -9fn uiflite_$(UIFLITE_VERSION).orig.tar + mv uiflite_$(UIFLITE_VERSION).orig.tar.gz .. + --- uiflite-2.3.1.orig/debian/compat +++ uiflite-2.3.1/debian/compat @@ -0,0 +1 @@ +5 --- uiflite-2.3.1.orig/debian/source/format +++ uiflite-2.3.1/debian/source/format @@ -0,0 +1 @@ +1.0 --- uiflite-2.3.1.orig/debian/patches/build.xml.diff +++ uiflite-2.3.1/debian/patches/build.xml.diff @@ -0,0 +1,23 @@ ++++ build.xml 2008-11-16 23:01:34.000000000 +0100 +@@ -0,0 +1,21 @@ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++