debian/0000755000000000000000000000000011416433446007174 5ustar debian/copyright0000644000000000000000000000706111416421646011132 0ustar Format-Specification: http://dep.debian.net/deps/dep5/ Name: jutils - Common utilities for Java Game Technology Group projects Maintainer: Jeff Kesselman Source: http://jutils.dev.java.net/source/browse/jutils/ Copyright: 2003-2010, Sun Microsystems, Inc. License: BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistribution of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistribution in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materails provided with the distribution. Neither the name Sun Microsystems, Inc. or the names of the contributors may be used to endorse or promote products derived from this software without specific prior written permission. This software is provided "AS IS," without a warranty of any kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANT OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMEN, ARE HEREBY EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DESTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES. HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OUR INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. You acknowledge that this software is not designed or intended for us in the design, construction, operation or maintenance of any nuclear facility Files: debian/* Copyright: 2010, Gabriele Giacone <1o5g4r8o@gmail.com> License: BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistribution of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistribution in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materails provided with the distribution. Neither the name Sun Microsystems, Inc. or the names of the contributors may be used to endorse or promote products derived from this software without specific prior written permission. This software is provided "AS IS," without a warranty of any kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANT OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMEN, ARE HEREBY EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DESTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES. HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OUR INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. You acknowledge that this software is not designed or intended for us in the design, construction, operation or maintenance of any nuclear facility debian/patches/0000755000000000000000000000000011416421646010622 5ustar debian/patches/00cleanfix0000644000000000000000000000071711416421646012503 0ustar Description: Fixes clean target Author: Gabriele Giacone <1o5g4r8o@gmail.com> --- jutils-1.0.0-b01~cvs20100404+dfsg.orig/build.xml +++ jutils-1.0.0-b01~cvs20100404+dfsg/build.xml @@ -114,7 +114,7 @@ - + debian/patches/01javadoc0000644000000000000000000000077211416421646012323 0ustar Description: Links javadoc to system javadoc Author: Gabriele Giacone <1o5g4r8o@gmail.com> --- jutils-20100502+dfsg.orig/build.xml +++ jutils-20100502+dfsg/build.xml @@ -101,6 +101,7 @@ + debian/patches/series0000644000000000000000000000002511416421646012034 0ustar 00cleanfix 01javadoc debian/rules0000755000000000000000000000146611416421646010262 0ustar #!/usr/bin/make -f NAME := jutils VERSION := $(shell dpkg-parsechangelog| sed -n '/^Version/{s/Version: \(.*\)-[0-9]*$$/\1/;s/+dfsg//p}') CVSDATE := $(shell echo $(VERSION)|sed -n 's/\(....\)\(..\)\(..\)/\1-\2-\3/p') TMPDIR := tmp-orig-tar TAR := ../$(NAME)_$(VERSION)+dfsg.orig.tar.gz export JAVA_HOME=/usr/lib/jvm/default-java %: dh --with javahelper $@ override_dh_auto_build: ant all ant javadoc override_dh_auto_clean: dh_auto_clean get-orig-source: -rm $(TAR) cvs -d :pserver:guest@cvs.dev.java.net:/cvs export -D $(CVSDATE) -d $(TMPDIR) $(NAME) echo "The following files will not be included in Debian tarball:" cd $(TMPDIR) && find . \( -name '*.class' -o -name '*.jar' \) -print cd $(TMPDIR) && ZIP=--best tar --exclude-vcs --exclude *.jar --exclude *.class -zcf $(TAR) . rm -rf $(TMPDIR) debian/changelog0000644000000000000000000000063211416421646011046 0ustar jutils (20100502+dfsg-2) unstable; urgency=low * Standards version to 3.9.0. * Linked javadoc to system javadoc. * d/copyright: Included full text of BSD license. -- Gabriele Giacone <1o5g4r8o@gmail.com> Mon, 05 Jul 2010 20:00:18 +0200 jutils (20100502+dfsg-1) unstable; urgency=low * Initial release. (Closes: #578108) -- Gabriele Giacone <1o5g4r8o@gmail.com> Sun, 02 May 2010 19:01:12 +0200 debian/README.source0000644000000000000000000000026111416421646011351 0ustar Information about jutils ------------------------ REPACKAGING To comply with DFSG, the following binary files have been removed from upstream tarball: bin/jutils.jar debian/control0000644000000000000000000000225211416421646010577 0ustar Source: jutils Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Gabriele Giacone <1o5g4r8o@gmail.com> Build-Depends: debhelper (>= 7.0.50~), javahelper (>= 0.29), ant Build-Depends-Indep: default-jdk, default-jdk-doc Standards-Version: 3.9.0 Vcs-Git: git://git.debian.org/pkg-java/jutils.git Vcs-Browser: http://git.debian.org/?p=pkg-java/jutils.git Homepage: https://jutils.dev.java.net/ DM-Upload-Allowed: yes Package: libjutils-java Architecture: all Depends: ${java:Depends}, ${misc:Depends} Description: Common utilities for Java Game Technology Group projects The JUtils Project hosts an implementation of a set of APIs utilized by other Java Game Technology Group projects (eg. JInput, JOAl, JOGL). Package: libjutils-java-doc Architecture: all Section: doc Depends: ${misc:Depends} Suggests: libjutils-java Recommends: default-jdk-doc Description: Common utilities for Java Game Technology Group projects (javadoc) The JUtils Project hosts an implementation of a set of APIs utilized by other Java Game Technology Group projects (eg. JInput, JOAl, JOGL). . This is the API documentation for jutils debian/source/0000755000000000000000000000000011416421646010473 5ustar debian/source/format0000644000000000000000000000001411416421646011701 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211416421646010371 0ustar 7 debian/libjutils-java.jlibs0000644000000000000000000000001711416421646013136 0ustar bin/jutils.jar debian/libjutils-java-doc.javadoc0000644000000000000000000000001011416421646014176 0ustar apidocs