Author: tmancill Date: 2010-12-09 01:57:13 +0000 (Thu, 09 Dec 2010) New Revision: 13164
Added: tags/libspark-java/1.2-1/ tags/libspark-java/1.2-1/debian/control tags/libspark-java/1.2-1/debian/copyright tags/libspark-java/1.2-1/debian/rules Removed: tags/libspark-java/1.2-1/debian/control tags/libspark-java/1.2-1/debian/copyright tags/libspark-java/1.2-1/debian/rules Log: [svn-buildpackage] Tagging libspark-java 1.2-1 Deleted: tags/libspark-java/1.2-1/debian/control =================================================================== --- trunk/libspark-java/debian/control 2010-12-07 03:49:18 UTC (rev 13162) +++ tags/libspark-java/1.2-1/debian/control 2010-12-09 01:57:13 UTC (rev 13164) @@ -1,34 +0,0 @@ -Source: libspark-java -Section: java -Priority: optional -Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Andrew Ross <[email protected]> -Build-Depends: debhelper (>= 7), javahelper (>=0.25) -Build-Depends-Indep: default-jdk, default-jdk-doc, ant, - libservlet2.4-java -Standards-Version: 3.9.1 -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.4-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. - Copied: tags/libspark-java/1.2-1/debian/control (from rev 13163, trunk/libspark-java/debian/control) =================================================================== --- tags/libspark-java/1.2-1/debian/control (rev 0) +++ tags/libspark-java/1.2-1/debian/control 2010-12-09 01:57:13 UTC (rev 13164) @@ -0,0 +1,34 @@ +Source: libspark-java +Section: java +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Andrew Ross <[email protected]> +Build-Depends: debhelper (>= 7), javahelper (>=0.25) +Build-Depends-Indep: default-jdk, default-jdk-doc, ant, + libservlet2.5-java +Standards-Version: 3.9.1 +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.4-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. + Deleted: tags/libspark-java/1.2-1/debian/copyright =================================================================== --- trunk/libspark-java/debian/copyright 2010-12-07 03:49:18 UTC (rev 13162) +++ tags/libspark-java/1.2-1/debian/copyright 2010-12-09 01:57:13 UTC (rev 13164) @@ -1,30 +0,0 @@ -This work was packaged for Debian by: - - Andrew Ross <[email protected]> on Mon, 29 Nov 2010 19:42:14 +0000 - -It was downloaded from http://www.representqueens.com/spark/ - -Upstream Author(s): - Larry Ogrodnek <[email protected]> - -Copyright: - - Copyright 2006 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 <[email protected]> - -and is licensed under the GPL version 3, -see `/usr/share/common-licenses/GPL-3'. - Copied: tags/libspark-java/1.2-1/debian/copyright (from rev 13163, trunk/libspark-java/debian/copyright) =================================================================== --- tags/libspark-java/1.2-1/debian/copyright (rev 0) +++ tags/libspark-java/1.2-1/debian/copyright 2010-12-09 01:57:13 UTC (rev 13164) @@ -0,0 +1,30 @@ +This work was packaged for Debian by: + + Andrew Ross <[email protected]> on Mon, 29 Nov 2010 19:42:14 +0000 + +It was downloaded from http://www.representqueens.com/spark/ + +Upstream Author(s): + Larry Ogrodnek <[email protected]> + +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 <[email protected]> + +and is licensed under the GPL version 3, +see `/usr/share/common-licenses/GPL-3'. + Deleted: tags/libspark-java/1.2-1/debian/rules =================================================================== --- trunk/libspark-java/debian/rules 2010-12-07 03:49:18 UTC (rev 13162) +++ tags/libspark-java/1.2-1/debian/rules 2010-12-09 01:57:13 UTC (rev 13164) @@ -1,14 +0,0 @@ -#!/usr/bin/make -f -# -*- makefile -*- - -JAVA_HOME := /usr/lib/jvm/default-java -export CLASSPATH := /usr/share/java/servlet-api.jar:/usr/share/java/jsp-api.jar - -%: - dh $@ --with javahelper - - -# Get original source -get-orig-source: - uscan --download-current-version - Copied: tags/libspark-java/1.2-1/debian/rules (from rev 13163, trunk/libspark-java/debian/rules) =================================================================== --- tags/libspark-java/1.2-1/debian/rules (rev 0) +++ tags/libspark-java/1.2-1/debian/rules 2010-12-09 01:57:13 UTC (rev 13164) @@ -0,0 +1,14 @@ +#!/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 + _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

