Author: varun Date: 2009-05-07 23:48:34 +0000 (Thu, 07 May 2009) New Revision: 8240
Modified: trunk/libdb-je-java/debian/changelog trunk/libdb-je-java/debian/control trunk/libdb-je-java/debian/copyright trunk/libdb-je-java/debian/rules Log: * Convert to default-jre/jdk, thanks to Chris Cheney for the patch (Closes: #508974) * Bump Standards-Version to 3.8.1 * Chnage the section to java Modified: trunk/libdb-je-java/debian/changelog =================================================================== --- trunk/libdb-je-java/debian/changelog 2009-05-07 23:36:48 UTC (rev 8239) +++ trunk/libdb-je-java/debian/changelog 2009-05-07 23:48:34 UTC (rev 8240) @@ -1,3 +1,12 @@ +libdb-je-java (3.3.62-3) unstable; urgency=low + + * Convert to default-jre/jdk, thanks to Chris Cheney for the patch + (Closes: #508974) + * Bump Standards-Version to 3.8.1 + * Chnage the section to java + + -- Varun Hiremath <[email protected]> Thu, 07 May 2009 19:41:08 -0400 + libdb-je-java (3.3.62-2) unstable; urgency=low * Add patches/RawObject.diff, thanks to Andreas Jonsson (Closes: #506441) Modified: trunk/libdb-je-java/debian/control =================================================================== --- trunk/libdb-je-java/debian/control 2009-05-07 23:36:48 UTC (rev 8239) +++ trunk/libdb-je-java/debian/control 2009-05-07 23:48:34 UTC (rev 8240) @@ -1,11 +1,11 @@ Source: libdb-je-java -Section: libs +Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Varun Hiremath <[email protected]>, Torsten Werner <[email protected]> Build-Depends: cdbs, debhelper (>= 5), quilt -Build-Depends-Indep: ant, java-gcj-compat-dev, glassfish-javaee -Standards-Version: 3.8.0 +Build-Depends-Indep: ant, default-jdk, glassfish-javaee +Standards-Version: 3.8.1 Homepage: http://www.oracle.com/database/berkeley-db/je/index.html Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libdb-je-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libdb-je-java @@ -13,7 +13,7 @@ Package: libdb-je-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, - java-gcj-compat | java1-runtime | java2-runtime + default-jre-headless | java2-runtime-headless Description: Oracle Berkeley Database Java Edition Oracle Berkeley DB Java Edition is a open source, embeddable, transactional storage engine written entirely in Java. Like Oracle Modified: trunk/libdb-je-java/debian/copyright =================================================================== --- trunk/libdb-je-java/debian/copyright 2009-05-07 23:36:48 UTC (rev 8239) +++ trunk/libdb-je-java/debian/copyright 2009-05-07 23:48:34 UTC (rev 8240) @@ -6,7 +6,7 @@ Upstream Authors: Oracle. All rights reserved. -Copyright: (c) 2002,2007 Oracle. All rights reserved. +Copyright: © 2002,2007 Oracle. All rights reserved. License: Redistribution and use in source and binary forms, with or without @@ -74,5 +74,5 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -The Debian packaging is (C) 2007, Varun Hiremath <[email protected]> and +The Debian packaging is © 2007, Varun Hiremath <[email protected]> and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. Modified: trunk/libdb-je-java/debian/rules =================================================================== --- trunk/libdb-je-java/debian/rules 2009-05-07 23:36:48 UTC (rev 8239) +++ trunk/libdb-je-java/debian/rules 2009-05-07 23:48:34 UTC (rev 8240) @@ -4,7 +4,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/patchsys-quilt.mk -JAVA_HOME := /usr/lib/jvm/java-gcj +JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_BUILD_TARGET := jar DEB_ANT_BUILDFILE := debian/build.xml DEB_JARS := glassfish-javaee _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

