Author: tgg Date: 2008-01-26 18:34:54 +0000 (Sat, 26 Jan 2008) New Revision: 5567
Modified: trunk/libgnome-java/debian/changelog trunk/libgnome-java/debian/control trunk/libgnome-java/debian/libgnome-java-doc.doc-base trunk/libgnome-java/debian/rules Log: fix pending issues in libgnome-java Modified: trunk/libgnome-java/debian/changelog =================================================================== --- trunk/libgnome-java/debian/changelog 2008-01-26 18:09:07 UTC (rev 5566) +++ trunk/libgnome-java/debian/changelog 2008-01-26 18:34:54 UTC (rev 5567) @@ -1,9 +1,20 @@ -libgnome-java (2.12.7-4) UNRELEASED; urgency=low +libgnome-java (2.12.7-4) unstable; urgency=low + [ Mark Howard ] * Fixed typos in description. Closes: #440584 - -- Mark Howard <[EMAIL PROTECTED]> Thu, 13 Dec 2007 18:21:37 +0000 + [ Thomas Girard ] + * Bump Standards-Version: to 3.7.3. No changes needed. + * Replace XS-Vcs-*: with Vcs-*:. + * Add Homepage: control field. + * Move libgnome-java-dev to libdevel section. + * Rework descriptions. + * Alter DEB_CONFIGURE_SCRIPT_ENV to pass -I/usr/lib/jvm/java-gcj/include + to the configure script so that gcj-4.3 finds jni.h. + * Replace Gnome with GNOME in doc-base file. + -- Thomas Girard <[EMAIL PROTECTED]> Sat, 26 Jan 2008 19:13:39 +0100 + libgnome-java (2.12.7-3) unstable; urgency=low * New package, libgnome-java-dev, split from libgnome-jni and libgnome-cni, Modified: trunk/libgnome-java/debian/control =================================================================== --- trunk/libgnome-java/debian/control 2008-01-26 18:09:07 UTC (rev 5566) +++ trunk/libgnome-java/debian/control 2008-01-26 18:34:54 UTC (rev 5567) @@ -4,9 +4,10 @@ Maintainer: Debian Java maintainers <[EMAIL PROTECTED]> Uploaders: Mark Howard <[EMAIL PROTECTED]>, Michael Koch <[EMAIL PROTECTED]>, Thomas Girard <[EMAIL PROTECTED]> Build-Depends: debhelper (>> 5), gcj, java-gcj-compat-dev (>= 1.0.65-6), docbook, docbook-utils, cdbs (>= 0.4.34), pkg-config, libglib-java-dev (>= 0.4.2-7), libgtk-java-dev (>= 2.10.2-4), libgnomeui-dev (>= 2.11.0), libgnomecanvas2-dev (>= 2.11.0), quilt (>= 0.29-2), autotools-dev -Standards-Version: 3.7.2.0 -XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libgnome-java -XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libgnome-java +Standards-Version: 3.7.3 +Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libgnome-java +Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libgnome-java +Homepage: http://java-gnome.sf.net/2.x Package: libgnome-java Section: libs @@ -15,19 +16,14 @@ Replaces: libgnome0-java, libgnome2-java Recommends: libgnome-java-gcj Conflicts: libgnome2-java -Description: GNOME bindings for Java - The Java-Gnome project provides a framework for creating GTK+ and GNOME - applications using Java. This covers the entire GTK+ and GNOME API, so you can - create true GNOME applications, which work just like any other desktop - application. Most other Java UI toolkits such as SWT or swing provide at most - compatibility layers so that your app will look like GNOME applications. You - should use java-gnome if you want to use standard GTK+ and GNOME features such - as stock icons, and file chooser buttons; or if you want to use additional - GNOME libraries such as gnome-vfs, vte, libmozembed. +Description: Java bindings for GNOME + This package provides architecture-independent files of the Java + bindings for GNOME. . - This package provides the architecture-independent files for GNOME support. + Please be aware that this package is part of java-gnome 2.x series + which is deprecated. . - http://java-gnome.sf.net + The java-gnome project provides Java bindings for the GNOME platform. Package: libgnome-jni Section: libs @@ -35,91 +31,56 @@ Depends: ${shlibs:Depends} Replaces: libgnome0-jni, libgnome2-jni, libgnome-java (<< 2.12.7-1) Conflicts: libgnome2-jni -Description: GNOME bindings for Java - The Java-Gnome project provides a framework for creating GTK+ and GNOME - applications using Java. This covers the entire GTK+ and GNOME API, so you can - create true GNOME applications, which work just like any other desktop - application. Most other Java UI toolkits such as SWT or swing provide at most - compatibility layers so that your app will look like GNOME applications. You - should use java-gnome if you want to use standard GTK+ and GNOME features such - as stock icons, and file chooser buttons; or if you want to use additional - GNOME libraries such as gnome-vfs, vte, libmozembed. +Description: Java bindings for GNOME + This package provides the native library needed by the Java bindings + for GNOME. . - This package provides the architecture-dependant files for GNOME support. + For more information on the Java bindings for GNOME see the libgnome-java + package. + +Package: libgnome-cni +Section: libs +Architecture: any +Depends: libgnome-jni (= ${binary:Version}), ${shlibs:Depends} +Replaces: libgnome-jni (<< 2.12.7-1) +Description: Java bindings for GNOME (native code) + This package provides the Java bindings for GNOME compiled to native + code. . - http://java-gnome.sf.net + For more information on the Java bindings for GNOME see the libgnome-java + package. Package: libgnome-java-gcj Section: libs Architecture: any Depends: libgnome-java (= ${source:Version}), libgtk-java-gcj (>= 2.10.2), ${misc:Depends}, ${shlibs:Depends} -Description: GNOME bindings for Java (native code for use with gij) - The Java-Gnome project provides a framework for creating GTK+ and GNOME - applications using Java. This covers the entire GTK+ and GNOME API, so you can - create true GNOME applications, which work just like any other desktop - application. Most other Java UI toolkits such as SWT or swing provide at most - compatibility layers so that your app will look like GNOME applications. You - should use java-gnome if you want to use standard GTK+ and GNOME features such - as stock icons, and file chooser buttons; or if you want to use additional - GNOME libraries such as gnome-vfs, vte, libmozembed. +Description: Java bindings for GNOME (native code for use with gij) + This package provides the Java bindings for GNOME compiled to native + code, for use with gij. . - This package provides natively compiled code to run with gij. - . - http://java-gnome.sf.net + For more information on the Java bindings for GNOME see the libgnome-java + package. Package: libgnome-java-doc Section: doc Architecture: all Depends: classpath-doc, libgtk-java-doc Replaces: libgnome-java (<< 2.12.5) -Description: GNOME bindings for Java (API documentation) - The Java-Gnome project provides a framework for creating GTK+ and GNOME - applications using Java. This covers the entire GTK+ and GNOME API, so you can - create true GNOME applications, which work just like any other desktop - application. Most other Java UI toolkits such as SWT or swing provide at most - compatibility layers so that your app will look like GNOME applications. You - should use java-gnome if you want to use standard GTK+ and GNOME features such - as stock icons, and file chooser buttons; or if you want to use additional - GNOME libraries such as gnome-vfs, vte, libmozembed. - . - This package contains the API documentation for the GNOME bindings. +Description: Java bindings for GNOME (API documentation) + This package provides the API documentation of the Java bindings for + GNOME. . - http://java-gnome.sf.net + For more information on the Java bindings for GNOME see the libgnome-java + package. -Package: libgnome-cni -Section: libs -Architecture: any -Depends: libgnome-jni (= ${binary:Version}), ${shlibs:Depends} -Replaces: libgnome-jni (<< 2.12.7-1) -Description: GNOME bindings for Java (native code) - The Java-Gnome project provides a framework for creating GTK+ and GNOME - applications using Java. This covers the entire GTK+ and GNOME API, so you can - create true GNOME applications, which work just like any other desktop - application. Most other Java UI toolkits such as SWT or swing provide at most - compatibility layers so that your app will look like GNOME applications. You - should use java-gnome if you want to use standard GTK+ and GNOME features such - as stock icons, and file chooser buttons; or if you want to use additional - GNOME libraries such as gnome-vfs, vte, libmozembed. - . - This package provides natively compiled code for GNOME support. - . - http://java-gnome.sf.net - Package: libgnome-java-dev -Section: devel +Section: libdevel Architecture: any Depends: libglib-java-dev (>= 0.4.2-7), libgtk-java-dev (>= 2.10.2-4), libgnome-jni (= ${binary:Version}), libgnome-cni (= ${binary:Version}), libgnome-java (= ${source:Version}) Replaces: libgnome-java (<< 2.12.7-1), libgnome-jni (<< 2.12.7-3), libgnome-cni (<< 2.12.7-3) -Description: GNOME bindings for Java (development files) - The Java-Gnome project provides a framework for creating GTK+ and GNOME - applications using Java. This covers the entire GTK+ and GNOME API, so you can - create true GNOME applications, which work just like any other desktop - application. Most other Java UI toolkits such as SWT or swing provide at most - compatibility layers so that your app will look like GNOME applications. You - should use java-gnome if you want to use standard GTK+ and GNOME features such - as stock icons, and file chooser buttons; or if you want to use additional - GNOME libraries such as gnome-vfs, vte, libmozembed. +Description: Java bindings for GNOME (development files) + This package provides headers, library symlinks and pkg-config file + of the Java bindings for GNOME. . - This package provides library symlinks and pkg-config file for GNOME support. - . - http://java-gnome.sf.net + For more information on the Java bindings for GNOME see the libgnome-java + package. Modified: trunk/libgnome-java/debian/libgnome-java-doc.doc-base =================================================================== --- trunk/libgnome-java/debian/libgnome-java-doc.doc-base 2008-01-26 18:09:07 UTC (rev 5566) +++ trunk/libgnome-java/debian/libgnome-java-doc.doc-base 2008-01-26 18:34:54 UTC (rev 5567) @@ -1,7 +1,7 @@ Document: libgnome-java-doc -Title: Programmer API for Gnome Java bindings +Title: Programmer API for GNOME Java bindings Author: Jeffrey S. Morgan <[EMAIL PROTECTED]> -Abstract: Javadocs programmer API for the Gnome Java bindings +Abstract: Javadocs programmer API for the GNOME Java bindings Section: Programming Format: HTML Modified: trunk/libgnome-java/debian/rules =================================================================== --- trunk/libgnome-java/debian/rules 2008-01-26 18:09:07 UTC (rev 5566) +++ trunk/libgnome-java/debian/rules 2008-01-26 18:34:54 UTC (rev 5567) @@ -23,6 +23,7 @@ endif DEB_CONFIGURE_EXTRA_FLAGS = --without-javadocs +DEB_CONFIGURE_SCRIPT_ENV += CFLAGS="-I/usr/lib/jvm/java-gcj/include" # we distclean: before unpatching so we don't need cleaning after DEB_MAKE_CLEAN_TARGET = _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

