[pkg-java] r5513 - trunk/cairo-java/debian
tgg at alioth.debian.org
tgg at alioth.debian.org
Sun Jan 20 17:34:01 UTC 2008
Author: tgg
Date: 2008-01-20 17:34:01 +0000 (Sun, 20 Jan 2008)
New Revision: 5513
Modified:
trunk/cairo-java/debian/changelog
trunk/cairo-java/debian/control
Log:
rework descriptions like in glib-java.
Modified: trunk/cairo-java/debian/changelog
===================================================================
--- trunk/cairo-java/debian/changelog 2008-01-20 16:15:12 UTC (rev 5512)
+++ trunk/cairo-java/debian/changelog 2008-01-20 17:34:01 UTC (rev 5513)
@@ -1,9 +1,16 @@
-cairo-java (1.0.8-7) UNRELEASED; urgency=low
+cairo-java (1.0.8-7) unstable; urgency=low
+ [ Mark Howard ]
* Fixed typos in description. Closes: #428660.
- -- Mark Howard <mh at debian.org> Thu, 13 Dec 2007 18:25:35 +0000
+ [ Thomas Girard ]
+ * Add Homepage: control field.
+ * Bump Standards-Version: to 3.7.3. No changes needed.
+ * Move libcairo-java-dev to libdevel section.
+ * Rework descriptions.
+ -- Thomas Girard <thomas.g.girard at free.fr> Sun, 20 Jan 2008 18:22:06 +0100
+
cairo-java (1.0.8-6) unstable; urgency=low
* Remove doc (and not only doc/api) when cleaning.
Modified: trunk/cairo-java/debian/control
===================================================================
--- trunk/cairo-java/debian/control 2008-01-20 16:15:12 UTC (rev 5512)
+++ trunk/cairo-java/debian/control 2008-01-20 17:34:01 UTC (rev 5513)
@@ -4,9 +4,10 @@
Maintainer: Debian Java maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Mark Howard <mh at debian.org>, Thomas Girard <thomas.g.girard at free.fr>
Build-Depends: debhelper (>> 5), gcj, java-gcj-compat-dev (>= 1.0.65-6), docbook-utils, cdbs (>= 0.4.34), pkg-config, libcairo2-dev (>= 1.0.0), libglib-java-dev (>= 0.4.2-7), quilt (>= 0.29-2), autotools-dev
-Standards-Version: 3.7.2.0
+Standards-Version: 3.7.3
XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/cairo-java
XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/cairo-java
+Homepage: http://java-gnome.sf.net/2.x
Package: libcairo-java
Section: libs
@@ -15,111 +16,70 @@
Replaces: libgtk2-java, cairo-java
Recommends: libcairo-java-gcj
Conflicts: libgtk2-java
-Description: Cairo 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 Cairo
+ This package provides architecture-independent files of the Java
+ bindings for Cairo.
.
- This package provides architecture-independent files for Cairo bindings.
+ 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: libcairo-java-gcj
-Section: libs
-Architecture: any
-Depends: libcairo-java (= ${source:Version}), libglib-java-gcj (>= 0.4.2), ${misc:Depends}, ${shlibs:Depends}
-Description: Cairo 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.
- .
- This package provides natively compiled code to run with gij.
- .
- http://java-gnome.sf.net
-
-Package: libcairo-java-doc
-Section: doc
-Architecture: all
-Depends: classpath-doc, libglib-java-doc
-Replaces: libcairo-java (<< 1.0.8-2)
-Description: Cairo 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 Cairo bindings.
- .
- http://java-gnome.sf.net
-
Package: libcairo-jni
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: libcairo-java (<< 1.0.8-2)
-Description: Cairo 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 Cairo (native library)
+ This package provides the native library needed by the Java bindings
+ for Cairo.
.
- This package provides the architecture-dependant library for Cairo bindings.
- .
- http://java-gnome.sf.net
+ For more information on the Java bindings for Cairo see the
+ libcairo-java package.
Package: libcairo-cni
Section: libs
Architecture: any
Depends: libcairo-jni (= ${binary:Version}), ${shlibs:Depends}
Replaces: libcairo-java (<< 1.0.8-2)
-Description: Cairo 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 Cairo (native code)
+ This package provides the Java bindings for Cairo compiled to native
+ code.
.
- This package provides natively compiled code for Cairo bindings.
+ For more information on the Java bindings for Cairo see the
+ libcairo-java package.
+
+Package: libcairo-java-gcj
+Section: libs
+Architecture: any
+Depends: libcairo-java (= ${source:Version}), libglib-java-gcj (>= 0.4.2), ${misc:Depends}, ${shlibs:Depends}
+Description: Java bindings for Cairo (native code for use with gij)
+ This package provides the Java bindings for Cairo compiled to native
+ code, for use with gij.
.
- http://java-gnome.sf.net
+ For more information on the Java bindings for Cairo see the
+ libcairo-java package.
+Package: libcairo-java-doc
+Section: doc
+Architecture: all
+Depends: classpath-doc, libglib-java-doc
+Replaces: libcairo-java (<< 1.0.8-2)
+Description: Java bindings for Cairo (API documentation)
+ This package provides the API documentation of the Java bindings for
+ Cairo.
+ .
+ For more information on the Java bindings for Cairo see the
+ libcairo-java package.
+
Package: libcairo-java-dev
-Section: devel
+Section: libdevel
Architecture: any
Depends: libglib-java-dev (>= 0.4.2-7), libcairo-jni (= ${binary:Version}), libcairo-cni (= ${binary:Version}), libcairo-java (= ${source:Version})
Replaces: libcairo-java (<< 1.0.8-2), libcairo-jni (<< 1.0.8-5), libcairo-cni (<< 1.0.8-5)
-Description: Cairo 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 Cairo (development files)
+ This package provides headers, library symlinks and pkg-config file
+ of the Java bindings for Cairo.
.
- This package provides library symlinks and pkg-config file for Cairo
- bindings.
- .
- http://java-gnome.sf.net
+ For more information on the Java bindings for Cairo see the
+ libcairo-java package.
More information about the pkg-java-commits
mailing list