--- balloontip-2008.11.14.orig/debian/changelog +++ balloontip-2008.11.14/debian/changelog @@ -0,0 +1,27 @@ +balloontip (2008.11.14-0ubuntu3) noble; urgency=medium + + * Update packaging to fix FTBFS. (LP: #2045813) + - Update compat level to 9. + - No changes needed. + - Update debhelper version to 9. + - No changes needed. + - Update Standards-Version to 3.9.6 + - No changes needed. + + -- Sudip Mukherjee Sun, 17 Dec 2023 12:53:02 +0000 + +balloontip (2008.11.14-0ubuntu2) quantal; urgency=low + + * debian/control: added ${misc:Depends} depends + + -- Benjamin Kerensa Mon, 17 Sep 2012 23:20:56 -0700 + +balloontip (2008.11.14-0ubuntu1) jaunty; urgency=low + + * Initial release (LP: #297325). + * debian/patches/build.xml.diff + - This patch adds the creation of the bin dir before compile because it is + used as the build location and deletes it on clean + + -- Stefan Handschuh Wed, 12 Nov 2008 20:06:17 +0200 + --- balloontip-2008.11.14.orig/debian/compat +++ balloontip-2008.11.14/debian/compat @@ -0,0 +1 @@ +9 --- balloontip-2008.11.14.orig/debian/control +++ balloontip-2008.11.14/debian/control @@ -0,0 +1,17 @@ +Source: balloontip +Section: net +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Stefan Handschuh +Build-Depends: debhelper (>= 9), default-jdk, ant, cdbs +Standards-Version: 3.9.6 +Homepage: https://balloontip.dev.java.net/ + +Package: libballoontip-java +Architecture: all +Depends:${misc:Depends}, default-jre | java5-runtime | java6-runtime +Description: Balloon Tips for Java + Provides balloon-tips for use in Java Swing applications to be laid over any + kind of swing-component such as JButton. + The API is lightweight and fully customizable. + --- balloontip-2008.11.14.orig/debian/copyright +++ balloontip-2008.11.14/debian/copyright @@ -0,0 +1,35 @@ +This package was debianized by Stefan Handschuh +Wed, 12 Nov 2008 + +It was downloaded from: https://balloontip.dev.java.net/servlets/ProjectDocumentList + + +Upstream Authors: + Bernhard Pauler , + Tim Molderez + +Copyright: + Copyright (C) 2007, 2008 Bernhard Pauler , + Tim Molderez + +License: + Balloontip is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + Balloontip 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 General Public License for more details. + + You should have received a copy of the GNU General Public License + along with Balloontip. If not, see . + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'. + +Packaging: + Copyright (C) 2008 Stefan Handschuh + released under GPL. + --- balloontip-2008.11.14.orig/debian/patches/build.xml.diff +++ balloontip-2008.11.14/debian/patches/build.xml.diff @@ -0,0 +1,28 @@ +--- build.xml 2008-11-14 00:03:04.000000000 +0100 ++++ build.xml 2008-11-14 18:19:13.000000000 +0100 +@@ -7,11 +7,12 @@ + + + +- ++ + + + +- ++ ++ + + + +@@ -61,7 +62,7 @@ + + + +- ++ + + +- +\ No newline at end of file ++ --- balloontip-2008.11.14.orig/debian/rules +++ balloontip-2008.11.14/debian/rules @@ -0,0 +1,33 @@ +#!/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/ + +DEB_ANT_BUILD_TARGET = jar +ANT_OPTS := -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 + +LIBBALLOONTIP_VERSION?=$(shell uscan --force-download --dehs | sed -n 's/.*\(.*\)<\/upstream-version>.*/\1/p') +LIBBALLOONTIP_ORIGVERSION=$(shell echo $(LIBBALLOONTIP_VERSION) | sed "s/\./-/g") + +install/libballoontip-java:: + dh_install balloontip.jar usr/share/java + +get-orig-source: + dh_testdir + mv ../balloontip_$(LIBBALLOONTIP_ORIGVERSION).zip . + unzip balloontip_$(LIBBALLOONTIP_ORIGVERSION).zip + mv Balloontip balloontip + rm -fr balloontip/.settings + rm -fr balloontip/.classpath + rm -fr balloontip/.project + rm -fr balloontip/doc + rm -fr balloontip/*.jar + tar -cf balloontip_$(LIBBALLOONTIP_VERSION).orig.tar balloontip + rm -fr balloontip + gzip -9fn balloontip_$(LIBBALLOONTIP_VERSION).orig.tar + rm -fr balloontip_$(LIBBALLOONTIP_ORIGVERSION).zip + mv balloontip_$(LIBBALLOONTIP_VERSION).orig.tar.gz .. + --- balloontip-2008.11.14.orig/debian/watch +++ balloontip-2008.11.14/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://balloontip.dev.java.net/servlets/ProjectDocumentList /files/documents/6593/[0-9]{2,7}/[Bb]alloon[Tt]ip_([\d]+)-([\d]+)-([\d]+)\.zip