Author: tgg Date: 2008-01-26 17:59:10 +0000 (Sat, 26 Jan 2008) New Revision: 5565
Modified: trunk/libglade-java/debian/changelog trunk/libglade-java/debian/control trunk/libglade-java/debian/rules Log: fix pending bugs and rework descriptions in libglade-java Modified: trunk/libglade-java/debian/changelog =================================================================== --- trunk/libglade-java/debian/changelog 2008-01-26 15:52:25 UTC (rev 5564) +++ trunk/libglade-java/debian/changelog 2008-01-26 17:59:10 UTC (rev 5565) @@ -1,9 +1,19 @@ -libglade-java (2.12.8-4) UNRELEASED; urgency=low +libglade-java (2.12.8-4) unstable; urgency=low + [ Mark Howard ] * Fixed typos in description. Closes: #440583. - -- Mark Howard <[EMAIL PROTECTED]> Thu, 13 Dec 2007 18:19:38 +0000 + [ Thomas Girard ] + * Bump Standards-Version: to 3.7.3. No changes needed. + * Replace XS-Vcs-*: with Vcs-*:. + * Add Homepage: control field. + * Move libglade-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. + -- Thomas Girard <[EMAIL PROTECTED]> Sat, 26 Jan 2008 18:40:05 +0100 + libglade-java (2.12.8-3) unstable; urgency=low * New package, libglade-java-dev, split from libglade-jni and libglade-cni, Modified: trunk/libglade-java/debian/control =================================================================== --- trunk/libglade-java/debian/control 2008-01-26 15:52:25 UTC (rev 5564) +++ trunk/libglade-java/debian/control 2008-01-26 17:59:10 UTC (rev 5565) @@ -4,9 +4,10 @@ Maintainer: Debian Java maintainers <[EMAIL PROTECTED]> Uploaders: Mark Howard <[EMAIL PROTECTED]>, Thomas Girard <[EMAIL PROTECTED]> Build-Depends: debhelper (>> 5), gcj, java-gcj-compat-dev (>= 1.0.65-6), docbook-utils, cdbs, pkg-config, libglib-java-dev (>= 0.4.2-7), libgtk-java-dev (>= 2.10.2-4), libgnome-java-dev (>= 2.12.7-3), libglade2-dev (>= 2.5.1), libgnomeui-dev (>= 2.11.0), libgnomecanvas2-dev (>= 2.11.0), quilt (>= 0.29-2), autotools-dev -Standards-Version: 3.7.2 -XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libglade-java -XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libglade-java +Standards-Version: 3.7.3 +Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libglade-java +Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libglade-java +Homepage: http://java-gnome.sf.net/2.x Package: libglade-java Section: libs @@ -15,110 +16,70 @@ Replaces: libgtk2-java Recommends: libglade-java-gcj Conflicts: libgtk2-java -Description: Glade 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 Glade + This package provides architecture-independent files of the Java + bindings for Glade. . - This package provides the architecture-independent files for Glade 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: libglade-jni Section: libs Architecture: any Depends: ${shlibs:Depends} Conflicts: libglade-java (<< 2.12.8-1) -Description: Glade bindings for Java (native library) - 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 Glade (native library) + This package provides the native library needed by the Java bindings + for Glade. . - This package provides the architecture-dependant files for Glade support. - . - http://java-gnome.sf.net + For more information on the Java bindings for Glade see the + libglade-java package. Package: libglade-cni Section: libs Architecture: any Depends: libglade-jni (= ${binary:Version}), ${shlibs:Depends} Replaces: libglade-java (<< 2.12.8-1) -Description: Glade 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. +Description: Java bindings for Glade (native code) + This package provides the Java bindings for Glade compiled to native + code. . - This package provides natively compiled code for Glade support. - . - http://java-gnome.sf.net + For more information on the Java bindings for Glade see the libglade-java + package. Package: libglade-java-gcj Section: libs Architecture: any Depends: libglade-java (= ${source:Version}), libgnome-java-gcj (>= 2.12.7), ${misc:Depends}, ${shlibs:Depends} -Description: Glade 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 Glade (native code for use with gij) + This package provides the Java bindings for Glade 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 Glade see the libglade-java + package. Package: libglade-java-doc Section: doc Architecture: all Depends: classpath-doc, libgnome-java-doc Replaces: libglade-java (<< 2.12.8-1) -Description: Glade 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. +Description: Java bindings for Glade (API documentation) + This package provides the API documentation of the Java bindings for + Glade. . - This package contains the API documentation for the Glade bindings. - . - http://java-gnome.sf.net + For more information on the Java bindings for Glade see the libglade-java + package. Package: libglade-java-dev -Section: devel +Section: libdevel Architecture: any Depends: libglib-java-dev (>= 0.4.2-7), libgtk-java-dev (>= 2.10.2-4), libgnome-java-dev (>= 2.12.7-3), libglade-jni (= ${binary:Version}), libglade-cni (= ${binary:Version}), libglade-java (= ${source:Version}) Replaces: libglade-java (<< 2.12.8-1), libglade-jni (<< 2.12.8-3), libglade-cni (<< 2.12.8-3) -Description: Glade 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 Glade (development files) + This package provides headers, library symlinks and pkg-config file + of the Java bindings for Glade. . - This package provides library symlinks and pkg-config file for Glade bindings. - . - http://java-gnome.sf.net + For more information on the Java bindings for Glade see the libglade-java + package. Modified: trunk/libglade-java/debian/rules =================================================================== --- trunk/libglade-java/debian/rules 2008-01-26 15:52:25 UTC (rev 5564) +++ trunk/libglade-java/debian/rules 2008-01-26 17:59:10 UTC (rev 5565) @@ -23,6 +23,7 @@ endif DEB_CONFIGURE_EXTRA_FLAGS = --without-javadocs +DEB_CONFIGURE_SCRIPT_ENV += CFLAGS="-I/usr/lib/jvm/java-gcj/include" DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/tmp/ \ docdir='$$(datadir)/doc/$(base)' \ _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

