debian/0000755000000000000000000000000011735231604007170 5ustar debian/libspark-java-doc.javadoc0000644000000000000000000000005111477350614014014 0ustar javadoc /usr/share/doc/libspark-java/api debian/libspark-java.jlibs0000644000000000000000000000002011477350614012741 0ustar build/spark.jar debian/watch0000644000000000000000000000015411477350614010227 0ustar version=3 http://www.representqueens.com/spark/ \ release/spark-(.*)-src.tar.gz debian debian/orig-tar.sh debian/rules0000755000000000000000000000041711477351655010266 0ustar #!/usr/bin/make -f # -*- makefile -*- JAVA_HOME := /usr/lib/jvm/default-java export CLASSPATH := /usr/share/java/servlet-api-2.5.jar:/usr/share/java/jsp-api-2.1.jar %: dh $@ --with javahelper # Get original source get-orig-source: uscan --download-current-version debian/control0000644000000000000000000000232311735226047010600 0ustar Source: libspark-java 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, libservlet2.5-java Standards-Version: 3.9.3 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libspark-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libspark-java/ Homepage: http://www.representqueens.com/spark/ Package: libspark-java Architecture: all Depends: ${java:Depends}, ${misc:Depends} Recommends: ${java:Recommends}, libservlet2.5-java Description: Java package to draw sparklines Sparklines are intense, simple, wordlike graphics. They can be used to convey information in line graph or barchart form within a paragraph. Package: libspark-java-doc Section: doc Architecture: all Depends: ${java:Depends}, ${misc:Depends} Recommends: ${java:Recommends} Description: Java package to draw sparklines (documentation) Sparklines are intense, simple, wordlike graphics. They can be used to convey information in line graph or barchart form within a paragraph. . This package contains the documentation. debian/copyright0000644000000000000000000000124211477351012011121 0ustar This work was packaged for Debian by: Andrew Ross on Mon, 29 Nov 2010 19:42:14 +0000 It was downloaded from http://www.representqueens.com/spark/ Upstream Author(s): Larry Ogrodnek Copyright: Copyright 2006-2007 Larry Ogrodnek License: Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ The full text of the license can be found at '/usr/share/common-licenses/Apache-2.0'. The Debian packaging is: Copyright (C) 2010 Andrew Ross and is licensed under the GPL version 3, see `/usr/share/common-licenses/GPL-3'. debian/compat0000644000000000000000000000000211477350614010374 0ustar 7 debian/source/0000755000000000000000000000000011735231602010466 5ustar debian/source/format0000644000000000000000000000001411477350614011704 0ustar 3.0 (quilt) debian/orig-tar.sh0000755000000000000000000000035711477350614011266 0ustar #!/bin/bash -e VERSION=$2 FILE=$3 # Resolve symbolic links FILE=`readlink -f $FILE` gunzip $FILE TARFILE=${FILE%.gz} # Remove all files starting ._ tar -f $TARFILE --wildcards --delete "*/._*" gzip $TARFILE echo "Repack complete." debian/changelog0000644000000000000000000000072111735226014011041 0ustar libspark-java (1.2-2) unstable; urgency=low * Team upload. * Replace dependencies on Servlet 2.4 library with 2.5 one. (Closes: #658809) * Bump Standards-Version to 3.9.3. No changes were required. -- Miguel Landaeta Fri, 02 Mar 2012 23:18:18 -0430 libspark-java (1.2-1) unstable; urgency=low * Initial release of libspark-java package. (Closes: #605502). -- Andrew Ross Mon, 29 Nov 2010 19:42:14 +0000 debian/patches/0000755000000000000000000000000011735231602010615 5ustar debian/patches/series0000644000000000000000000000003611477350614012041 0ustar build-xml.patch javadoc.patch debian/patches/javadoc.patch0000644000000000000000000000221111477350614013251 0ustar Build the javadoc along with the main build. Index: spark/build.xml =================================================================== --- spark.orig/build.xml 2010-11-29 22:21:38.272168006 +0000 +++ spark/build.xml 2010-11-29 22:26:36.220492244 +0000 @@ -47,7 +47,7 @@ - + @@ -80,7 +80,13 @@ - + + + + + + + debian/patches/build-xml.patch0000644000000000000000000000163011477350614013543 0ustar Remove the filesets relating to dependencies. We handle those with the CLASSPATH environment variable. Index: spark/build.xml =================================================================== --- spark.orig/build.xml 2010-11-29 22:12:50.540491256 +0000 +++ spark/build.xml 2010-11-29 22:13:17.450491999 +0000 @@ -30,7 +30,7 @@ - + debian/README.Debian-source0000644000000000000000000000012411477350614012532 0ustar Source tarball is modified from upstream to remove all files of the form "*/._*".