[pkg-java] r8002 - trunk/libjibx-java/debian
ewl-guest at alioth.debian.org
ewl-guest at alioth.debian.org
Sun Feb 22 12:32:01 UTC 2009
Author: ewl-guest
Date: 2009-02-22 12:32:01 +0000 (Sun, 22 Feb 2009)
New Revision: 8002
Modified:
trunk/libjibx-java/debian/changelog
trunk/libjibx-java/debian/control
trunk/libjibx-java/debian/copyright
trunk/libjibx-java/debian/rules
Log:
* debian/control:
+ Build-Depend on openjdk-6-jdk instead of sun-java6-jdk.
+ Depend on openjdk-6-jre instead of sun-java6-jre.
+ Thanks to the above, move to main!
+ Add Homepage field.
+ Add firefox as alternative to iceweasel (for potential Ubuntu integration).
+ Updated Standards-Version to 3.8.0
* debian/rules:
+ Set JAVA_HOME_DIRS to the correct value for openjdk-6-jdk.
* debian/copyright:
+ slighthly modify to make lintian happy.
Modified: trunk/libjibx-java/debian/changelog
===================================================================
--- trunk/libjibx-java/debian/changelog 2009-02-21 13:42:12 UTC (rev 8001)
+++ trunk/libjibx-java/debian/changelog 2009-02-22 12:32:01 UTC (rev 8002)
@@ -1,3 +1,19 @@
+libjibx-java (1.0.2-1) unstable; urgency=low
+
+ * debian/control:
+ + Build-Depend on openjdk-6-jdk instead of sun-java6-jdk.
+ + Depend on openjdk-6-jre instead of sun-java6-jre.
+ + Thanks to the above, move to main!
+ + Add Homepage field.
+ + Add firefox as alternative to iceweasel (for potential Ubuntu integration).
+ + Updated Standards-Version to 3.8.0
+ * debian/rules:
+ + Set JAVA_HOME_DIRS to the correct value for openjdk-6-jdk.
+ * debian/copyright:
+ + slighthly modify to make lintian happy.
+
+ -- Eric Lavarde <deb at zorglub.s.bawue.de> Sat, 21 Feb 2009 09:13:28 +0100
+
libjibx-java (1.0.1-2) unstable; urgency=low
[ Michael Bienia ]
Modified: trunk/libjibx-java/debian/control
===================================================================
--- trunk/libjibx-java/debian/control 2009-02-21 13:42:12 UTC (rev 8001)
+++ trunk/libjibx-java/debian/control 2009-02-22 12:32:01 UTC (rev 8002)
@@ -1,15 +1,16 @@
Source: libjibx-java
-Section: contrib/libs
+Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Eric Lavarde <deb at zorglub.s.bawue.de>, Michael Koch <konqueror at gmx.de>
+Build-Depends-Indep: gjdoc, openjdk-6-jdk, ant, antlr, libbcel-java, libxpp3-java
Build-Depends: debhelper (>= 4.1.0), cdbs (>= 0.4.8)
-Build-Depends-Indep: gjdoc, sun-java6-jdk, ant, antlr, libbcel-java, libxpp3-java
-Standards-Version: 3.7.3
+Homepage: http://jibx.sf.net/
+Standards-Version: 3.8.0.0
Package: libjibx-java
Architecture: all
-Depends: sun-java6-jre | java2-runtime, libbcel-java, libxpp3-java
+Depends: openjdk-6-jre | sun-java6-jre | sun-java5-jre | java2-runtime, libbcel-java, libxpp3-java, ${misc:Depends}
Suggests: java-virtual-machine, libjibx-java-doc
Description: Framework for binding XML data to Java objects
JiBX lets you work with data from XML documents using your own class
@@ -20,9 +21,10 @@
control over the translation process.
Package: libjibx-java-doc
-Section: contrib/doc
+Section: doc
Architecture: all
-Recommends: iceweasel | www-browser
+Depends: ${misc:Depends}
+Recommends: iceweasel | firefox | www-browser
Suggests: libjibx-java
Description: Documentation for libjibx-java
This package contains documentation, javadocs (or should I say gjdocs) and
Modified: trunk/libjibx-java/debian/copyright
===================================================================
--- trunk/libjibx-java/debian/copyright 2009-02-21 13:42:12 UTC (rev 8001)
+++ trunk/libjibx-java/debian/copyright 2009-02-22 12:32:01 UTC (rev 8002)
@@ -3,24 +3,29 @@
It was downloaded from http://jibx.sf.net/
-Copyright Holder: Dennis Sosnoski <dsosnoski at users.sourceforge.net>
+Copyright (c) 2003-2005, Dennis M. Sosnoski <dsosnoski at users.sourceforge.net>
-License:
- Redistribution and use in source and binary forms, with or without
- modification, are permitted under the terms of the BSD License.
+All rights reserved.
- THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
- ANY EXPRESS 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 THE REGENTS OR 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.
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
-On Debian systems, the complete text of the BSD License can be
-found in `/usr/share/common-licenses/BSD'.
+ * Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+ * 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.
+ * Neither the name of JiBX nor the names of its contributors may be used
+ to endorse or promote products derived from this software without specific
+ prior written permission.
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS 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 THE COPYRIGHT OWNER OR 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.
Modified: trunk/libjibx-java/debian/rules
===================================================================
--- trunk/libjibx-java/debian/rules 2009-02-21 13:42:12 UTC (rev 8001)
+++ trunk/libjibx-java/debian/rules 2009-02-22 12:32:01 UTC (rev 8002)
@@ -5,7 +5,7 @@
include /usr/share/cdbs/1/rules/simple-patchsys.mk
DEB_COMPRESS_EXCLUDE := .class
-JAVA_HOME_DIRS := /usr/lib/jvm/java-6-sun
+JAVA_HOME_DIRS := /usr/lib/jvm/java-6-openjdk
ANT_HOME := /usr/share/ant
DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar
DEB_ANT_BUILD_TARGET := setrelease current devdoc
@@ -13,7 +13,7 @@
DEB_DH_INSTALLCHANGELOGS_ARGS := changes.txt
LIBRARY=jibx
-VERSION=1.0.1
+VERSION=1.0.2
clean::
-rm -fr build/classes build/docs/dev/resources/inherit.gif lib/*
More information about the pkg-java-commits
mailing list