[pkg-java] r8195 - in trunk: . jcharts jcharts/debian

Onkar Shinde onkarshinde-guest at alioth.debian.org
Wed Apr 15 19:25:43 UTC 2009


Author: onkarshinde-guest
Date: 2009-04-15 19:25:43 +0000 (Wed, 15 Apr 2009)
New Revision: 8195

Added:
   trunk/jcharts/
   trunk/jcharts/debian/
   trunk/jcharts/debian/changelog
   trunk/jcharts/debian/compat
   trunk/jcharts/debian/control
   trunk/jcharts/debian/copyright
   trunk/jcharts/debian/orig-tar.exclude
   trunk/jcharts/debian/orig-tar.sh
   trunk/jcharts/debian/rules
   trunk/jcharts/debian/watch
Log:
Port jcharts from Ubuntu

Added: trunk/jcharts/debian/changelog
===================================================================
--- trunk/jcharts/debian/changelog	                        (rev 0)
+++ trunk/jcharts/debian/changelog	2009-04-15 19:25:43 UTC (rev 8195)
@@ -0,0 +1,27 @@
+jcharts (0.7.5-1) unstable; urgency=low
+
+  * Merge from Ubuntu. (Closes: #522213)
+  * Remaining Debian changes:
+    - debian/control
+      * Change section from 'libs' to 'java'.
+      * Set 'Maintainer' to 'Debian Java Maintainers'.
+      * Add myself to 'Uploaders'.
+      * Bump standards version to 3.8.1. No changes required.
+      * Add Vcs-* fields.
+      * Add ${misc:Depends} to runtime dependencies.
+
+ -- Onkar Shinde <onkarshinde at ubuntu.com>  Wed, 15 Apr 2009 22:51:43 +0530
+
+jcharts (0.7.5-0ubuntu2) jaunty; urgency=low
+
+  * debian/rules
+    - Remove commented code.
+    - Change symlink name for library to all lowercase.
+
+ -- Onkar Shinde <onkarshinde at ubuntu.com>  Tue, 14 Apr 2009 23:26:41 +0530
+
+jcharts (0.7.5-0ubuntu1) jaunty; urgency=low
+
+  * Initial release.
+
+ -- Onkar Shinde <onkarshinde at ubuntu.com>  Wed, 04 Feb 2009 00:05:03 +0530

Added: trunk/jcharts/debian/compat
===================================================================
--- trunk/jcharts/debian/compat	                        (rev 0)
+++ trunk/jcharts/debian/compat	2009-04-15 19:25:43 UTC (rev 8195)
@@ -0,0 +1 @@
+5

Added: trunk/jcharts/debian/control
===================================================================
--- trunk/jcharts/debian/control	                        (rev 0)
+++ trunk/jcharts/debian/control	2009-04-15 19:25:43 UTC (rev 8195)
@@ -0,0 +1,21 @@
+Source: jcharts
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Onkar Shinde <onkarshinde at ubuntu.com>
+Build-Depends: debhelper (>=5), cdbs, ant, ant-optional
+Build-Depends-Indep: openjdk-6-jdk, libbatik-java, libservlet2.4-java
+Standards-Version: 3.8.1
+Homepage: http://jcharts.sourceforge.net/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jcharts
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/jcharts
+
+Package: libjcharts-java
+Architecture: all
+Depends: openjdk-6-jre | sun-java5-jre | sun-java6-jre, libbatik-java, ${misc:Depends}
+Description: java based charts library
+ jCharts is a 100% Java based charting utility that outputs a variety of
+ charts. This package has been designed from the ground up by volunteers for
+ displaying charts via Servlets, JSP's, and Swing apps.
+ .
+ This package contains the library.

Added: trunk/jcharts/debian/copyright
===================================================================
--- trunk/jcharts/debian/copyright	                        (rev 0)
+++ trunk/jcharts/debian/copyright	2009-04-15 19:25:43 UTC (rev 8195)
@@ -0,0 +1,62 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=436
+Upstream-Name: jCharts
+Upstream-Maintainer:
+    Nathaniel G. Auvil <nathaniel_auvil at users.sourceforge.net>
+Upstream-Source: http://jcharts.sourceforge.net/
+
+Files: *
+Copyright:
+    Copyright 2002 Nathaniel G. Auvil <nathaniel_auvil at users.sourceforge.net>
+License: jCharts License 
+  Redistribution and use of this software and associated documentation 
+  ("Software"), with or without modification, are permitted provided that the 
+  following conditions are met:
+
+  1. Redistributions of source code must retain copyright statements and notices.
+  Redistributions must also contain a copy of this document.
+
+  2. Redistributions in binary form must reproduce the above copyright notice,
+  this list of conditions and the following disclaimer in the documentation 
+  and/or other materials provided with the distribution.
+
+  3. The name "jCharts" or "Nathaniel G. Auvil" must not be used to endorse or 
+  promote products derived from this Software without prior written permission 
+  of Nathaniel G. Auvil.
+  For written permission, please contact nathaniel_auvil at users.sourceforge.net
+
+  4. Products derived from this Software may not be called "jCharts" nor may 
+  "jCharts" appear in their names without prior written permission of Nathaniel
+  G. Auvil. jCharts is a registered trademark of Nathaniel G. Auvil.
+
+  5. Due credit should be given to the jCharts Project (http://jcharts.krysalis.org).
+
+  THIS SOFTWARE IS PROVIDED BY Nathaniel G. Auvil AND CONTRIBUTORS ``AS IS'' AND 
+  ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
+  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
+  ARE DISCLAIMED.  IN NO EVENT SHALL jCharts OR ITS CONTRIBUTORS BE LIABLE FOR 
+  ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
+  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
+  SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 
+  CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,STRICT LIABILITY, 
+  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
+  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE
+  
+Files: debian/*
+Copyright: Copyright 2009 Onkar Shinde <onkarshinde at ubuntu.com>
+License:  GPL-3+ 
+  This program is free software: you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation, either version 3 of the License, or
+  (at your option) any later version.
+
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+  
+  On Debian systems, the complete text of the GNU General
+  Public License can be found in `/usr/share/common-licenses/GPL'.

Added: trunk/jcharts/debian/orig-tar.exclude
===================================================================
--- trunk/jcharts/debian/orig-tar.exclude	                        (rev 0)
+++ trunk/jcharts/debian/orig-tar.exclude	2009-04-15 19:25:43 UTC (rev 8195)
@@ -0,0 +1,3 @@
+*.jar
+*.war
+lib/*.jar

Added: trunk/jcharts/debian/orig-tar.sh
===================================================================
--- trunk/jcharts/debian/orig-tar.sh	                        (rev 0)
+++ trunk/jcharts/debian/orig-tar.sh	2009-04-15 19:25:43 UTC (rev 8195)
@@ -0,0 +1,20 @@
+#!/bin/sh -e
+
+# called by uscan with '--upstream-version' <version> <file>
+DIR=jcharts-$2
+
+# clean up the upstream tarball
+unzip -d debian/ $3
+mv debian/jCharts-$2 debian/$DIR
+GZIP=--best tar czf ../jcharts_$2.orig.tar.gz -X debian/orig-tar.exclude -C debian $DIR
+rm -rf debian/$DIR
+rm -f $3
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+    . .svn/deb-layout
+    mv $3 $origDir
+    echo "moved $3 to $origDir"
+fi
+
+exit 0

Added: trunk/jcharts/debian/rules
===================================================================
--- trunk/jcharts/debian/rules	                        (rev 0)
+++ trunk/jcharts/debian/rules	2009-04-15 19:25:43 UTC (rev 8195)
@@ -0,0 +1,22 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/class/ant.mk
+
+JAVA_HOME_DIRS		:= /usr/lib/jvm/java-6-openjdk
+DEB_ANT_BUILDFILE 	:= build/build.xml
+DEB_JARS		:= batik servlet-api
+ANT_OPTS		:= -Dant.build.javac.source=1.4
+DEB_ANT_BUILD_TARGET	:= jar
+
+clean::
+	rm -rf build/garbage
+	rm -f build/jCharts-$(DEB_UPSTREAM_VERSION).jar
+
+install/libjcharts-java::
+	dh_install build/jCharts-$(DEB_UPSTREAM_VERSION).jar usr/share/java/
+	dh_link /usr/share/java/jCharts-$(DEB_UPSTREAM_VERSION).jar usr/share/java/jcharts.jar
+
+get-orig-source:
+	uscan --verbose --force-download


Property changes on: trunk/jcharts/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/jcharts/debian/watch
===================================================================
--- trunk/jcharts/debian/watch	                        (rev 0)
+++ trunk/jcharts/debian/watch	2009-04-15 19:25:43 UTC (rev 8195)
@@ -0,0 +1,3 @@
+version=3
+http://sf.net/jcharts/jCharts-(0\.[\d\.]+)\.zip debian debian/orig-tar.sh
+




More information about the pkg-java-commits mailing list