Author: ebourg-guest Date: 2014-09-08 17:28:53 +0000 (Mon, 08 Sep 2014) New Revision: 18382
Added: tags/jcharts/0.7.5-4/ tags/jcharts/0.7.5-4/debian/changelog tags/jcharts/0.7.5-4/debian/compat tags/jcharts/0.7.5-4/debian/control tags/jcharts/0.7.5-4/debian/copyright tags/jcharts/0.7.5-4/debian/rules Removed: tags/jcharts/0.7.5-4/debian/changelog tags/jcharts/0.7.5-4/debian/compat tags/jcharts/0.7.5-4/debian/control tags/jcharts/0.7.5-4/debian/copyright tags/jcharts/0.7.5-4/debian/libjcharts-java.lintian-overrides tags/jcharts/0.7.5-4/debian/rules Log: [svn-buildpackage] Tagging jcharts 0.7.5-4 Deleted: tags/jcharts/0.7.5-4/debian/changelog =================================================================== --- trunk/jcharts/debian/changelog 2014-09-08 15:28:30 UTC (rev 18379) +++ tags/jcharts/0.7.5-4/debian/changelog 2014-09-08 17:28:53 UTC (rev 18382) @@ -1,58 +0,0 @@ -jcharts (0.7.5-3) unstable; urgency=low - - * Team upload. - * Switch to default-jdk. (Closes: #643515) - * Switch to debhelper level 7. - * Remove Java runtime from Depends. - - -- Torsten Werner <[email protected]> Tue, 04 Oct 2011 21:59:52 +0200 - -jcharts (0.7.5-2) unstable; urgency=low - - * debian/patches/01_remove_old_functionality.diff - - Patch to exclude files that use Sun proprietary APIs and related changes. - (Closes: #594270) - * debian/control - - No need to use only OpenJDK or Sun JDK/JRE now. Updated depedencies - accordingly. - - Build against libservlet2.5-java instead of libservlet2.4-java. - - Add libjcharts-java-doc package containing API documentation. - - Update standards version to 3.9.2. No change needed. - * debian/rules - - Use servlet-api-2.5 instead of servlet-api in build classpath. - - Build javadocs as well. Update clean rule to delete javadocs directory. - * debian/libjcharts-java-doc.install - - Install API documentation at appropriate place. - * debian/libjcharts-java.lintian-overrides - - The library needs to depend on jre. So add override for lintian warning. - * Convert package to source format 3.0. - - -- Onkar Shinde <[email protected]> Fri, 06 May 2011 10:27:01 +0530 - -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 <[email protected]> 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 <[email protected]> Tue, 14 Apr 2009 23:26:41 +0530 - -jcharts (0.7.5-0ubuntu1) jaunty; urgency=low - - * Initial release. - - -- Onkar Shinde <[email protected]> Wed, 04 Feb 2009 00:05:03 +0530 Copied: tags/jcharts/0.7.5-4/debian/changelog (from rev 18381, trunk/jcharts/debian/changelog) =================================================================== --- tags/jcharts/0.7.5-4/debian/changelog (rev 0) +++ tags/jcharts/0.7.5-4/debian/changelog 2014-09-08 17:28:53 UTC (rev 18382) @@ -0,0 +1,71 @@ +jcharts (0.7.5-4) unstable; urgency=medium + + * Team upload. + * debian/control: + - Build depend on libservlet3.1-java instead of libservlet2.5-java + - Use canonical URLs for the Vcs-* fields + - Standards-Version updated to 3.9.5 (no changes) + * Switch to debhelper level 9 + * Removed the unused Lintian override for libjcharts-java + * debian/copyright: Updated to the Copyright Format 1;0 + + -- Emmanuel Bourg <[email protected]> Mon, 08 Sep 2014 19:09:18 +0200 + +jcharts (0.7.5-3) unstable; urgency=low + + * Team upload. + * Switch to default-jdk. (Closes: #643515) + * Switch to debhelper level 7. + * Remove Java runtime from Depends. + + -- Torsten Werner <[email protected]> Tue, 04 Oct 2011 21:59:52 +0200 + +jcharts (0.7.5-2) unstable; urgency=low + + * debian/patches/01_remove_old_functionality.diff + - Patch to exclude files that use Sun proprietary APIs and related changes. + (Closes: #594270) + * debian/control + - No need to use only OpenJDK or Sun JDK/JRE now. Updated depedencies + accordingly. + - Build against libservlet2.5-java instead of libservlet2.4-java. + - Add libjcharts-java-doc package containing API documentation. + - Update standards version to 3.9.2. No change needed. + * debian/rules + - Use servlet-api-2.5 instead of servlet-api in build classpath. + - Build javadocs as well. Update clean rule to delete javadocs directory. + * debian/libjcharts-java-doc.install + - Install API documentation at appropriate place. + * debian/libjcharts-java.lintian-overrides + - The library needs to depend on jre. So add override for lintian warning. + * Convert package to source format 3.0. + + -- Onkar Shinde <[email protected]> Fri, 06 May 2011 10:27:01 +0530 + +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 <[email protected]> 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 <[email protected]> Tue, 14 Apr 2009 23:26:41 +0530 + +jcharts (0.7.5-0ubuntu1) jaunty; urgency=low + + * Initial release. + + -- Onkar Shinde <[email protected]> Wed, 04 Feb 2009 00:05:03 +0530 Deleted: tags/jcharts/0.7.5-4/debian/compat =================================================================== --- trunk/jcharts/debian/compat 2014-09-08 15:28:30 UTC (rev 18379) +++ tags/jcharts/0.7.5-4/debian/compat 2014-09-08 17:28:53 UTC (rev 18382) @@ -1 +0,0 @@ -7 Copied: tags/jcharts/0.7.5-4/debian/compat (from rev 18380, trunk/jcharts/debian/compat) =================================================================== --- tags/jcharts/0.7.5-4/debian/compat (rev 0) +++ tags/jcharts/0.7.5-4/debian/compat 2014-09-08 17:28:53 UTC (rev 18382) @@ -0,0 +1 @@ +9 Deleted: tags/jcharts/0.7.5-4/debian/control =================================================================== --- trunk/jcharts/debian/control 2014-09-08 15:28:30 UTC (rev 18379) +++ tags/jcharts/0.7.5-4/debian/control 2014-09-08 17:28:53 UTC (rev 18382) @@ -1,35 +0,0 @@ -Source: jcharts -Section: java -Priority: optional -Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Onkar Shinde <[email protected]> -Build-Depends: debhelper (>= 7), cdbs, ant, ant-optional -Build-Depends-Indep: default-jdk, default-jdk-doc, libbatik-java, libservlet2.5-java, libservlet2.5-java-doc -Standards-Version: 3.9.2 -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: libbatik-java, ${misc:Depends} -Suggests: libjcharts-java-doc (= ${binary:Version}) -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. - -Package: libjcharts-java-doc -Architecture: all -Section: doc -Depends: ${misc:Depends} -Recommends: default-jdk-doc, libservlet2.5-java-doc -Suggests: libjcharts-java (= ${binary:Version}) -Description: java based charts library (API docs) - 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 API documentation. Copied: tags/jcharts/0.7.5-4/debian/control (from rev 18381, trunk/jcharts/debian/control) =================================================================== --- tags/jcharts/0.7.5-4/debian/control (rev 0) +++ tags/jcharts/0.7.5-4/debian/control 2014-09-08 17:28:53 UTC (rev 18382) @@ -0,0 +1,35 @@ +Source: jcharts +Section: java +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Onkar Shinde <[email protected]> +Build-Depends: debhelper (>= 9), cdbs, ant, ant-optional +Build-Depends-Indep: default-jdk, default-jdk-doc, libbatik-java, libservlet3.1-java, libservlet3.1-java-doc +Standards-Version: 3.9.5 +Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/jcharts +Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/jcharts +Homepage: http://jcharts.sourceforge.net + +Package: libjcharts-java +Architecture: all +Depends: libbatik-java, ${misc:Depends} +Suggests: libjcharts-java-doc (= ${binary:Version}) +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. + +Package: libjcharts-java-doc +Architecture: all +Section: doc +Depends: ${misc:Depends} +Recommends: default-jdk-doc, libservlet3.1-java-doc +Suggests: libjcharts-java (= ${binary:Version}) +Description: java based charts library (API docs) + 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 API documentation. Deleted: tags/jcharts/0.7.5-4/debian/copyright =================================================================== --- trunk/jcharts/debian/copyright 2014-09-08 15:28:30 UTC (rev 18379) +++ tags/jcharts/0.7.5-4/debian/copyright 2014-09-08 17:28:53 UTC (rev 18382) @@ -1,62 +0,0 @@ -Format-Specification: - http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=436 -Upstream-Name: jCharts -Upstream-Maintainer: - Nathaniel G. Auvil <[email protected]> -Upstream-Source: http://jcharts.sourceforge.net/ - -Files: * -Copyright: - Copyright 2002 Nathaniel G. Auvil <[email protected]> -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 [email protected] - - 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 <[email protected]> -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'. Copied: tags/jcharts/0.7.5-4/debian/copyright (from rev 18380, trunk/jcharts/debian/copyright) =================================================================== --- tags/jcharts/0.7.5-4/debian/copyright (rev 0) +++ tags/jcharts/0.7.5-4/debian/copyright 2014-09-08 17:28:53 UTC (rev 18382) @@ -0,0 +1,59 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: jCharts +Upstream-Contact: Nathaniel G. Auvil <[email protected]> +Source: http://jcharts.sourceforge.net + +Files: * +Copyright: 2002, Nathaniel G. Auvil <[email protected]> +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 [email protected] + . + 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: 2009, Onkar Shinde <[email protected]> +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-3'. Deleted: tags/jcharts/0.7.5-4/debian/libjcharts-java.lintian-overrides =================================================================== --- trunk/jcharts/debian/libjcharts-java.lintian-overrides 2014-09-08 15:28:30 UTC (rev 18379) +++ tags/jcharts/0.7.5-4/debian/libjcharts-java.lintian-overrides 2014-09-08 17:28:53 UTC (rev 18382) @@ -1,2 +0,0 @@ -# The library uses AWT APIs so a dependency on JRE is needed. -libjcharts-java binary: needless-dependency-on-jre Deleted: tags/jcharts/0.7.5-4/debian/rules =================================================================== --- trunk/jcharts/debian/rules 2014-09-08 15:28:30 UTC (rev 18379) +++ tags/jcharts/0.7.5-4/debian/rules 2014-09-08 17:28:53 UTC (rev 18382) @@ -1,22 +0,0 @@ -#!/usr/bin/make -f - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/ant.mk - -JAVA_HOME := /usr/lib/jvm/default-java -DEB_ANT_BUILDFILE := build/build.xml -DEB_JARS := batik servlet-api-2.5 -ANT_ARGS := -Dbatik.classpath=/usr/share/java/batik.jar -Dant.build.javac.source=1.4 -DEB_ANT_BUILD_TARGET := jar javadocs - -clean:: - rm -rf build/garbage - rm -rf build/javadocs - 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 Copied: tags/jcharts/0.7.5-4/debian/rules (from rev 18381, trunk/jcharts/debian/rules) =================================================================== --- tags/jcharts/0.7.5-4/debian/rules (rev 0) +++ tags/jcharts/0.7.5-4/debian/rules 2014-09-08 17:28:53 UTC (rev 18382) @@ -0,0 +1,22 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/ant.mk + +JAVA_HOME := /usr/lib/jvm/default-java +DEB_ANT_BUILDFILE := build/build.xml +DEB_JARS := batik servlet-api-3.1 +ANT_ARGS := -Dbatik.classpath=/usr/share/java/batik.jar -Dant.build.javac.source=1.4 +DEB_ANT_BUILD_TARGET := jar javadocs + +clean:: + rm -rf build/garbage + rm -rf build/javadocs + 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

