--- buoy-1.9.orig/debian/libbuoy-java.docs +++ buoy-1.9/debian/libbuoy-java.docs @@ -0,0 +1,2 @@ +AboutBuoy.html +docs --- buoy-1.9.orig/debian/copyright +++ buoy-1.9/debian/copyright @@ -0,0 +1,13 @@ +This package was debianized by Petter Reinholdtsen on +Sun, 12 Mar 2006 11:33:41 +0100. + +It was downloaded from + +Upstream author: + + Peter Eastman + +License (from AboutBuoy.html): + + Buoy 1.6 is hereby released into the public domain. You are + free to use it in any way you want for any purpose. --- buoy-1.9.orig/debian/libbuoy-java.doc-base +++ buoy-1.9/debian/libbuoy-java.doc-base @@ -0,0 +1,9 @@ +Document: libbuoy-java +Title: Manual for Buoy +Author: Peter Eastman +Abstract: This is the manual of the Java library Buoy +Section: Programming + +Format: HTML +Index: /usr/share/doc/libbuoy-java/docs/index.html +Files: /usr/share/doc/libbuoy-java/docs/*.html --- buoy-1.9.orig/debian/rules +++ buoy-1.9/debian/rules @@ -0,0 +1,24 @@ +#!/usr/bin/make -f +# debian/rules file for buoy (uses cdbs) + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/ant.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk + +JAVA_HOME := /usr/lib/jvm/java-gcj +ANT_HOME := /usr/share/ant + +DEB_ANT_BUILDFILE := buoy.xml +DEB_ANT_BUILD_TARGET := dist docs +DEB_JARS = $(ANT_HOME)/lib/ant-launcher.jar + +clean:: + rm -f buoy.jar + +install/libbuoy-java:: buoy.jar + install -D -m644 buoy.jar $(DEB_DESTDIR)/usr/share/java/buoy-$(DEB_UPSTREAM_VERSION).jar + dh_link /usr/share/java/buoy-$(DEB_UPSTREAM_VERSION).jar \ + /usr/share/java/buoy.jar + +get-orig-source: + -uscan --upstream-version 0 --- buoy-1.9.orig/debian/orig-tar.sh +++ buoy-1.9/debian/orig-tar.sh @@ -0,0 +1,21 @@ +#!/bin/sh -e + +# called by uscan with '--upstream-version' +ZIP=../Buoy$2.zip +DIR=buoy-$2.orig +TAR=../buoy_$2.orig.tar.gz + +# clean up the upstream tarball +unzip $ZIP +mv "Buoy Folder" $DIR +GZIP=--best tar czf $TAR --exclude '*.jar' --exclude 'docs' --exclude '.svn' $DIR +rm -rf $ZIP $DIR $3 + +# move to directory 'tarballs' +if [ -r .svn/deb-layout ]; then + . .svn/deb-layout + mv $TAR $origDir + echo "moved $TAR to $origDir" +fi + +exit 0 --- buoy-1.9.orig/debian/changelog +++ buoy-1.9/debian/changelog @@ -0,0 +1,66 @@ +buoy (1.9-2) unstable; urgency=low + + * QA upload. + * Orphaning package. + + -- Torsten Werner Thu, 04 Aug 2011 23:18:51 +0200 + +buoy (1.9-1) unstable; urgency=low + + [ Michael Koch ] + * Use uscan sf.net helper for SourceForge. Fixes upstream checking. + * Updated Standards-Version. + * Added myself to Uploaders. + + [ Varun Hiremath ] + * New upstream release + * Update Vcs headers + * Add jarname.diff and sourcedir.diff to fix build process. + * Switch to quilt for managing patches. + + -- Varun Hiremath Wed, 07 May 2008 00:02:35 +0530 + +buoy (1.8-1) unstable; urgency=low + + [ Kumar Appaiah ] + * New upstream release (Closes: #426729) + * Bump Standards Version to 3.7.2. + * Move cdbs and debhelper from Build-Depends-Indep to Build-Depends. + * Add orig-tar.sh for repackaging upstream zip. + * Repackaged directory is now buoy-.orig. + * Added Kumar Appaiah and Varun Hiremath to Uploaders. Removed Wolfgang Baer. + * Create a buoy-.jar and symlink it to buoy.jar. + * Add Homepage field to debian/control. + + [ Varun Hiremath ] + * Fix debian/watch and debian/orig-tar.sh + * debian/control: + + Depend and Build-Depend on java-gcj-compat(-dev) instead of kaffe. + + Add XS-Vcs-{Svn, Browser} headers. + * debian/compat: switch to 5 + * Remove debian/libbuoy-java.dirs - not required. + * debian/rules: + + set JAVA_HOME to java-gcj + + use DEB_DESTDIR instead of DESTDIR + + -- Varun Hiremath Tue, 25 Sep 2007 13:00:35 +0530 + +buoy (1.6-2) unstable; urgency=low + + [ Petter Reinholdtsen ] + * Drop unneeded 'j2re1.4 | j2re1.5' dependency. + * Change documentation section to "Programming for api docs" based + on feedback from Wolfgang Baer. + * Remove the compiler settings in rules, as it isn't needed. + * Add Wolfgang Baer as an uploader. + + [ Wolfgang Baer ] + * Tighten down the package description. + + -- Petter Reinholdtsen Mon, 13 Mar 2006 21:48:04 +0100 + +buoy (1.6-1) unstable; urgency=low + + * Initial package (Closes: #356355) + + -- Petter Reinholdtsen Sun, 12 Mar 2006 22:24:40 +0100 --- buoy-1.9.orig/debian/README.Debian-source +++ buoy-1.9/debian/README.Debian-source @@ -0,0 +1,10 @@ +Making a orig.tar.gz for Buoy in Debian +--------------------------------------- + +Upstream provides a zip file with both the source and the compiled jar +file, as well as the generated documentation. To make this into a +sensible orig.tar.gz, the orig-tar.sh script in the package source is +used to remove the buoy.jar and the documentation, since these are +generated at compile time. + + -- Kumar Appaiah , Sun, 16 Sep 2007 20:25:57 +0530 --- buoy-1.9.orig/debian/watch +++ buoy-1.9/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://sf.net/buoy/ \ + Buoy(\d.*)\.zip debian debian/orig-tar.sh --- buoy-1.9.orig/debian/control +++ buoy-1.9/debian/control @@ -0,0 +1,22 @@ +Source: buoy +Section: libs +Priority: optional +Maintainer: Debian QA Group +Build-Depends: debhelper (>= 5), cdbs, quilt +Build-Depends-Indep: ant, java-gcj-compat-dev +Standards-Version: 3.7.3 +Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/buoy +Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/buoy +Homepage: http://buoy.sourceforge.net/ + +Package: libbuoy-java +Architecture: all +Depends: java-gcj-compat | java1-runtime | java2-runtime +Description: Java User Interface Toolkit + Buoy is a Java framework for creating user interfaces. + . + Buoy is built on top of Swing, but provides a completely new set of classes + to represent user interface elements. It has many advantages over using Swing + directly, including a cleaner and simpler API, a far more powerful event + handling mechanism, a better system for laying out components, and built in + support for serializing and reconstructing user interfaces as XML. --- buoy-1.9.orig/debian/compat +++ buoy-1.9/debian/compat @@ -0,0 +1 @@ +5 --- buoy-1.9.orig/debian/patches/sourcedir.diff +++ buoy-1.9/debian/patches/sourcedir.diff @@ -0,0 +1,13 @@ +Index: buoy-1.9/buoy.xml +=================================================================== +--- buoy-1.9.orig/buoy.xml 2008-05-05 07:21:29.000000000 +0530 ++++ buoy-1.9/buoy.xml 2008-05-05 07:21:34.000000000 +0530 +@@ -3,7 +3,7 @@ + + + +- ++ + + + --- buoy-1.9.orig/debian/patches/jarname.diff +++ buoy-1.9/debian/patches/jarname.diff @@ -0,0 +1,17 @@ +Make sure the jar file is named with lower case letters. + +Index: buoy-1.9/buoy.xml +=================================================================== +--- buoy-1.9.orig/buoy.xml 2008-05-05 07:15:01.000000000 +0530 ++++ buoy-1.9/buoy.xml 2008-05-05 07:15:08.000000000 +0530 +@@ -24,8 +24,8 @@ + + + +- +- ++ ++ + + + --- buoy-1.9.orig/debian/patches/series +++ buoy-1.9/debian/patches/series @@ -0,0 +1,2 @@ +jarname.diff +sourcedir.diff