debian/0002755000000000000000000000000011550412614007167 5ustar debian/copyright0000644000000000000000000000534411550372006011126 0ustar This work was packaged for Debian by: Andrew Ross on Thu, 31 Mar 2011 22:02:04 +0100 The Debian packaging is: Copyright (C) 2011 Andrew Ross and is licensed under the LGPL version 2.1 or at your option, any later version, see `/usr/share/common-licenses/LGPL-2.1'. It was downloaded from: http://processing.googlecode.com/svn/trunk/processing/core Upstream Author(s): Massachusetts Institute of Technology, Ben Fry, Casey Reas, Michael Chang, Dan Shiffman, Marc De Scheemaecker Copyright: Files under src/processing/core, variously: Copyright (c) 2001-04 Massachusetts Institute of Technology Copyright (c) 2004-10 Ben Fry and Casey Reas Copyright (c) 2004-06 Michael Chang Copyright (c) 2008 Dan Shiffman Files under src/processing/xml: Copyright (C) 2000-2002 Marc De Scheemaecker, All Rights Reserved. License: Files: src/processing/core/PApplet.java src/processing/core/PFont.java src/processing/core/PShape.java src/processing/core/PShapeSVG.java src/processing/core/PVector.java This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation. The full text of the license can be found at '/usr/share/common-licenses/LGPL-2.1'. Other files under src/processing/core: This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. The full text of the license can be found at '/usr/share/common-licenses/LGPL-2.1'. Files under src/processing/xml: * This file is part of NanoXML 2 for Java. * Copyright (C) 2000-2002 Marc De Scheemaecker, All Rights Reserved. * * This software is provided 'as-is', without any express or implied warranty. * In no event will the authors be held liable for any damages arising from the * use of this software. * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it * freely, subject to the following restrictions: * * 1. The origin of this software must not be misrepresented; you must not * claim that you wrote the original software. If you use this software in * a product, an acknowledgment in the product documentation would be * appreciated but is not required. * * 2. Altered source versions must be plainly marked as such, and must not be * misrepresented as being the original software. * * 3. This notice may not be removed or altered from any source distribution. debian/libprocessing-core-java.jlibs0000644000000000000000000000002411550372006014716 0ustar processing-core.jar debian/orig-tar.sh0000755000000000000000000000145211550372006011252 0ustar #!/bin/bash version=$2 rmfile=$3 # first lets remove the file we downloaded (it's not really the # package, just an index file from svn rm -f $rmfile echo "Exporting processing-core from svn" # now lets checkout the code address=http://processing.googlecode.com/svn/tags/processing-${version}/core svn -q export $address processing-core-${version} # remove the methods stuff - the source for the jar has no license # header so we can't ship this component. It's not really needed # anyway since it only provides an ant method used in the build. rm -rf processing-core-${version}/methods/ # the dest file should be the same place uscan downloaded to outdir=`dirname $rmfile` tar -czf $outdir/processing-core_${version}.orig.tar.gz processing-core-${version} # cleanup rm -rf processing-core-${version} debian/README.source0000644000000000000000000000053111550372006011343 0ustar The source tarball is created from the upstream svn repository using the provided script orig-tar.sh. This package uses quilt to manage all modifications to the upstream source. Changes are stored in the source package as diffs in debian/patches and applied during the build. See /usr/share/doc/quilt/README.source for a detailed explanation. debian/changelog0000644000000000000000000000024411550372006011037 0ustar processing-core (1.2.1-1) unstable; urgency=low * Initial release. (Closes: #621920) -- Andrew Ross Thu, 31 Mar 2011 22:02:04 +0100 debian/watch0000644000000000000000000000014711550372006010220 0ustar version=3 http://processing.googlecode.com/svn/tags/ processing-(\d+\..+)/ \ debian debian/orig-tar.sh debian/rules0000755000000000000000000000024011550412550010240 0ustar #!/usr/bin/make -f # -*- makefile -*- JAVA_HOME := /usr/lib/jvm/default-java %: dh $@ --with javahelper get-orig-source: uscan --download-current-version debian/control0000644000000000000000000000157011550372006010573 0ustar Source: processing-core Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Andrew Ross Build-Depends: debhelper (>= 7), javahelper (>=0.25) Build-Depends-Indep: default-jdk, default-jdk-doc, ant Standards-Version: 3.9.1 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/processing-core Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/processing-core/ Homepage: http://www.processing.org Package: libprocessing-core-java Architecture: all Depends: ${java:Depends}, ${misc:Depends} Recommends: ${java:Recommends} Description: Java animation and interaction library Processing is an open source programming language and environment for people who want to create images, animations, and interactions. . This package provides the core library needed to run such animations. debian/source/0002755000000000000000000000000011550412614010467 5ustar debian/source/format0000644000000000000000000000001411550372006011673 0ustar 3.0 (quilt) debian/patches/0002755000000000000000000000000011550412614010616 5ustar debian/patches/build-process.patch0000644000000000000000000000251411550372006014412 0ustar We don't include the "methods" source or jar, so we skip that task. The upstream repository should contain a PApplet that matches with the other packages anyway. Also rename the jar file to processing-core.jar because a jar file called core.jar in /usr/share/java is going to be confusing. Index: processing-core-1.2.1/build.xml =================================================================== --- processing-core-1.2.1.orig/build.xml 2010-02-07 20:53:59.000000000 +0000 +++ processing-core-1.2.1/build.xml 2011-04-09 23:20:01.610193586 +0100 @@ -3,14 +3,14 @@ - + - - + --> - + debian/patches/series0000644000000000000000000000002411550372006012025 0ustar build-process.patch debian/compat0000644000000000000000000000000211550372006010363 0ustar 7