Author: tgg Date: 2008-01-20 20:58:29 +0000 (Sun, 20 Jan 2008) New Revision: 5519
Modified: trunk/libgtk-java/debian/changelog trunk/libgtk-java/debian/control Log: prepare 2.10.2-5 upload. Modified: trunk/libgtk-java/debian/changelog =================================================================== --- trunk/libgtk-java/debian/changelog 2008-01-20 20:52:45 UTC (rev 5518) +++ trunk/libgtk-java/debian/changelog 2008-01-20 20:58:29 UTC (rev 5519) @@ -1,9 +1,17 @@ -libgtk-java (2.10.2-5) UNRELEASED; urgency=low +libgtk-java (2.10.2-5) unstable; urgency=low + [ Mark Howard ] * Fixed typos in description. Closes: #440585. - -- Mark Howard <[EMAIL PROTECTED]> Thu, 13 Dec 2007 18:14:03 +0000 + [ Thomas Girard ] + * Add Homepage: control field. + * Change XS-Vcs-*: fields to Vcs-*:. + * Bump Standards-Version: to 3.7.3. No changes needed. + * Move libgtk-java-dev to libdevel section. + * Rework descriptions. + -- Thomas Girard <[EMAIL PROTECTED]> Sun, 20 Jan 2008 21:55:34 +0100 + libgtk-java (2.10.2-4) unstable; urgency=low * New package, libgtk-java-dev, split from libgtk-jni and libgtk-cni, Modified: trunk/libgtk-java/debian/control =================================================================== --- trunk/libgtk-java/debian/control 2008-01-20 20:52:45 UTC (rev 5518) +++ trunk/libgtk-java/debian/control 2008-01-20 20:58:29 UTC (rev 5519) @@ -4,9 +4,10 @@ Maintainer: Debian Java maintainers <[EMAIL PROTECTED]> Uploaders: Mark Howard <[EMAIL PROTECTED]>, Thomas Girard <[EMAIL PROTECTED]> Build-Depends: debhelper (>> 5), libgtk2.0-dev (>= 2.10.0), 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), libcairo-java-dev (>= 1.0.8-5), quilt (>= 0.29-2), autotools-dev -Standards-Version: 3.7.2.0 -XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libgtk-java -XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libgtk-java +Standards-Version: 3.7.3 +Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libgtk-java +Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libgtk-java +Homepage: http://java-gnome.sf.net/2.x Package: libgtk-java Section: libs @@ -15,112 +16,71 @@ Replaces: libgtk0-java, libgtk2-java Recommends: libgtk-java-gcj Conflicts: libgtk2-java -Description: GTK+ 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 GTK+ + This package provides architecture-independent files of the Java + bindings for GTK+. . - This package provides the architecture-independent files for GTK+ 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: libgtk-jni Section: libs Architecture: any Depends: ${shlibs:Depends} Replaces: libgtk0-jni, libgtk2-jni, libgtk-java (<< 2.10.2-1) Conflicts: libgtk2-jni -Description: GTK+ 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 GTK+ (native library) + This package provides the native library needed by the Java bindings + for GTK+. . - This package provides the architecture-dependant files for GTK+ support. - . - http://java-gnome.sf.net + For more information on the Java bindings for GTK+ see the + libgtk-java package. Package: libgtk-cni Section: libs Architecture: any Depends: libgtk-jni (= ${binary:Version}), ${shlibs:Depends} Replaces: libgtk-jni (<< 2.10.2-1) -Description: GTK+ 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 GTK+ (native code) + This package provides the Java bindings for GTK+ compiled to native + code. . - This package provides natively compiled code for GTK+ bindings. - . - http://java-gnome.sf.net + For more information on the Java bindings for GTK+ see the + libgtk-java package. Package: libgtk-java-gcj Section: libs Architecture: any Depends: libgtk-java (= ${source:Version}), libglib-java-gcj (>= 0.4.2), libcairo-java-gcj (>= 1.0.8), ${shlibs:Depends}, ${misc:Depends} -Description: GTK+ 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 GTK+ (native code for use with gij) + This package provides the Java bindings for GTK+ 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 GTK+ see the + libgtk-java package. Package: libgtk-java-doc Section: doc Architecture: all Depends: classpath-doc, libglib-java-doc, libcairo-java-doc Replaces: libgtk-java (<< 2.10.2-1) -Description: GTK+ 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 GTK+ (API documentation) + This package provides the API documentation of the Java bindings for + GTK+. . - This package contains the API documentation for the GTK+ bindings. - . - http://java-gnome.sf.net + For more information on the Java bindings for GTK+ see the + libgtk-java package. Package: libgtk-java-dev -Section: devel +Section: libdevel Architecture: any Depends: libglib-java-dev (>= 0.4.2-7), libcairo-java-dev (>= 1.0.8-5), libglib2.0-dev, libgtk-jni (= ${binary:Version}), libgtk-cni (= ${binary:Version}), libgtk-java (= ${source:Version}) Replaces: libgtk-java (<< 2.10.2-1), libgtk-jni (<< 2.10.2-4), libgtk-cni (<< 2.10.2-4) -Description: GTK+ 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 GTK+ (development files) + This package provides headers, library symlinks and pkg-config file + of the Java bindings for GTK+. . - This package provides header file, library symlinks and pkg-config file for - GTK+ bindings. - . - http://java-gnome.sf.net + For more information on the Java bindings for GTK+ see the + libgtk-java package. _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

